diff options
Diffstat (limited to 'i386/i386at/autoconf.c')
-rw-r--r-- | i386/i386at/autoconf.c | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/i386/i386at/autoconf.c b/i386/i386at/autoconf.c index 583cde8..5efc00a 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 <pc586.h> -#if NPC586 > 0 -extern struct bus_driver pcdriver; -extern int pc586intr(); -#endif /* NPC586 */ - #include <ne.h> #if NNE > 0 extern struct bus_driver nedriver; @@ -263,18 +257,6 @@ struct bus_device bus_device_init[] = { { &eaha_driver, "tz", 7, 0, 0x0,0, 0, '?', 0, 0, 7, 0, }, #endif /* NEAHA > 0*/ -#if NPC586 > 0 - /* For MACH Default */ - {&pcdriver, "pc", 0, pc586intr, 0xd0000, 0, 0xd0000, - '?', 0, -1, -1, 0, 0, 0, SPL_FIVE, 9}, - /* For Factory Default */ - {&pcdriver, "pc", 0, pc586intr, 0xc0000, 0, 0xc0000, - '?', 0, -1, -1, 0, 0, 0, SPL_FIVE, 5}, - /* For what Intel Ships */ - {&pcdriver, "pc", 0, pc586intr, 0xf00000, 0, 0xf00000, - '?', 0, -1, -1, 0, 0, 0, SPL_FIVE, 12}, -#endif /* NPC586 > 0 */ - #if NNE > 0 {&nedriver, "ne", 0, neintr, 0x280,0x4000,0xd0000, '?', 0, -1, -1, 0, 0, 0, SPL_SIX, 5}, |