1# $NetBSD: files.x86,v 1.20 2006/10/01 18:37:54 bouyer Exp $ 2 3# options for MP configuration through the MP spec 4defflag opt_mpbios.h MPBIOS MPVERBOSE MPDEBUG MPBIOS_SCANPCI 5 6# MTRR support 7defflag MTRR 8 9# PCI fixup options 10defflag opt_pcifixup.h PCI_ADDR_FIXUP PCI_BUS_FIXUP 11 PCI_INTR_FIXUP PCI_INTR_FIXUP_FORCE 12 13# AMD Powernow/Cool`n'Quiet Technology 14defflag opt_powernow_k8.h POWERNOW_K8 15 16define cpubus { [apid = -1] } 17define ipmibus {} 18 19file arch/x86/x86/apic.c ioapic | lapic 20file arch/x86/x86/bus_dma.c 21file arch/x86/x86/bus_space.c 22file arch/x86/x86/cacheinfo.c 23file arch/x86/x86/consinit.c 24file arch/x86/x86/i8259.c 25file arch/x86/x86/intr.c 26file arch/x86/x86/ipi.c multiprocessor 27file arch/x86/x86/lock_machdep.c lockdebug 28file arch/x86/x86/mtrr_i686.c mtrr 29file arch/x86/x86/softintr.c 30file arch/x86/x86/x86_autoconf.c 31file arch/x86/x86/x86_machdep.c 32 33define lapic 34file arch/x86/x86/lapic.c lapic needs-flag 35 36device ioapic: lapic 37attach ioapic at cpubus 38file arch/x86/x86/ioapic.c ioapic needs-flag 39 40# MP configuration using Intel SMP specification 1.4 41file arch/x86/x86/mpbios.c mpbios 42 43# MP configuration using ACPI 44file arch/x86/x86/mpacpi.c acpi 45 46file arch/x86/x86/acpi_machdep.c acpi 47 48file arch/x86/pci/pci_machdep.c pci 49file arch/x86/pci/pci_intr_machdep.c pci 50 51file arch/x86/isa/isa_machdep.c isa 52 53file arch/x86/pci/pciide_machdep.c pciide_common 54 55# Powernow common functions 56file arch/x86/x86/powernow_k8.c powernow_k8 57file arch/x86/x86/powernow_common.c powernow_k8 | powernow_k7 58 59#IPMI device 60device ipmi : sysmon_envsys, sysmon_wdog 61attach ipmi at ipmibus 62file arch/x86/x86/ipmi.c ipmi needs-flag 63