summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/isa_device.h
diff options
context:
space:
mode:
authormsmith <msmith@FreeBSD.org>2000-06-23 07:40:57 +0000
committermsmith <msmith@FreeBSD.org>2000-06-23 07:40:57 +0000
commit9d946aa74ddb86df33489ee80770826d8dc37705 (patch)
tree6277a1a31d528110e67662c007dc0aac517bbcd4 /sys/i386/isa/isa_device.h
parent1cf6096a90a606b63f1970a074924bc58d2083b2 (diff)
downloadFreeBSD-src-9d946aa74ddb86df33489ee80770826d8dc37705.zip
FreeBSD-src-9d946aa74ddb86df33489ee80770826d8dc37705.tar.gz
Collect the ISA DMA defines from the MI ISA code, not a private copy.
Diffstat (limited to 'sys/i386/isa/isa_device.h')
-rw-r--r--sys/i386/isa/isa_device.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/i386/isa/isa_device.h b/sys/i386/isa/isa_device.h
index 372401c..fa3ed7c 100644
--- a/sys/i386/isa/isa_device.h
+++ b/sys/i386/isa/isa_device.h
@@ -38,9 +38,8 @@
#define _I386_ISA_ISA_DEVICE_H_
#ifdef _KERNEL
-#ifndef _ISA_ISAVAR_H_
-#include <i386/isa/isa_dma.h>
-#endif
+#include <sys/bus.h>
+#include <isa/isavar.h>
#include "opt_compat_oldisa.h"
#endif
OpenPOWER on IntegriCloud