From f89c65e5aba48fdfdea0283b96de3bc2ace3ec8d Mon Sep 17 00:00:00 2001 From: Yoshihiro Takahashi Date: Fri, 19 Oct 2001 12:24:45 +0000 Subject: [PATCH] Changed IO_NPXSIZE to 8 --- sys/pc98/cbus/cbus.h | 2 +- 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 44cfba61f76..1dc36d60094 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 44cfba61f76..1dc36d60094 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 */