summaryrefslogtreecommitdiffstats
path: root/sys/pc98
diff options
context:
space:
mode:
authorkato <kato@FreeBSD.org>1998-03-09 10:17:13 +0000
committerkato <kato@FreeBSD.org>1998-03-09 10:17:13 +0000
commitaee7de20d97493da36d336aa9542343cfd1e0e35 (patch)
treeac19da11b6899498b733a12bc47bec5c278eef52 /sys/pc98
parentd1a1b4e9a98b1bdf8f3da216a2d7a3a32c754afb (diff)
downloadFreeBSD-src-aee7de20d97493da36d336aa9542343cfd1e0e35.zip
FreeBSD-src-aee7de20d97493da36d336aa9542343cfd1e0e35.tar.gz
Make FPU_ERROR_BROKEN a new-style option.
Diffstat (limited to 'sys/pc98')
-rw-r--r--sys/pc98/conf/options.pc985
-rw-r--r--sys/pc98/pc98/npx.c3
2 files changed, 6 insertions, 2 deletions
diff --git a/sys/pc98/conf/options.pc98 b/sys/pc98/conf/options.pc98
index 2661cae..27c850c 100644
--- a/sys/pc98/conf/options.pc98
+++ b/sys/pc98/conf/options.pc98
@@ -1,4 +1,4 @@
-# $Id: options.pc98,v 1.54 1998/02/21 15:50:26 kato Exp $
+# $Id: options.pc98,v 1.55 1998/02/21 16:17:42 kato Exp $
BOUNCEPAGES opt_bounce.h
DISABLE_PSE
USER_LDT
@@ -122,6 +122,9 @@ PCVT_VT220KEYB opt_pcvt.h
# bs driver options
SCSI_BOUNCE_SIZE opt_bs.h
+# npx options
+FPU_ERROR_BROKEN opt_npx.h
+
# PC98 options
PC98 opt_global.h
EPSON_MEMWIN opt_pc98.h
diff --git a/sys/pc98/pc98/npx.c b/sys/pc98/pc98/npx.c
index 6e8646a..727e140 100644
--- a/sys/pc98/pc98/npx.c
+++ b/sys/pc98/pc98/npx.c
@@ -32,7 +32,7 @@
* SUCH DAMAGE.
*
* from: @(#)npx.c 7.2 (Berkeley) 5/12/91
- * $Id: npx.c,v 1.31 1998/02/13 09:32:50 kato Exp $
+ * $Id: npx.c,v 1.32 1998/02/15 11:19:15 kato Exp $
*/
#include "npx.h"
@@ -40,6 +40,7 @@
#include "opt_debug_npx.h"
#include "opt_math_emulate.h"
+#include "opt_npx.h"
#include <sys/param.h>
#include <sys/systm.h>
OpenPOWER on IntegriCloud