This code touches MD code inappropriately. So we have to include pc98

specific file for pc98.
This commit is contained in:
Warner Losh 2001-05-15 23:43:02 +00:00
parent cd18ccdc30
commit 821257e1db

View file

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