summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/npx.c
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/npx.c
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/npx.c')
-rw-r--r--sys/i386/isa/npx.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/sys/i386/isa/npx.c b/sys/i386/isa/npx.c
index 9a7ba17..2c7906a 100644
--- a/sys/i386/isa/npx.c
+++ b/sys/i386/isa/npx.c
@@ -34,7 +34,6 @@
__FBSDID("$FreeBSD$");
#include "opt_cpu.h"
-#include "opt_debug_npx.h"
#include "opt_isa.h"
#include "opt_npx.h"
@@ -69,11 +68,6 @@ __FBSDID("$FreeBSD$");
#include <machine/segments.h>
#include <machine/ucontext.h>
-#ifdef PC98
-#include <pc98/cbus/cbus.h>
-#else
-#include <i386/isa/isa.h>
-#endif
#include <machine/intr_machdep.h>
#ifdef DEV_ISA
#include <isa/isavar.h>
OpenPOWER on IntegriCloud