PERFORCE change 134081 for review

Randall R. Stewart rrs at FreeBSD.org
Fri Jan 25 06:14:00 PST 2008


http://perforce.freebsd.org/chv.cgi?CH=134081

Change 134081 by rrs at rrs-mips2-jnpr on 2008/01/25 14:13:05

	Randy prepares for hacking, reverts uart_subr.c to original and pulls back
	       out the oct stuff. Will re-integrate under the proper subdir.

Affected files ...

.. //depot/projects/mips2-jnpr/src/sys/dev/uart/uart_dev_oct16550.c#2 delete
.. //depot/projects/mips2-jnpr/src/sys/dev/uart/uart_subr.c#3 edit

Differences ...

==== //depot/projects/mips2-jnpr/src/sys/dev/uart/uart_subr.c#3 (text+ko) ====

@@ -54,9 +54,6 @@
 	&uart_ns8250_class,
 	&uart_sab82532_class,
 	&uart_z8530_class,
-#ifdef TARGET_OCTEON  /* This is gross but temporary */
-	&uart_oct16550_class,
-#endif
 };
 static size_t uart_nclasses = sizeof(uart_classes) / sizeof(uart_classes[0]);
 


More information about the p4-projects mailing list