1 # $NetBSD: files.x86,v 1.17 2006/07/04 00:30:22 christos Exp $ 2 3 # options for MP configuration through the MP spec 4 defflag opt_mpbios.h MPBIOS MPVERBOSE MPDEBUG MPBIOS_SCANPCI 5 6 # MTRR support 7 defflag MTRR 8 9 # PCI fixup options 10 defflag opt_pcifixup.h PCI_ADDR_FIXUP PCI_BUS_FIXUP 11 PCI_INTR_FIXUP PCI_INTR_FIXUP_FORCE 12 13 define cpubus { [apid = -1] } 14 15 file arch/x86/x86/apic.c ioapic | lapic 16 file arch/x86/x86/bus_dma.c 17 file arch/x86/x86/bus_space.c 18 file arch/x86/x86/cacheinfo.c 19 file arch/x86/x86/consinit.c 20 file arch/x86/x86/i8259.c 21 file arch/x86/x86/intr.c 22 file arch/x86/x86/ipi.c multiprocessor 23 file arch/x86/x86/lock_machdep.c lockdebug 24 file arch/x86/x86/mtrr_i686.c mtrr 25 file arch/x86/x86/softintr.c 26 file arch/x86/x86/x86_autoconf.c 27 file arch/x86/x86/x86_machdep.c 28 29 define lapic 30 file arch/x86/x86/lapic.c lapic needs-flag 31 32 device ioapic: lapic 33 attach ioapic at cpubus 34 file arch/x86/x86/ioapic.c ioapic needs-flag 35 36 # MP configuration using Intel SMP specification 1.4 37 file arch/x86/x86/mpbios.c mpbios 38 39 # MP configuration using ACPI 40 file arch/x86/x86/mpacpi.c acpi 41 42 file arch/x86/x86/acpi_machdep.c acpi 43 44 file arch/x86/pci/pci_machdep.c pci 45 file arch/x86/pci/pci_intr_machdep.c pci 46 47 file arch/x86/isa/isa_machdep.c isa 48 49 file arch/x86/pci/pciide_machdep.c pciide_common 50