diff options
author | imp <imp@FreeBSD.org> | 2001-06-30 05:29:11 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2001-06-30 05:29:11 +0000 |
commit | bb25a9f669ae27abebbd69904885648268b07bc7 (patch) | |
tree | 4561a638181db7138b9e1626659bd95305c1a108 /sys/alpha/isa | |
parent | 1f5ef0493527970795b3bdab22e28be87132d661 (diff) | |
download | FreeBSD-src-bb25a9f669ae27abebbd69904885648268b07bc7.zip FreeBSD-src-bb25a9f669ae27abebbd69904885648268b07bc7.tar.gz |
Repo copy i8237.h to dev/ic so we can get rid of some of the final vestiges
of includes of i386 files from non-i386 ports.
Diffstat (limited to 'sys/alpha/isa')
-rw-r--r-- | sys/alpha/isa/isa_dma.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/alpha/isa/isa_dma.c b/sys/alpha/isa/isa_dma.c index bba4570..45b2f02 100644 --- a/sys/alpha/isa/isa_dma.c +++ b/sys/alpha/isa/isa_dma.c @@ -57,7 +57,7 @@ #include <vm/pmap.h> #include <isa/isareg.h> #include <isa/isavar.h> -#include <i386/isa/ic/i8237.h> +#include <dev/ic/i8237.h> #include <machine/bus.h> /* |