diff --git a/sys/arch/i386/conf/files.i386 b/sys/arch/i386/conf/files.i386 index c086e64d6482..4ce5b0e2edc6 100644 --- a/sys/arch/i386/conf/files.i386 +++ b/sys/arch/i386/conf/files.i386 @@ -1,4 +1,4 @@ -# $NetBSD: files.i386,v 1.230 2003/02/26 21:33:36 fvdl Exp $ +# $NetBSD: files.i386,v 1.231 2003/02/27 00:39:40 fvdl Exp $ # # new style config file for i386 architecture # @@ -148,7 +148,6 @@ file arch/i386/i386/mainbus.c mainbus include "dev/pci/files.pci" include "dev/pci/files.agp" -file arch/i386/pci/pci_machdep.c pci file arch/i386/pci/agp_machdep.c agp file arch/i386/pci/pcibios.c pcibios file arch/i386/pci/pci_intr_fixup.c pcibios & pcibios_intr_fixup @@ -215,8 +214,6 @@ include "dev/isa/files.isa" attach lpt at puc with lpt_puc file dev/pci/lpt_puc.c lpt_puc -file arch/i386/isa/isa_machdep.c isa - # PC clock file arch/i386/isa/clock.c isa file dev/clock_subr.c isa diff --git a/sys/arch/x86/conf/files.x86 b/sys/arch/x86/conf/files.x86 index f19c106619bb..e9e25594daf7 100644 --- a/sys/arch/x86/conf/files.x86 +++ b/sys/arch/x86/conf/files.x86 @@ -1,4 +1,4 @@ -# $NetBSD: files.x86,v 1.1 2003/02/26 21:26:09 fvdl Exp $ +# $NetBSD: files.x86,v 1.2 2003/02/27 00:39:52 fvdl Exp $ # options for MP configuration through the MP spec defflag opt_mpbios.h MPBIOS MPVERBOSE MPDEBUGA @@ -25,3 +25,7 @@ file arch/x86/x86/ioapic.c ioapic needs-flag # MP configuration using Intel SMP specification 1.4 file arch/x86/x86/mpbios.c mpbios + +file arch/x86/pci/pci_machdep.c pci + +file arch/x86/isa/isa_machdep.c isa