aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorYoshihiro Takahashi <nyan@FreeBSD.org>2002-01-31 08:23:30 +0000
committerYoshihiro Takahashi <nyan@FreeBSD.org>2002-01-31 08:23:30 +0000
commitc34cc16d4621eab9a5ee7db7c690f3814dce41b0 (patch)
treee9962f56ce0c3a680380c2233419fe7ff813377c /sys
parentcad5db64167fc5f64c8a2463de5b0c7a5bb472cd (diff)
Notes
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/sio/sioreg.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/sys/dev/sio/sioreg.h b/sys/dev/sio/sioreg.h
index a3fbc963fc879..072aa0fb15e93 100644
--- a/sys/dev/sio/sioreg.h
+++ b/sys/dev/sio/sioreg.h
@@ -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