Collect the ISA DMA defines from the MI ISA code, not a private copy.

This commit is contained in:
Mike Smith 2000-06-23 07:40:57 +00:00
parent 93e5f19e07
commit 04de761e36

View File

@ -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