diff options
author | nyan <nyan@FreeBSD.org> | 2001-10-19 12:24:45 +0000 |
---|---|---|
committer | nyan <nyan@FreeBSD.org> | 2001-10-19 12:24:45 +0000 |
commit | d9186a95fc2e7e32eb8276892db9a8ff38df652d (patch) | |
tree | ceabe62b2c00e9e68fd74cc14fb6b486446dc0a1 | |
parent | 5667be14fe98f3afc988e7c5d0fd5f781dbbacb1 (diff) | |
download | FreeBSD-src-d9186a95fc2e7e32eb8276892db9a8ff38df652d.zip FreeBSD-src-d9186a95fc2e7e32eb8276892db9a8ff38df652d.tar.gz |
Changed IO_NPXSIZE to 8
-rw-r--r-- | sys/pc98/cbus/cbus.h | 2 | ||||
-rw-r--r-- | sys/pc98/pc98/pc98.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/pc98/cbus/cbus.h b/sys/pc98/cbus/cbus.h index 44cfba6..1dc36d6 100644 --- a/sys/pc98/cbus/cbus.h +++ b/sys/pc98/cbus/cbus.h @@ -123,7 +123,7 @@ #define IO_LPTSIZE_EXTENDED 8 /* "Extended" LPT controllers */ #define IO_LPTSIZE_NORMAL 4 /* "Normal" LPT controllers */ #define IO_MDASIZE 16 /* Monochrome display controllers */ -#define IO_NPXSIZE 16 /* 80387/80487 NPX registers */ +#define IO_NPXSIZE 8 /* 80387/80487 NPX registers */ #define IO_PMPSIZE 2 /* 82347 power management peripheral */ #define IO_PSMSIZE 5 /* 8042 Keyboard controllers */ #define IO_RTCSIZE 16 /* CMOS real time clock, NMI control */ diff --git a/sys/pc98/pc98/pc98.h b/sys/pc98/pc98/pc98.h index 44cfba6..1dc36d6 100644 --- a/sys/pc98/pc98/pc98.h +++ b/sys/pc98/pc98/pc98.h @@ -123,7 +123,7 @@ #define IO_LPTSIZE_EXTENDED 8 /* "Extended" LPT controllers */ #define IO_LPTSIZE_NORMAL 4 /* "Normal" LPT controllers */ #define IO_MDASIZE 16 /* Monochrome display controllers */ -#define IO_NPXSIZE 16 /* 80387/80487 NPX registers */ +#define IO_NPXSIZE 8 /* 80387/80487 NPX registers */ #define IO_PMPSIZE 2 /* 82347 power management peripheral */ #define IO_PSMSIZE 5 /* 8042 Keyboard controllers */ #define IO_RTCSIZE 16 /* CMOS real time clock, NMI control */ |