From 5b16c90c49b899ae62674c352514077a0a6afa2b Mon Sep 17 00:00:00 2001 From: Thomas Schwinge Date: Mon, 20 Feb 2006 19:20:05 +0000 Subject: 2006-02-20 Thomas Schwinge Remove unused and unsupported code. Consult the file `DEVELOPMENT' for details. Partly based on suggestions by Gianluca Guida . * 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 anymore and adopt all users of NAT3C501 as if it were always defined to `0'. * i386/i386at/conf.c: Likewise. --- i386/i386at/autoconf.c | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'i386/i386at/autoconf.c') diff --git a/i386/i386at/autoconf.c b/i386/i386at/autoconf.c index bd0cddc..50a0e6f 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 -#if NAT3C501 > 0 -extern struct bus_driver at3c501driver; -extern int at3c501intr(); -#endif /* NAT3C501 */ - #include #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}, -- cgit v1.2.3