summaryrefslogtreecommitdiffstats
path: root/sys/dev/uart/uart_bus.h
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2006-02-24 05:40:17 +0000
committermarcel <marcel@FreeBSD.org>2006-02-24 05:40:17 +0000
commit59ae2faccd91f17ab74d868429b95e97a60e7acc (patch)
tree1a5d674c76a9410a6917b62d08fd0cbedc3c5157 /sys/dev/uart/uart_bus.h
parent72c66eec8feb4ebace76e9e6e0cfc0c66b0e1425 (diff)
downloadFreeBSD-src-59ae2faccd91f17ab74d868429b95e97a60e7acc.zip
FreeBSD-src-59ae2faccd91f17ab74d868429b95e97a60e7acc.tar.gz
Replace our local UART_SIGMASK_* with the global SER_MASK_*.
Diffstat (limited to 'sys/dev/uart/uart_bus.h')
-rw-r--r--sys/dev/uart/uart_bus.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/sys/dev/uart/uart_bus.h b/sys/dev/uart/uart_bus.h
index c631fa0..62f41ce 100644
--- a/sys/dev/uart/uart_bus.h
+++ b/sys/dev/uart/uart_bus.h
@@ -48,11 +48,6 @@
#define UART_STAT_OVERRUN 0x0400
#define UART_STAT_PARERR 0x0800
-#define UART_SIGMASK_DTE (SER_DTR | SER_RTS)
-#define UART_SIGMASK_DCE (SER_DSR | SER_CTS | SER_DCD | SER_RI)
-#define UART_SIGMASK_STATE (UART_SIGMASK_DTE | UART_SIGMASK_DCE)
-#define UART_SIGMASK_DELTA (UART_SIGMASK_STATE << 8)
-
#ifdef UART_PPS_ON_CTS
#define UART_SIG_DPPS SER_DCTS
#define UART_SIG_PPS SER_CTS
OpenPOWER on IntegriCloud