PERFORCE change 144784 for review
Marcel Moolenaar
marcel at FreeBSD.org
Sun Jul 6 15:41:46 UTC 2008
http://perforce.freebsd.org/chv.cgi?CH=144784
Change 144784 by marcel at marcel_xcllnt on 2008/07/06 15:41:24
Make ns8250 the default. In other words, assume that people
refer to the ns8250 by default.
Requested by: nyan
Affected files ...
.. //depot/projects/uart/dev/uart/uart_cpu_pc98.c#20 edit
Differences ...
==== //depot/projects/uart/dev/uart/uart_cpu_pc98.c#20 (text+ko) ====
@@ -77,7 +77,7 @@
struct uart_class *class;
unsigned int i, ivar;
- class = &uart_i8251_class;
+ class = &uart_ns8250_class;
/* Check the environment. */
if (uart_getenv(devtype, di, class) == 0)
More information about the p4-projects
mailing list