1 # $NetBSD: files.x86,v 1.1 2003/02/26 21:26:09 fvdl Exp $ 2 3 # options for MP configuration through the MP spec 4 defflag opt_mpbios.h MPBIOS MPVERBOSE MPDEBUGA 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/i8259.c 13 file arch/x86/x86/intr.c 14 file arch/x86/x86/softintr.c 15 file arch/x86/x86/bus_machdep.c 16 file arch/x86/x86/ipi.c multiprocessor 17 file arch/x86/x86/mtrr_i686.c mtrr 18 19 define lapic 20 file arch/x86/x86/lapic.c lapic needs-flag 21 22 device ioapic: lapic 23 attach ioapic at mainbus 24 file arch/x86/x86/ioapic.c ioapic needs-flag 25 26 # MP configuration using Intel SMP specification 1.4 27 file arch/x86/x86/mpbios.c mpbios 28