From 636c7ca859f79d45dd841f674e374109ecebb324 Mon Sep 17 00:00:00 2001 From: fvdl Date: Sun, 2 Mar 2003 18:11:03 +0000 Subject: [PATCH] x86_64 has no mca.h and eisa.h (should perhaps just generate empty ones) --- sys/arch/x86/isa/isa_machdep.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/sys/arch/x86/isa/isa_machdep.c b/sys/arch/x86/isa/isa_machdep.c index c977f4a0d9dc..ab32a6ac9640 100644 --- a/sys/arch/x86/isa/isa_machdep.c +++ b/sys/arch/x86/isa/isa_machdep.c @@ -1,4 +1,4 @@ -/* $NetBSD: isa_machdep.c,v 1.1 2003/02/27 00:28:08 fvdl Exp $ */ +/* $NetBSD: isa_machdep.c,v 1.2 2003/03/02 18:11:03 fvdl Exp $ */ /*- * Copyright (c) 1996, 1997, 1998 The NetBSD Foundation, Inc. @@ -76,7 +76,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: isa_machdep.c,v 1.1 2003/02/27 00:28:08 fvdl Exp $"); +__KERNEL_RCSID(0, "$NetBSD: isa_machdep.c,v 1.2 2003/03/02 18:11:03 fvdl Exp $"); #define ISA_DMA_STATS @@ -107,12 +107,13 @@ __KERNEL_RCSID(0, "$NetBSD: isa_machdep.c,v 1.1 2003/02/27 00:28:08 fvdl Exp $") #include #endif +#ifndef __x86_64__ #include "mca.h" #if NMCA > 0 #include /* for MCA_system */ #endif - #include "eisa.h" /* XXX */ +#endif /* * ISA can only DMA to 0-16M.