diff options
| author | Yoshihiro Takahashi <nyan@FreeBSD.org> | 2001-06-10 04:18:19 +0000 |
|---|---|---|
| committer | Yoshihiro Takahashi <nyan@FreeBSD.org> | 2001-06-10 04:18:19 +0000 |
| commit | da0f982b482e6c2c1a0df4163d6fa4a6c6f9012b (patch) | |
| tree | 8cf2d9d6ffc1f5c48a8c4ba1d11093d6bbca72fd /sys/dev/ic/ns16550.h | |
| parent | 3590182e72d4d5cd23d141c21731f203a3354809 (diff) | |
Notes
Diffstat (limited to 'sys/dev/ic/ns16550.h')
| -rw-r--r-- | sys/dev/ic/ns16550.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/sys/dev/ic/ns16550.h b/sys/dev/ic/ns16550.h index e8fad7da832e8..2d93e76a554d7 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 */ |
