diff options
| author | Sergey Babkin <babkin@FreeBSD.org> | 2001-01-08 02:47:37 +0000 |
|---|---|---|
| committer | Sergey Babkin <babkin@FreeBSD.org> | 2001-01-08 02:47:37 +0000 |
| commit | bf374e5b67fcc138f943ed301ed33f80f79ce043 (patch) | |
| tree | 8a7b571a123378ed35765364f4cc3408526d4ce7 /sys/dev | |
| parent | bdbd54e46d5bba56f2892143ae952e848dbc4988 (diff) | |
Notes
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/dgb/dgb.c | 6 | ||||
| -rw-r--r-- | sys/dev/dgb/dgm.c | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/sys/dev/dgb/dgb.c b/sys/dev/dgb/dgb.c index bb02ca1356d1..377ffd36d4a7 100644 --- a/sys/dev/dgb/dgb.c +++ b/sys/dev/dgb/dgb.c @@ -92,11 +92,11 @@ #error "The dgb device requires the old isa compatibility shims" #endif -#include <gnu/i386/isa/dgbios.h> -#include <gnu/i386/isa/dgfep.h> +#include <dev/dgb/dgbios.h> +#include <dev/dgb/dgfep.h> #define DGB_DEBUG /* Enable debugging info via sysctl */ -#include <gnu/i386/isa/dgreg.h> +#include <dev/dgb/dgreg.h> #define CALLOUT_MASK 0x80 #define CONTROL_MASK 0x60 diff --git a/sys/dev/dgb/dgm.c b/sys/dev/dgb/dgm.c index d24444934231..754708732b29 100644 --- a/sys/dev/dgb/dgm.c +++ b/sys/dev/dgb/dgm.c @@ -95,9 +95,9 @@ #error "The dgm device requires the old isa compatibility shims" #endif -#include <gnu/i386/isa/dgmfep.h> -#include <gnu/i386/isa/dgmbios.h> -#include <gnu/i386/isa/dgmreg.h> +#include <dev/dgb/dgmfep.h> +#include <dev/dgb/dgmbios.h> +#include <dev/dgb/dgmreg.h> #define CALLOUT_MASK 0x40000 #define CONTROL_MASK 0xC0 |
