Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Jan 2008 14:13:59 GMT
From:      "Randall R. Stewart" <rrs@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 134081 for review
Message-ID:  <200801251413.m0PEDx8x039064@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=134081

Change 134081 by rrs@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]);
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200801251413.m0PEDx8x039064>