Date: Thu, 28 Aug 2003 20:49:38 -0700 (PDT) From: Marcel Moolenaar <marcel@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 37145 for review Message-ID: <200308290349.h7T3nc8W081306@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=37145 Change 37145 by marcel@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200308290349.h7T3nc8W081306>