diff options
author | Thomas Schwinge <tschwinge@gnu.org> | 2006-02-20 19:13:20 +0000 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gnu.org> | 2009-06-18 00:26:33 +0200 |
commit | db911b0089edd1881ea718170511caf81a5f60ee (patch) | |
tree | ff08c051f757ceaef4090031a060efe0b5cd323f /i386/i386at/conf.c | |
parent | 6ff755dce12b1e0a45cac04548d3826d6061b03f (diff) | |
download | gnumach-db911b0089edd1881ea718170511caf81a5f60ee.tar.gz gnumach-db911b0089edd1881ea718170511caf81a5f60ee.tar.bz2 gnumach-db911b0089edd1881ea718170511caf81a5f60ee.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/ne.h: Remove file.
* i386/i386at/if_ne.c: Likewise.
* i386/i386at/if_nereg.h: Likewise.
* i386/i386at/autoconf.c: Don't include <ne.h> anymore and adopt all
users of NNE 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.c | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/i386/i386at/conf.c b/i386/i386at/conf.c index de45d234..3090aa36 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 <ne.h> -#if NNE > 0 -extern int neopen(), neoutput(), negetstat(), nesetstat(), nesetinput(); -#ifdef FIPC -extern int nefoutput(); -#endif /* FIPC */ -#define nename "ne" -#endif /* NNE > 0 */ - #include <ns8390.h> #if NNS8390 > 0 extern int wd8003open(), eliiopen(); @@ -217,17 +208,6 @@ struct dev_ops dev_name_list[] = nodev }, #endif /* NWT > 0 */ -#if NNE > 0 - { nename, neopen, nulldev, nulldev, - neoutput, negetstat, nesetstat, nulldev, -#ifdef FIPC - nesetinput, nulldev, nefoutput, 0, -#else - nesetinput, nulldev, nulldev, 0, -#endif /* FIPC */ - nodev }, -#endif - #if NAT3C501 > 0 { at3c501name, at3c501open, nulldev, nulldev, at3c501output,at3c501getstat, at3c501setstat, nomap, |