Catch up with isa_machdep.c and pci_machdep.c move.

This commit is contained in:
fvdl 2003-02-27 00:39:40 +00:00
parent e397aa2f84
commit d89d6b98f7
2 changed files with 6 additions and 5 deletions

View File

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

View File

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