Date: Wed, 17 Nov 2004 07:01:13 GMT From: Marcel Moolenaar <marcel@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 65300 for review Message-ID: <200411170701.iAH71Drx039474@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=65300 Change 65300 by marcel@marcel_nfs on 2004/11/17 07:00:55 Remove SCC_IPEND_*. They were copied from uart(4) but are now shared as SER_INT_*. Affected files ... .. //depot/projects/uart/dev/scc/scc_bfe.h#6 edit Differences ... ==== //depot/projects/uart/dev/scc/scc_bfe.h#6 (text+ko) ==== @@ -30,21 +30,6 @@ #define _DEV_SCC_BFE_H_ /* - * Interrupt sources (in priority order). See also uart_core.c - * Note that the low order 16 bits are used to pass modem signals - * from the hardware interrupt handler to the software interrupt - * handler. - */ -#define SCC_IPEND_OVERRUN 0x010000 -#define SCC_IPEND_BREAK 0x020000 -#define SCC_IPEND_RXREADY 0x040000 -#define SCC_IPEND_SIGCHG 0x080000 -#define SCC_IPEND_TXIDLE 0x100000 - -#define SCC_IPEND_MASK 0x1f0000 -#define SCC_IPEND_SIGMASK 0x00ffff - -/* * SCC mode (child) and channel control structures. */ struct scc_chan;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200411170701.iAH71Drx039474>
