diff options
author | Thomas Schwinge <tschwinge@gnu.org> | 2006-02-20 19:17:23 +0000 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gnu.org> | 2009-06-18 00:26:33 +0200 |
commit | 2ca0b317b928f1fc0e930a159f788a0d86389148 (patch) | |
tree | 63de0b131240f739cdb310df0bc37d677776407c /i386/i386at/autoconf.c | |
parent | db911b0089edd1881ea718170511caf81a5f60ee (diff) | |
download | gnumach-2ca0b317b928f1fc0e930a159f788a0d86389148.tar.gz gnumach-2ca0b317b928f1fc0e930a159f788a0d86389148.tar.bz2 gnumach-2ca0b317b928f1fc0e930a159f788a0d86389148.zip |
2006-02-20 Thomas Schwinge <tschwinge@gnu.org>
Remove unused and unsupported code. Consult the file
`DEVELOPMENT' for details. Partly based on suggestions by
Gianluca Guida <glguida@gmail.com>.
* i386/bogus/ns8390.h: Remove file.
* i386/i386at/ds8390.h: Likewise.
* i386/i386at/if_3c503.h: Likewise.
* i386/i386at/if_ns8390.c: Likewise.
* i386/i386at/if_ns8390.h: Likewise.
* i386/i386at/if_wd8003.h: Likewise.
* i386/i386at/autoconf.c: Don't include <ns8390.h> anymore and adopt
all users of NNS8390 as if it were always defined to `0'.
* i386/i386at/conf.c: Likewise.
Diffstat (limited to 'i386/i386at/autoconf.c')
-rw-r--r-- | i386/i386at/autoconf.c | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/i386/i386at/autoconf.c b/i386/i386at/autoconf.c index 5f49361b..bd0cddca 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 <ns8390.h> -#if NNS8390 > 0 -extern struct bus_driver ns8390driver; -extern int ns8390intr(); -#endif /* NNS8390 */ - #include <at3c501.h> #if NAT3C501 > 0 extern struct bus_driver at3c501driver; @@ -251,26 +245,6 @@ struct bus_device bus_device_init[] = { { &eaha_driver, "tz", 7, 0, 0x0,0, 0, '?', 0, 0, 7, 0, }, #endif /* NEAHA > 0*/ -#if NNS8390 > 0 - /* "wd" and "el" */ - {&ns8390driver, "wd", 0, ns8390intr, 0x280,0x2000,0xd0000, - '?', 0, -1, -1, 0, 0, 0, SPL_SIX, 9}, - {&ns8390driver, "wd", 0, ns8390intr, 0x2a0,0x2000,0xd0000, - '?', 0, -1, -1, 0, 0, 0, SPL_SIX, 9}, - {&ns8390driver, "wd", 0, ns8390intr, 0x2e0,0x2000,0xd0000, - '?', 0, -1, -1, 0, 0, 0, SPL_SIX, 5}, - {&ns8390driver, "wd", 0, ns8390intr, 0x300,0x2000,0xd0000, - '?', 0, -1, -1, 0, 0, 0, SPL_SIX, 5}, - {&ns8390driver, "wd", 0, ns8390intr, 0x250,0x2000,0xd0000, - '?', 0, -1, -1, 0, 0, 0, SPL_SIX, 5}, - {&ns8390driver, "wd", 0, ns8390intr, 0x350,0x2000,0xd0000, - '?', 0, -1, -1, 0, 0, 0, SPL_SIX, 5}, - {&ns8390driver, "wd", 0, ns8390intr, 0x240,0x2000,0xd0000, - '?', 0, -1, -1, 0, 0, 0, SPL_SIX, 11}, - {&ns8390driver, "wd", 1, ns8390intr, 0x340,0x2000,0xe8000, - '?', 0, -1, -1, 0, 0, 0, SPL_SIX, 15}, -#endif /* NNS8390 > 0 */ - #if NAT3C501 > 0 {&at3c501driver, "et", 0, at3c501intr, 0x300, 0,0x300, '?', 0, -1, -1, 0, 0, 0, SPL_SIX, 9}, |