summaryrefslogtreecommitdiffstats
path: root/sys/pccard
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2001-05-15 23:43:02 +0000
committerimp <imp@FreeBSD.org>2001-05-15 23:43:02 +0000
commit62d385314686dc642f80b46da35642d58a1266fb (patch)
tree48274c6a8aba2b46ecf3e02a0201d6d69e63f7d2 /sys/pccard
parent1bdb5430ed3cb53ff0ce2e6a919731ad76e4ff1f (diff)
downloadFreeBSD-src-62d385314686dc642f80b46da35642d58a1266fb.zip
FreeBSD-src-62d385314686dc642f80b46da35642d58a1266fb.tar.gz
This code touches MD code inappropriately. So we have to include pc98
specific file for pc98.
Diffstat (limited to 'sys/pccard')
-rw-r--r--sys/pccard/pccard_nbk.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/sys/pccard/pccard_nbk.c b/sys/pccard/pccard_nbk.c
index c702ece..c8c7346 100644
--- a/sys/pccard/pccard_nbk.c
+++ b/sys/pccard/pccard_nbk.c
@@ -61,7 +61,12 @@
#include <machine/bus.h>
#include <machine/resource.h>
+/* XXX Shouldn't reach into the MD code here */
+#ifdef PC98
+#include <pc98/pc98/pc98.h>
+#else
#include <i386/isa/isa.h>
+#endif
#include <pccard/cardinfo.h>
#include <pccard/slot.h>
OpenPOWER on IntegriCloud