summaryrefslogtreecommitdiff
path: root/sys/dev/uart/uart_bus.h
diff options
context:
space:
mode:
authorMarcel Moolenaar <marcel@FreeBSD.org>2006-02-24 02:42:26 +0000
committerMarcel Moolenaar <marcel@FreeBSD.org>2006-02-24 02:42:26 +0000
commit2d5118050a83c32bdf1970bb7b51f1d8a9c12c94 (patch)
tree2a8134eba8a1731bcd603f54809a6adaa5306cc2 /sys/dev/uart/uart_bus.h
parent6fcbf91d090890ee17defd18aafd25337058b46a (diff)
Notes
Diffstat (limited to 'sys/dev/uart/uart_bus.h')
-rw-r--r--sys/dev/uart/uart_bus.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/sys/dev/uart/uart_bus.h b/sys/dev/uart/uart_bus.h
index 9fd84e9eca6c..c631fa0692d4 100644
--- a/sys/dev/uart/uart_bus.h
+++ b/sys/dev/uart/uart_bus.h
@@ -42,21 +42,6 @@
#define UART_FLUSH_RECEIVER UART_DRAIN_RECEIVER
#define UART_FLUSH_TRANSMITTER UART_DRAIN_TRANSMITTER
-/*
- * 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 UART_IPEND_OVERRUN 0x010000
-#define UART_IPEND_BREAK 0x020000
-#define UART_IPEND_RXREADY 0x040000
-#define UART_IPEND_SIGCHG 0x080000
-#define UART_IPEND_TXIDLE 0x100000
-
-#define UART_IPEND_MASK 0x1f0000
-#define UART_IPEND_SIGMASK 0x00ffff
-
/* Received character status bits. */
#define UART_STAT_BREAK 0x0100
#define UART_STAT_FRAMERR 0x0200