diff options
author | Thomas Schwinge <tschwinge@gnu.org> | 2006-02-20 19:09:02 +0000 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gnu.org> | 2009-06-18 00:26:33 +0200 |
commit | 6ff755dce12b1e0a45cac04548d3826d6061b03f (patch) | |
tree | 2aaff9e6e11b7cd80f362464b4e8568a1fb73bbc /i386/i386at/conf.c | |
parent | b40d1da0855a87519b5764415aec6519025a8338 (diff) | |
download | gnumach-6ff755dce12b1e0a45cac04548d3826d6061b03f.tar.gz gnumach-6ff755dce12b1e0a45cac04548d3826d6061b03f.tar.bz2 gnumach-6ff755dce12b1e0a45cac04548d3826d6061b03f.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/pc586.h: Remove file.
* i386/i386at/i82586.h: Likewise.
* i386/i386at/if_pc586.c: Likewise.
* i386/i386at/if_pc586.h: Likewise.
* i386/i386at/autoconf.c: Don't include <pc586.h> anymore and adopt all
users of NPC586 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 | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/i386/i386at/conf.c b/i386/i386at/conf.c index 9556c941..de45d234 100644 --- a/i386/i386at/conf.c +++ b/i386/i386at/conf.c @@ -54,13 +54,6 @@ extern int wtopen(), wtread(), wtwrite(), wtclose(); #define wtname "wt" #endif /* NWT > 0 */ -#include <pc586.h> -#if NPC586 > 0 -extern int pc586open(), pc586output(), pc586getstat(), pc586setstat(), - pc586setinput(); -#define pc586name "pc" -#endif /* NPC586 > 0 */ - #include <ne.h> #if NNE > 0 extern int neopen(), neoutput(), negetstat(), nesetstat(), nesetinput(); @@ -224,13 +217,6 @@ struct dev_ops dev_name_list[] = nodev }, #endif /* NWT > 0 */ -#if NPC586 > 0 - { pc586name, pc586open, nulldev, nulldev, - pc586output, pc586getstat, pc586setstat, nomap, - pc586setinput,nulldev, nulldev, 0, - nodev }, -#endif - #if NNE > 0 { nename, neopen, nulldev, nulldev, neoutput, negetstat, nesetstat, nulldev, |