PERFORCE change 65300 for review

Marcel Moolenaar marcel at FreeBSD.org
Tue Nov 16 23:01:14 PST 2004


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

Change 65300 by marcel at 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;


More information about the p4-projects mailing list