summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/isa.h
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/i386/isa/isa.h
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/i386/isa/isa.h')
-rw-r--r--sys/i386/isa/isa.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/sys/i386/isa/isa.h b/sys/i386/isa/isa.h
index 1173628..cafeea8 100644
--- a/sys/i386/isa/isa.h
+++ b/sys/i386/isa/isa.h
@@ -65,7 +65,6 @@
#define IO_DMAPG 0x080 /* DMA Page Registers */
#define IO_ICU2 0x0A0 /* 8259A Interrupt Controller #2 */
#define IO_DMA2 0x0C0 /* 8237A DMA Controller #2 */
-#define IO_NPX 0x0F0 /* Numeric Coprocessor */
/* Cards */
#define IO_VGA 0x3C0 /* E/VGA Ports */
@@ -84,7 +83,6 @@
#define IO_CGASIZE 12 /* CGA controllers */
#define IO_MDASIZE 12 /* Monochrome display controllers */
-#define IO_NPXSIZE 16 /* 80387/80487 NPX registers */
#define IO_VGASIZE 16 /* VGA controllers */
#endif /* !IO_ISASIZES */
@@ -107,15 +105,4 @@
#define RAM_SIZE (RAM_END - RAM_BEGIN)
#endif /* !RAM_BEGIN */
-/*
- * IRQs
- */
-#define IRQ_NPX 13
-
-/*
- * Npx MD defines
- */
-/* full reset on some systems, NOP on others */
-#define npx_full_reset() outb(IO_NPX + 1, 0)
-
#endif /* !_I386_ISA_ISA_H_ */
OpenPOWER on IntegriCloud