PERFORCE change 37145 for review

Marcel Moolenaar marcel at FreeBSD.org
Thu Aug 28 20:49:40 PDT 2003


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

Change 37145 by marcel at marcel_nfs on 2003/08/28 20:48:47

	Add a subtype of the Zilog Z8530 dual channel SCC.

Affected files ...

.. //depot/projects/uart/dev/puc/pucvar.h#5 edit

Differences ...

==== //depot/projects/uart/dev/puc/pucvar.h#5 (text+ko) ====

@@ -98,6 +98,7 @@
 #define	PUC_PORT_SUBTYPE_MASK	(~0xff)
 #define	PUC_PORT_UART_NS8250	(0<<8)
 #define	PUC_PORT_UART_SAB82532	(1<<8)
+#define	PUC_PORT_UART_Z8530	(2<<8)
 
 /* Interrupt Latch Register (ILR) types */
 #define	PUC_ILR_TYPE_NONE	0


More information about the p4-projects mailing list