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