Remove obsolete COMBRD* definitions.

This commit is contained in:
Yoshihiro Takahashi 2002-01-31 08:23:30 +00:00
parent cad5db6416
commit c34cc16d46

View File

@ -37,12 +37,6 @@
/* Receiver clock frequency for "standard" pc serial ports. */
#define DEFAULT_RCLK 1843200
#ifdef PC98
/* 16 bit baud rate divisor (lower byte in dca_data, upper in dca_ier) */
#define COMBRD(x) (1843200 / (16*(x)))
#define COMBRD_RSA(x) (14745600 / (16*(x)))
#endif
/* interrupt enable register */
#define IER_ERXRDY 0x1
#define IER_ETXRDY 0x2