summaryrefslogtreecommitdiffstats
path: root/sys/amd64
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2001-06-30 05:29:11 +0000
committerimp <imp@FreeBSD.org>2001-06-30 05:29:11 +0000
commitbb25a9f669ae27abebbd69904885648268b07bc7 (patch)
tree4561a638181db7138b9e1626659bd95305c1a108 /sys/amd64
parent1f5ef0493527970795b3bdab22e28be87132d661 (diff)
downloadFreeBSD-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/amd64')
-rw-r--r--sys/amd64/isa/isa_dma.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/amd64/isa/isa_dma.c b/sys/amd64/isa/isa_dma.c
index 42b9c7c..6acc527 100644
--- a/sys/amd64/isa/isa_dma.c
+++ b/sys/amd64/isa/isa_dma.c
@@ -59,7 +59,7 @@
#include <vm/vm_param.h>
#include <vm/pmap.h>
#include <i386/isa/isa.h>
-#include <i386/isa/ic/i8237.h>
+#include <dev/ic/i8237.h>
#include <isa/isavar.h>
/*
OpenPOWER on IntegriCloud