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/conf.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/conf.c')
-rw-r--r-- | i386/i386at/conf.c | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/i386/i386at/conf.c b/i386/i386at/conf.c index 446744be..e718b7d0 100644 --- a/i386/i386at/conf.c +++ b/i386/i386at/conf.c @@ -54,14 +54,6 @@ extern int wtopen(), wtread(), wtwrite(), wtclose(); #define wtname "wt" #endif /* NWT > 0 */ -#include <at3c501.h> -#if NAT3C501 > 0 -extern int at3c501open(), at3c501output(), - at3c501getstat(), at3c501setstat(), - at3c501setinput(); -#define at3c501name "et" -#endif /* NAT3C501 > 0 */ - #include <ul.h> #if NUL > 0 extern int ulopen(), uloutput(), ulgetstat(), ulsetstat(), @@ -199,13 +191,6 @@ struct dev_ops dev_name_list[] = nodev }, #endif /* NWT > 0 */ -#if NAT3C501 > 0 - { at3c501name, at3c501open, nulldev, nulldev, - at3c501output,at3c501getstat, at3c501setstat, nomap, - at3c501setinput, nulldev, nulldev, 0, - nodev }, -#endif - #if NUL > 0 { ulname, ulopen, nulldev, nulldev, uloutput, ulgetstat, ulsetstat, nulldev, |