summaryrefslogtreecommitdiff
path: root/i386/i386at/conf.c
diff options
context:
space:
mode:
authorThomas Schwinge <tschwinge@gnu.org>2006-02-20 19:17:23 +0000
committerThomas Schwinge <tschwinge@gnu.org>2009-06-18 00:26:33 +0200
commit2ca0b317b928f1fc0e930a159f788a0d86389148 (patch)
tree63de0b131240f739cdb310df0bc37d677776407c /i386/i386at/conf.c
parentdb911b0089edd1881ea718170511caf81a5f60ee (diff)
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/conf.c')
-rw-r--r--i386/i386at/conf.c21
1 files changed, 0 insertions, 21 deletions
diff --git a/i386/i386at/conf.c b/i386/i386at/conf.c
index 3090aa3..446744b 100644
--- a/i386/i386at/conf.c
+++ b/i386/i386at/conf.c
@@ -54,15 +54,6 @@ extern int wtopen(), wtread(), wtwrite(), wtclose();
#define wtname "wt"
#endif /* NWT > 0 */
-#include <ns8390.h>
-#if NNS8390 > 0
-extern int wd8003open(), eliiopen();
-extern int ns8390output(), ns8390getstat(), ns8390setstat(),
- ns8390setinput();
-#define ns8390wdname "wd"
-#define ns8390elname "el"
-#endif /* NNS8390 > 0 */
-
#include <at3c501.h>
#if NAT3C501 > 0
extern int at3c501open(), at3c501output(),
@@ -215,18 +206,6 @@ struct dev_ops dev_name_list[] =
nodev },
#endif
-#if NNS8390 > 0
- { ns8390wdname, wd8003open, nulldev, nulldev,
- ns8390output, ns8390getstat, ns8390setstat, nomap,
- ns8390setinput, nulldev, nulldev, 0,
- nodev },
-
- { ns8390elname, eliiopen, nulldev, nulldev,
- ns8390output, ns8390getstat, ns8390setstat, nomap,
- ns8390setinput, nulldev, nulldev, 0,
- nodev },
-#endif
-
#if NUL > 0
{ ulname, ulopen, nulldev, nulldev,
uloutput, ulgetstat, ulsetstat, nulldev,