2004-10-20 08:20:05 +04:00
|
|
|
# $NetBSD: files.x86,v 1.12 2004/10/20 04:20:05 thorpej Exp $
|
2003-02-27 00:26:09 +03:00
|
|
|
|
|
|
|
# options for MP configuration through the MP spec
|
2003-05-30 00:22:28 +04:00
|
|
|
defflag opt_mpbios.h MPBIOS MPVERBOSE MPDEBUG MPBIOS_SCANPCI
|
|
|
|
defflag opt_mpacpi.h MPACPI MPACPI_SCANPCI
|
2003-02-27 00:26:09 +03:00
|
|
|
|
|
|
|
# MTRR support
|
|
|
|
defflag MTRR
|
|
|
|
|
2004-08-30 19:05:15 +04:00
|
|
|
define cpubus { [apid = -1] }
|
2003-02-27 00:26:09 +03:00
|
|
|
|
|
|
|
file arch/x86/x86/apic.c ioapic | lapic
|
2003-03-12 03:09:51 +03:00
|
|
|
file arch/x86/x86/bus_dma.c
|
|
|
|
file arch/x86/x86/bus_space.c
|
2003-04-26 01:54:29 +04:00
|
|
|
file arch/x86/x86/cacheinfo.c
|
2003-02-27 04:50:40 +03:00
|
|
|
file arch/x86/x86/consinit.c
|
2003-02-27 00:26:09 +03:00
|
|
|
file arch/x86/x86/i8259.c
|
|
|
|
file arch/x86/x86/intr.c
|
|
|
|
file arch/x86/x86/ipi.c multiprocessor
|
2003-03-02 01:55:02 +03:00
|
|
|
file arch/x86/x86/lock_machdep.c lockdebug
|
2003-02-27 00:26:09 +03:00
|
|
|
file arch/x86/x86/mtrr_i686.c mtrr
|
2003-03-02 01:55:02 +03:00
|
|
|
file arch/x86/x86/softintr.c
|
2004-10-20 08:20:05 +04:00
|
|
|
file arch/x86/x86/x86_autoconf.c
|
2003-02-27 00:26:09 +03:00
|
|
|
|
|
|
|
define lapic
|
|
|
|
file arch/x86/x86/lapic.c lapic needs-flag
|
|
|
|
|
|
|
|
device ioapic: lapic
|
2004-08-30 19:05:15 +04:00
|
|
|
attach ioapic at cpubus
|
2003-02-27 00:26:09 +03:00
|
|
|
file arch/x86/x86/ioapic.c ioapic needs-flag
|
|
|
|
|
|
|
|
# MP configuration using Intel SMP specification 1.4
|
|
|
|
file arch/x86/x86/mpbios.c mpbios
|
2003-02-27 03:39:40 +03:00
|
|
|
|
2003-05-11 22:24:12 +04:00
|
|
|
# MP configuration using ACPI
|
|
|
|
file arch/x86/x86/mpacpi.c mpacpi & acpi
|
|
|
|
|
|
|
|
file arch/x86/x86/acpi_machdep.c acpi
|
|
|
|
|
2003-02-27 03:39:40 +03:00
|
|
|
file arch/x86/pci/pci_machdep.c pci
|
|
|
|
|
|
|
|
file arch/x86/isa/isa_machdep.c isa
|
2003-09-06 21:44:36 +04:00
|
|
|
|
2003-10-08 21:29:59 +04:00
|
|
|
file arch/x86/pci/pciide_machdep.c pciide_common
|