1 # $NetBSD: files.x86,v 1.3 2003/02/27 01:50:40 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/consinit.c 13 file arch/x86/x86/i8259.c 14 file arch/x86/x86/intr.c 15 file arch/x86/x86/softintr.c 16 file arch/x86/x86/bus_machdep.c 17 file arch/x86/x86/ipi.c multiprocessor 18 file arch/x86/x86/mtrr_i686.c mtrr 19 20 define lapic 21 file arch/x86/x86/lapic.c lapic needs-flag 22 23 device ioapic: lapic 24 attach ioapic at mainbus 25 file arch/x86/x86/ioapic.c ioapic needs-flag 26 27 # MP configuration using Intel SMP specification 1.4 28 file arch/x86/x86/mpbios.c mpbios 29 30 file arch/x86/pci/pci_machdep.c pci 31 32 file arch/x86/isa/isa_machdep.c isa 33