summaryrefslogtreecommitdiffstats
path: root/sys/dev/ic/ns16550.h
diff options
context:
space:
mode:
authornyan <nyan@FreeBSD.org>2001-06-10 04:18:19 +0000
committernyan <nyan@FreeBSD.org>2001-06-10 04:18:19 +0000
commitde6f91157758447d35b6ce0598bf169fcbc0d8bc (patch)
tree8cf2d9d6ffc1f5c48a8c4ba1d11093d6bbca72fd /sys/dev/ic/ns16550.h
parent68468e1bddf65cc047d4c7f73cdbe251329a5929 (diff)
downloadFreeBSD-src-de6f91157758447d35b6ce0598bf169fcbc0d8bc.zip
FreeBSD-src-de6f91157758447d35b6ce0598bf169fcbc0d8bc.tar.gz
Removed unneeded pc98 code (merged from i386/isa/ic/ns16550.h).
Diffstat (limited to 'sys/dev/ic/ns16550.h')
-rw-r--r--sys/dev/ic/ns16550.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/sys/dev/ic/ns16550.h b/sys/dev/ic/ns16550.h
index e8fad7d..2d93e76 100644
--- a/sys/dev/ic/ns16550.h
+++ b/sys/dev/ic/ns16550.h
@@ -37,19 +37,6 @@
/*
* NS16550 UART registers
*/
-#ifdef PC98
-#define com_data 0x000 /* data register (R/W) */
-#define com_dlbl 0x000 /* divisor latch low (W) */
-#define com_dlbh 0x100 /* divisor latch high (W) */
-#define com_ier 0x100 /* interrupt enable (W) */
-#define com_iir 0x200 /* interrupt identification (R) */
-#define com_fifo 0x200 /* FIFO control (W) */
-#define com_lctl 0x300 /* line control register (R/W) */
-#define com_cfcr 0x300 /* line control register (R/W) */
-#define com_mcr 0x400 /* modem control register (R/W) */
-#define com_lsr 0x500 /* line status register (R/W) */
-#define com_msr 0x600 /* modem status register (R/W) */
-#else /* IBM-PC */
#define com_data 0 /* data register (R/W) */
#define com_dlbl 0 /* divisor latch low (W) */
#define com_dlbh 1 /* divisor latch high (W) */
@@ -61,4 +48,3 @@
#define com_mcr 4 /* modem control register (R/W) */
#define com_lsr 5 /* line status register (R/W) */
#define com_msr 6 /* modem status register (R/W) */
-#endif /* PC98 */
OpenPOWER on IntegriCloud