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