From c8075f5570ee013830075e74d2bc06bb52f88194 Mon Sep 17 00:00:00 2001 From: Thomas Schwinge Date: Mon, 20 Feb 2006 19:25:22 +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/hpp.h: Remove file. * i386/bogus/ul.h: Likewise. * i386/bogus/wd.h: Likewise. * i386/i386at/gpl/if_hpp.c: Likewise. * i386/i386at/gpl/if_ns.c: Likewise. * i386/i386at/gpl/if_nsreg.h: Likewise. * i386/i386at/gpl/if_ul.c: Likewise. * i386/i386at/gpl/if_wd.c: Likewise. * i386/i386at/autoconf.c: Don't include , and anymore and adopt all users of NHPP, NUL and NWD as if they were always defined to `0'. * i386/i386at/conf.c: Likewise. --- i386/i386at/conf.c | 42 ------------------------------------------ 1 file changed, 42 deletions(-) (limited to 'i386/i386at/conf.c') diff --git a/i386/i386at/conf.c b/i386/i386at/conf.c index e718b7d0..179c9db3 100644 --- a/i386/i386at/conf.c +++ b/i386/i386at/conf.c @@ -54,27 +54,6 @@ extern int wtopen(), wtread(), wtwrite(), wtclose(); #define wtname "wt" #endif /* NWT > 0 */ -#include -#if NUL > 0 -extern int ulopen(), uloutput(), ulgetstat(), ulsetstat(), - ulsetinput(); -#define ulname "ul" -#endif /* NUL > 0 */ - -#include -#if NWD > 0 -extern int wdopen(), wdoutput(), wdgetstat(), wdsetstat(), - wdsetinput(); -#define wdname "wd" -#endif /* NWD > 0 */ - -#include -#if NHPP > 0 -extern int hppopen(), hppoutput(), hppgetstat(), hppsetstat(), - hppsetinput(); -#define hppname "hpp" -#endif /* NHPP > 0 */ - #include #if NPAR > 0 extern int paropen(), paroutput(), pargetstat(), parsetstat(), @@ -191,27 +170,6 @@ struct dev_ops dev_name_list[] = nodev }, #endif /* NWT > 0 */ -#if NUL > 0 - { ulname, ulopen, nulldev, nulldev, - uloutput, ulgetstat, ulsetstat, nulldev, - ulsetinput, nulldev, nulldev, 0, - nodev }, -#endif - -#if NWD > 0 - { wdname, wdopen, nulldev, nulldev, - wdoutput, wdgetstat, wdsetstat, nulldev, - wdsetinput, nulldev, nulldev, 0, - nodev }, -#endif - -#if NHPP > 0 - { hppname, hppopen, nulldev, nulldev, - hppoutput, hppgetstat, hppsetstat, nulldev, - hppsetinput, nulldev, nulldev, 0, - nodev }, -#endif - #if NPAR > 0 { parname, paropen, nulldev, nulldev, paroutput, pargetstat, parsetstat, nomap, -- cgit v1.2.3