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/gnu | |
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/gnu')
-rw-r--r-- | sys/gnu/i386/isa/dgb.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/gnu/i386/isa/dgb.c b/sys/gnu/i386/isa/dgb.c index 243c424..8e8f2f3 100644 --- a/sys/gnu/i386/isa/dgb.c +++ b/sys/gnu/i386/isa/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 |