summaryrefslogtreecommitdiffstats
path: root/sys/pc98
diff options
context:
space:
mode:
authornyan <nyan@FreeBSD.org>2001-10-19 12:24:45 +0000
committernyan <nyan@FreeBSD.org>2001-10-19 12:24:45 +0000
commitd9186a95fc2e7e32eb8276892db9a8ff38df652d (patch)
treeceabe62b2c00e9e68fd74cc14fb6b486446dc0a1 /sys/pc98
parent5667be14fe98f3afc988e7c5d0fd5f781dbbacb1 (diff)
downloadFreeBSD-src-d9186a95fc2e7e32eb8276892db9a8ff38df652d.zip
FreeBSD-src-d9186a95fc2e7e32eb8276892db9a8ff38df652d.tar.gz
Changed IO_NPXSIZE to 8
Diffstat (limited to 'sys/pc98')
-rw-r--r--sys/pc98/cbus/cbus.h2
-rw-r--r--sys/pc98/pc98/pc98.h2
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 */
OpenPOWER on IntegriCloud