diff options
| author | Yoshihiro Takahashi <nyan@FreeBSD.org> | 2002-09-24 02:26:55 +0000 |
|---|---|---|
| committer | Yoshihiro Takahashi <nyan@FreeBSD.org> | 2002-09-24 02:26:55 +0000 |
| commit | 1577b9e6dd2006bbc551c17b35543e7b161e214b (patch) | |
| tree | 439df56f17ab57e95cf078cfa5d9174c87dad5fb /sys | |
| parent | fb82e755e5099096894ff8a1892caaae6e47c1c2 (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/pc98/cbus/sio.c | 1 | ||||
| -rw-r--r-- | sys/pc98/pc98/sio.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/sys/pc98/cbus/sio.c b/sys/pc98/cbus/sio.c index ce35e3f5a7477..7643b8d25c685 100644 --- a/sys/pc98/cbus/sio.c +++ b/sys/pc98/cbus/sio.c @@ -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))) diff --git a/sys/pc98/pc98/sio.c b/sys/pc98/pc98/sio.c index ce35e3f5a7477..7643b8d25c685 100644 --- a/sys/pc98/pc98/sio.c +++ b/sys/pc98/pc98/sio.c @@ -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))) |
