PERFORCE change 37150 for review
Marcel Moolenaar
marcel at FreeBSD.org
Thu Aug 28 20:58:56 PDT 2003
http://perforce.freebsd.org/chv.cgi?CH=37150
Change 37150 by marcel at marcel_nfs on 2003/08/28 20:57:53
Recognize the Z8530 subtype.
Affected files ...
.. //depot/projects/uart/dev/uart/uart_bus_puc.c#4 edit
Differences ...
==== //depot/projects/uart/dev/uart/uart_bus_puc.c#4 (text+ko) ====
@@ -77,6 +77,9 @@
case PUC_PORT_UART_SAB82532:
sc->sc_class = &uart_sab82532_class;
break;
+ case PUC_PORT_UART_Z8530:
+ sc->sc_class = &uart_z8530_class;
+ break;
default:
return (ENXIO);
}
More information about the p4-projects
mailing list