xref: /netbsd-src/sys/arch/x86/conf/files.x86 (revision d48f14661dda8638fee055ba15d35bdfb29b9fa8)
1#	$NetBSD: files.x86,v 1.16 2006/02/03 19:58:20 bouyer 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
10# PCI fixup options
11defflag opt_pcifixup.h	PCI_ADDR_FIXUP PCI_BUS_FIXUP
12			PCI_INTR_FIXUP PCI_INTR_FIXUP_FORCE
13
14define  cpubus { [apid = -1] }
15
16file	arch/x86/x86/apic.c		ioapic | lapic
17file	arch/x86/x86/bus_dma.c
18file	arch/x86/x86/bus_space.c
19file	arch/x86/x86/cacheinfo.c
20file	arch/x86/x86/consinit.c
21file	arch/x86/x86/i8259.c
22file	arch/x86/x86/intr.c
23file	arch/x86/x86/ipi.c		multiprocessor
24file	arch/x86/x86/lock_machdep.c	lockdebug
25file	arch/x86/x86/mtrr_i686.c	mtrr
26file	arch/x86/x86/softintr.c
27file	arch/x86/x86/x86_autoconf.c
28file	arch/x86/x86/x86_machdep.c
29
30define lapic
31file	arch/x86/x86/lapic.c		lapic needs-flag
32
33device ioapic: lapic
34attach ioapic at cpubus
35file	arch/x86/x86/ioapic.c		ioapic needs-flag
36
37# MP configuration using Intel SMP specification 1.4
38file 	arch/x86/x86/mpbios.c		mpbios
39
40# MP configuration using ACPI
41file 	arch/x86/x86/mpacpi.c		mpacpi & acpi
42
43file    arch/x86/x86/acpi_machdep.c	acpi
44
45file	arch/x86/pci/pci_machdep.c	pci
46file	arch/x86/pci/pci_intr_machdep.c	pci
47
48file	arch/x86/isa/isa_machdep.c	isa
49
50file	arch/x86/pci/pciide_machdep.c	pciide_common
51