Merged from sys/dev/sio/sio.c revision 1.379.

This commit is contained in:
Yoshihiro Takahashi 2002-09-24 02:26:55 +00:00
parent fb82e755e5
commit 1577b9e6dd
2 changed files with 0 additions and 2 deletions

View File

@ -193,7 +193,6 @@
#ifdef PC98
#define com_emr com_msr /* Extension mode register for RSB-2000/3000 */
#endif
#define com_scr 7 /* scratch register for 16450-16550 (R/W) */
#define sio_getreg(com, off) \
(bus_space_read_1((com)->bst, (com)->bsh, (off)))

View File

@ -193,7 +193,6 @@
#ifdef PC98
#define com_emr com_msr /* Extension mode register for RSB-2000/3000 */
#endif
#define com_scr 7 /* scratch register for 16450-16550 (R/W) */
#define sio_getreg(com, off) \
(bus_space_read_1((com)->bst, (com)->bsh, (off)))