1 # $NetBSD: files.x86,v 1.7 2003/05/11 18:24:12 fvdl Exp $ 2 3 # options for MP configuration through the MP spec 4 defflag opt_mpbios.h MPBIOS MPVERBOSE MPDEBUG 5 defflag opt_mpacpi.h MPACPI 6 7 # MTRR support 8 defflag MTRR 9 10 define mainbus { [apid = -1] } 11 12 file arch/x86/x86/apic.c ioapic | lapic 13 file arch/x86/x86/bus_dma.c 14 file arch/x86/x86/bus_space.c 15 file arch/x86/x86/cacheinfo.c 16 file arch/x86/x86/consinit.c 17 file arch/x86/x86/i8259.c 18 file arch/x86/x86/intr.c 19 file arch/x86/x86/ipi.c multiprocessor 20 file arch/x86/x86/lock_machdep.c lockdebug 21 file arch/x86/x86/mtrr_i686.c mtrr 22 file arch/x86/x86/softintr.c 23 24 define lapic 25 file arch/x86/x86/lapic.c lapic needs-flag 26 27 device ioapic: lapic 28 attach ioapic at mainbus 29 file arch/x86/x86/ioapic.c ioapic needs-flag 30 31 # MP configuration using Intel SMP specification 1.4 32 file arch/x86/x86/mpbios.c mpbios 33 34 # MP configuration using ACPI 35 file arch/x86/x86/mpacpi.c mpacpi & acpi 36 37 file arch/x86/x86/acpi_machdep.c acpi 38 39 file arch/x86/pci/pci_machdep.c pci 40 41 file arch/x86/isa/isa_machdep.c isa 42