diff options
author | bde <bde@FreeBSD.org> | 1996-06-18 01:22:40 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 1996-06-18 01:22:40 +0000 |
commit | 097df5e884db7600b452a23b84796190968a7f22 (patch) | |
tree | a192524727d52e0cfbf39a69b595306debd5e97f /sys/dev | |
parent | 6690bcda709953408fcf2f24238427f76b273169 (diff) | |
download | FreeBSD-src-097df5e884db7600b452a23b84796190968a7f22.zip FreeBSD-src-097df5e884db7600b452a23b84796190968a7f22.tar.gz |
Removed unused #includes of <i386/isa/icu.h> and <i386/isa/icu.h>. icu.h
is only used by the icu support modules and by a few drivers that know
too much about the icu (most only use it to convert `n' to `IRQn'). isa.h
is only used by ioconf.c and by a few drivers that know too much about
isa addresses (a few have to, because config is deficient).
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/dgb/dgb.c | 4 | ||||
-rw-r--r-- | sys/dev/ed/if_ed.c | 3 | ||||
-rw-r--r-- | sys/dev/ep/if_ep.c | 4 | ||||
-rw-r--r-- | sys/dev/fe/if_fe.c | 3 | ||||
-rw-r--r-- | sys/dev/ie/if_ie.c | 4 | ||||
-rw-r--r-- | sys/dev/mcd/mcd.c | 4 | ||||
-rw-r--r-- | sys/dev/rc/rc.c | 1 | ||||
-rw-r--r-- | sys/dev/scd/scd.c | 3 |
8 files changed, 7 insertions, 19 deletions
diff --git a/sys/dev/dgb/dgb.c b/sys/dev/dgb/dgb.c index 243c424..8e8f2f3 100644 --- a/sys/dev/dgb/dgb.c +++ b/sys/dev/dgb/dgb.c @@ -1,5 +1,5 @@ /*- - * dgb.c $Id: dgb.c,v 1.17 1996/03/29 11:39:08 bde Exp $ + * dgb.c $Id: dgb.c,v 1.18 1996/06/12 04:59:14 gpalmer Exp $ * * Digiboard driver. * @@ -51,14 +51,12 @@ #include <vm/vm_param.h> #include <vm/pmap.h> -#include <i386/isa/isa.h> #include <i386/isa/isa_device.h> #include <gnu/i386/isa/dgbios.h> #include <gnu/i386/isa/dgfep.h> #include <gnu/i386/isa/dgreg.h> - #define CALLOUT_MASK 0x80 #define CONTROL_MASK 0x60 #define CONTROL_INIT_STATE 0x20 diff --git a/sys/dev/ed/if_ed.c b/sys/dev/ed/if_ed.c index e4090ff..40734bd 100644 --- a/sys/dev/ed/if_ed.c +++ b/sys/dev/ed/if_ed.c @@ -24,7 +24,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: if_ed.c,v 1.98 1996/05/18 17:56:25 se Exp $ + * $Id: if_ed.c,v 1.99 1996/05/27 22:32:23 gpalmer Exp $ */ /* @@ -79,7 +79,6 @@ #include <machine/clock.h> -#include <i386/isa/isa.h> #include <i386/isa/isa_device.h> #include <i386/isa/icu.h> #include <i386/isa/if_edreg.h> diff --git a/sys/dev/ep/if_ep.c b/sys/dev/ep/if_ep.c index 3f6c1c8..691034c 100644 --- a/sys/dev/ep/if_ep.c +++ b/sys/dev/ep/if_ep.c @@ -38,7 +38,7 @@ */ /* - * $Id: if_ep.c,v 1.47 1996/06/14 22:11:35 nate Exp $ + * $Id: if_ep.c,v 1.48 1996/06/15 00:43:03 nate Exp $ * * Promiscuous mode added and interrupt logic slightly changed * to reduce the number of adapter failures. Transceiver select @@ -108,9 +108,7 @@ #include <machine/clock.h> #endif -#include <i386/isa/isa.h> #include <i386/isa/isa_device.h> -#include <i386/isa/icu.h> #include <i386/isa/if_epreg.h> #include <i386/isa/elink.h> diff --git a/sys/dev/fe/if_fe.c b/sys/dev/fe/if_fe.c index eb7ec89..9b0556c 100644 --- a/sys/dev/fe/if_fe.c +++ b/sys/dev/fe/if_fe.c @@ -21,7 +21,7 @@ */ /* - * $Id: if_fe.c,v 1.14 1996/04/23 18:36:55 nate Exp $ + * $Id: if_fe.c,v 1.15 1996/06/12 05:03:40 gpalmer Exp $ * * Device driver for Fujitsu MB86960A/MB86965A based Ethernet cards. * To be used with FreeBSD 2.x @@ -122,7 +122,6 @@ #include <machine/clock.h> -#include <i386/isa/isa.h> #include <i386/isa/isa_device.h> #include <i386/isa/icu.h> diff --git a/sys/dev/ie/if_ie.c b/sys/dev/ie/if_ie.c index 903b1e2..dc45440 100644 --- a/sys/dev/ie/if_ie.c +++ b/sys/dev/ie/if_ie.c @@ -43,7 +43,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: if_ie.c,v 1.32 1996/01/26 09:27:26 phk Exp $ + * $Id: if_ie.c,v 1.33 1996/02/06 18:50:45 wollman Exp $ */ /* @@ -146,11 +146,9 @@ iomem, and to make 16-pointers, we subtract iomem and and with 0xffff. #include <machine/clock.h> -#include <i386/isa/isa.h> #include <i386/isa/isa_device.h> #include <i386/isa/ic/i82586.h> #include <i386/isa/if_iereg.h> -#include <i386/isa/icu.h> #include <i386/isa/if_ie507.h> #include <i386/isa/elink.h> diff --git a/sys/dev/mcd/mcd.c b/sys/dev/mcd/mcd.c index f13b72a..3c10a16 100644 --- a/sys/dev/mcd/mcd.c +++ b/sys/dev/mcd/mcd.c @@ -40,7 +40,7 @@ * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: mcd.c,v 1.79 1996/06/08 09:18:21 bde Exp $ + * $Id: mcd.c,v 1.80 1996/06/12 05:03:47 gpalmer Exp $ */ static const char COPYRIGHT[] = "mcd-driver (C)1993 by H.Veit & B.Moore"; @@ -71,11 +71,9 @@ static const char COPYRIGHT[] = "mcd-driver (C)1993 by H.Veit & B.Moore"; #include <i386/i386/cons.h> -#include <i386/isa/isa.h> #include <i386/isa/isa_device.h> #include <i386/isa/mcdreg.h> - #define MCD_TRACE(format, args...) \ { \ if (mcd_data[unit].debug) { \ diff --git a/sys/dev/rc/rc.c b/sys/dev/rc/rc.c index b9bd2c4..5614de5 100644 --- a/sys/dev/rc/rc.c +++ b/sys/dev/rc/rc.c @@ -53,7 +53,6 @@ #include <machine/clock.h> -#include <i386/isa/isa.h> #include <i386/isa/isa_device.h> #include <i386/isa/sioreg.h> diff --git a/sys/dev/scd/scd.c b/sys/dev/scd/scd.c index 1c43341..f6c15e4 100644 --- a/sys/dev/scd/scd.c +++ b/sys/dev/scd/scd.c @@ -41,7 +41,7 @@ */ -/* $Id: scd.c,v 1.20 1996/05/03 16:49:03 phk Exp $ */ +/* $Id: scd.c,v 1.21 1996/06/08 09:18:23 bde Exp $ */ /* Please send any comments to micke@dynas.se */ @@ -72,7 +72,6 @@ #include <machine/clock.h> #include <machine/stdarg.h> -#include <i386/isa/isa.h> #include <i386/isa/isa_device.h> #include <i386/isa/scdreg.h> |