diff options
Diffstat (limited to 'i386/i386at/autoconf.c')
-rw-r--r-- | i386/i386at/autoconf.c | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/i386/i386at/autoconf.c b/i386/i386at/autoconf.c index 5efc00a..5f49361 100644 --- a/i386/i386at/autoconf.c +++ b/i386/i386at/autoconf.c @@ -59,12 +59,6 @@ extern struct bus_driver eaha_driver; extern int eaha_intr(); #endif /* NEAHA */ -#include <ne.h> -#if NNE > 0 -extern struct bus_driver nedriver; -extern int neintr(); -#endif /* NNE */ - #include <ns8390.h> #if NNS8390 > 0 extern struct bus_driver ns8390driver; @@ -257,13 +251,6 @@ struct bus_device bus_device_init[] = { { &eaha_driver, "tz", 7, 0, 0x0,0, 0, '?', 0, 0, 7, 0, }, #endif /* NEAHA > 0*/ -#if NNE > 0 -{&nedriver, "ne", 0, neintr, 0x280,0x4000,0xd0000, - '?', 0, -1, -1, 0, 0, 0, SPL_SIX, 5}, -{&nedriver, "ne", 1, neintr, 0x300,0x4000,0xd0000, - '?', 0, -1, -1, 0, 0, 0, SPL_SIX, 10}, -#endif /* NNE > 0 */ - #if NNS8390 > 0 /* "wd" and "el" */ {&ns8390driver, "wd", 0, ns8390intr, 0x280,0x2000,0xd0000, |