summaryrefslogtreecommitdiffstats
path: root/sys/pccard/pccard.c
diff options
context:
space:
mode:
authorkato <kato@FreeBSD.org>1998-05-05 13:21:08 +0000
committerkato <kato@FreeBSD.org>1998-05-05 13:21:08 +0000
commit9d55c8f6ae8a375489ae1f3773fef23243b72da7 (patch)
tree15afdae64977dfe9a1d3112ac11454d1b9891adb /sys/pccard/pccard.c
parentda46d406231fd130bb1d064aec19044ddc3d85cd (diff)
downloadFreeBSD-src-9d55c8f6ae8a375489ae1f3773fef23243b72da7.zip
FreeBSD-src-9d55c8f6ae8a375489ae1f3773fef23243b72da7.tar.gz
Include pc98.h instead of isa.h when PC98 is defined.
Diffstat (limited to 'sys/pccard/pccard.c')
-rw-r--r--sys/pccard/pccard.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/pccard/pccard.c b/sys/pccard/pccard.c
index eeec4b1..09b76f5 100644
--- a/sys/pccard/pccard.c
+++ b/sys/pccard/pccard.c
@@ -28,7 +28,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $Id: pccard.c,v 1.58 1998/04/09 14:01:13 nate Exp $
+ * $Id: pccard.c,v 1.59 1998/04/20 15:21:02 nate Exp $
*/
#include "opt_devfs.h"
@@ -65,7 +65,11 @@
* XXX We shouldn't be using processor-specific/bus-specific code in
* here, but we need the start of the ISA hole (IOM_BEGIN).
*/
+#ifdef PC98
+#include <pc98/pc98/pc98.h>
+#else
#include <i386/isa/isa.h>
+#endif
SYSCTL_NODE(_machdep, OID_AUTO, pccard, CTLFLAG_RW, 0, "pccard");
OpenPOWER on IntegriCloud