summaryrefslogtreecommitdiffstats
path: root/sys/pc98/cbus
diff options
context:
space:
mode:
authornyan <nyan@FreeBSD.org>2005-05-12 12:47:41 +0000
committernyan <nyan@FreeBSD.org>2005-05-12 12:47:41 +0000
commit8f8dbdc2da58f049fb51366a3e331262cc8c4fe5 (patch)
tree478dc16086d3f36619e384c45a83b005bf957823 /sys/pc98/cbus
parenteb01a496438696a5b93ff647df5b9236900d5afe (diff)
downloadFreeBSD-src-8f8dbdc2da58f049fb51366a3e331262cc8c4fe5.zip
FreeBSD-src-8f8dbdc2da58f049fb51366a3e331262cc8c4fe5.tar.gz
- Move the NPX_DEBUG option to options.{i386,pc98} and use opt_npx.h.
- Move npx related defines to {i386,pc98}/include/npx.h to remove #include {isa,cbus}.h.
Diffstat (limited to 'sys/pc98/cbus')
-rw-r--r--sys/pc98/cbus/cbus.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/sys/pc98/cbus/cbus.h b/sys/pc98/cbus/cbus.h
index 627c0e9..31a35b0 100644
--- a/sys/pc98/cbus/cbus.h
+++ b/sys/pc98/cbus/cbus.h
@@ -63,7 +63,6 @@
#define IO_COM2 0x0B1 /* 8251A RS232C serial I/O (ext) */
#define IO_COM3 0x0B9 /* 8251A RS232C serial I/O (ext) */
#define IO_FDPORT 0x0BE /* FD I/F port (1M<->640K,EMTON) */
-#define IO_NPX 0x0F8 /* Numeric Coprocessor */
#define IO_WD1_EPSON 0x80 /* 386note Hard disk controller */
#define IO_ISAEND 0xFFFF /* - 0x3FF End of I/O Registers */
#endif /* !IO_ISABEGIN */
@@ -80,7 +79,6 @@
#define IO_LPTSIZE 8 /* LPT controllers, some use only 4 */
#define IO_LPTSIZE_EXTENDED 8 /* "Extended" LPT controllers */
#define IO_LPTSIZE_NORMAL 4 /* "Normal" LPT controllers */
-#define IO_NPXSIZE 8 /* 80387/80487 NPX registers */
#endif /* !IO_ISASIZES */
@@ -106,17 +104,6 @@
#define RAM_SIZE (RAM_END - RAM_BEGIN)
#endif /* !RAM_BEGIN */
-/*
- * IRQs
- */
-#define IRQ_NPX 8
-
-/*
- * Npx MD defines
- */
-/* full reset of npx: not needed on pc98 */
-#define npx_full_reset()
-
#define M_NEC_PC98 0x0001
#define M_EPSON_PC98 0x0002
#define M_NOT_H98 0x0010
OpenPOWER on IntegriCloud