diff options
author | Thomas Schwinge <tschwinge@gnu.org> | 2006-02-20 19:20:05 +0000 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gnu.org> | 2009-06-18 00:26:33 +0200 |
commit | 5b16c90c49b899ae62674c352514077a0a6afa2b (patch) | |
tree | fc6885a9538590ab7625d7c76d30b507b5e66a04 /i386/i386at/autoconf.c | |
parent | 2ca0b317b928f1fc0e930a159f788a0d86389148 (diff) | |
download | gnumach-5b16c90c49b899ae62674c352514077a0a6afa2b.tar.gz gnumach-5b16c90c49b899ae62674c352514077a0a6afa2b.tar.bz2 gnumach-5b16c90c49b899ae62674c352514077a0a6afa2b.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/at3c501.h: Remove file.
* i386/i386at/if_3c501.c: Likewise.
* i386/i386at/if_3c501.h: Likewise.
* i386/i386at/autoconf.c: Don't include <at3c501.h> anymore and adopt
all users of NAT3C501 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 | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/i386/i386at/autoconf.c b/i386/i386at/autoconf.c index bd0cddca..50a0e6f8 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 <at3c501.h> -#if NAT3C501 > 0 -extern struct bus_driver at3c501driver; -extern int at3c501intr(); -#endif /* NAT3C501 */ - #include <ul.h> #if NUL > 0 extern struct bus_driver uldriver; @@ -245,11 +239,6 @@ struct bus_device bus_device_init[] = { { &eaha_driver, "tz", 7, 0, 0x0,0, 0, '?', 0, 0, 7, 0, }, #endif /* NEAHA > 0*/ -#if NAT3C501 > 0 - {&at3c501driver, "et", 0, at3c501intr, 0x300, 0,0x300, - '?', 0, -1, -1, 0, 0, 0, SPL_SIX, 9}, -#endif /* NAT3C501 > 0 */ - #if NUL > 0 {&uldriver, "ul", 0, ulintr, 0, 0, 0, '?', 0, -1, -1, 0, 0, 0, SPL_SIX, 0}, {&uldriver, "ul", 1, ulintr, 0, 0, 0, '?', 0, -1, -1, 0, 0, 0, SPL_SIX, 0}, |