131 lines
3.3 KiB
Plaintext
131 lines
3.3 KiB
Plaintext
# $NetBSD: files.x86,v 1.64 2011/03/04 04:48:40 jruoho Exp $
|
|
|
|
# options for MP configuration through the MP spec
|
|
defflag opt_mpbios.h MPBIOS MPVERBOSE MPDEBUG MPBIOS_SCANPCI
|
|
|
|
# MTRR support
|
|
defflag MTRR
|
|
|
|
# Interrupt debug
|
|
defflag opt_intrdebug.h INTRDEBUG
|
|
|
|
# PCI fixup options
|
|
defflag opt_pcifixup.h PCI_ADDR_FIXUP PCI_BUS_FIXUP
|
|
PCI_INTR_FIXUP PCI_INTR_FIXUP_FORCE
|
|
|
|
# To be able to test for NetBSD/xen in shared files
|
|
defflag opt_xen.h DO_NOT_DEFINE
|
|
|
|
define cpubus { [apid = -1] }
|
|
define cpufeaturebus {}
|
|
define ioapicbus { [apid = -1] }
|
|
define ipmibus {}
|
|
|
|
#
|
|
# CPU features
|
|
#
|
|
device cpu: cpufeaturebus
|
|
attach cpu at cpubus
|
|
file arch/x86/x86/cpu.c cpu
|
|
|
|
device acpicpu
|
|
attach acpicpu at cpufeaturebus
|
|
file dev/acpi/acpi_cpu.c acpi & acpicpu
|
|
file dev/acpi/acpi_cpu_cstate.c acpi & acpicpu
|
|
file dev/acpi/acpi_cpu_pstate.c acpi & acpicpu
|
|
file dev/acpi/acpi_cpu_tstate.c acpi & acpicpu
|
|
file arch/x86/acpi/acpi_cpu_md.c acpi & acpicpu
|
|
|
|
device coretemp: sysmon_envsys
|
|
attach coretemp at cpufeaturebus
|
|
file arch/x86/x86/coretemp.c coretemp
|
|
|
|
device est
|
|
attach est at cpufeaturebus
|
|
file arch/x86/x86/est.c est
|
|
file arch/x86/x86/intel_busclock.c est
|
|
|
|
device odcm
|
|
attach odcm at cpufeaturebus
|
|
file arch/x86/x86/odcm.c odcm
|
|
|
|
device padlock: opencrypto
|
|
attach padlock at cpufeaturebus
|
|
file arch/x86/x86/via_padlock.c padlock
|
|
|
|
device powernow
|
|
attach powernow at cpufeaturebus
|
|
file arch/x86/x86/powernow.c powernow
|
|
|
|
device viac7temp: sysmon_envsys
|
|
attach viac7temp at cpufeaturebus
|
|
file arch/x86/x86/viac7temp.c viac7temp
|
|
|
|
file arch/x86/x86/apic.c ioapic | lapic
|
|
file arch/x86/x86/bus_dma.c
|
|
file arch/x86/x86/bus_space.c
|
|
file arch/x86/x86/consinit.c
|
|
file arch/x86/x86/core_machdep.c coredump
|
|
file arch/x86/x86/cpu_topology.c
|
|
file arch/x86/x86/errata.c
|
|
file arch/x86/x86/genfb_machdep.c
|
|
file arch/x86/x86/identcpu.c
|
|
file arch/x86/x86/i8259.c
|
|
file arch/x86/x86/intr.c
|
|
file arch/x86/x86/nmi.c
|
|
file arch/x86/x86/idt.c
|
|
file arch/x86/x86/ipi.c
|
|
file arch/x86/x86/mtrr_i686.c mtrr
|
|
file arch/x86/x86/patch.c
|
|
file arch/x86/x86/platform.c
|
|
file arch/x86/x86/pmap.c
|
|
file arch/x86/x86/procfs_machdep.c procfs
|
|
file arch/x86/x86/sys_machdep.c
|
|
file arch/x86/x86/syscall.c
|
|
file arch/x86/x86/vm_machdep.c
|
|
file arch/x86/x86/x86_autoconf.c
|
|
file arch/x86/x86/x86_machdep.c
|
|
|
|
define lapic
|
|
file arch/x86/x86/lapic.c lapic needs-flag
|
|
|
|
device ioapic: lapic
|
|
attach ioapic at ioapicbus
|
|
file arch/x86/x86/ioapic.c ioapic needs-flag
|
|
|
|
# MP configuration using Intel SMP specification 1.4
|
|
file arch/x86/x86/mpbios.c mpbios
|
|
|
|
# MP configuration using either ACPI or Intel SMP specification 1.4
|
|
file arch/x86/x86/mp.c acpi | mpbios
|
|
|
|
# MP configuration using ACPI
|
|
file arch/x86/x86/mpacpi.c acpi
|
|
|
|
file arch/x86/x86/acpi_machdep.c acpi
|
|
|
|
file arch/x86/acpi/acpi_wakeup.c acpi
|
|
|
|
file arch/x86/isa/isa_machdep.c isa
|
|
|
|
# Intel On Demand Clock Modulation
|
|
file arch/x86/x86/iclockmod.c intel_ondemand_clockmod
|
|
|
|
# IPMI device
|
|
device ipmi: sysmon_envsys, sysmon_wdog
|
|
attach ipmi at ipmibus
|
|
file arch/x86/x86/ipmi.c ipmi needs-flag
|
|
|
|
file arch/x86/x86/vga_post.c vga_post
|
|
|
|
file arch/x86/x86/tprof_pmi.c tprof_pmi
|
|
file arch/x86/x86/tprof_amdpmi.c tprof_amdpmi
|
|
|
|
file arch/x86/pci/pci_machdep.c pci
|
|
file arch/x86/pci/pci_intr_machdep.c pci
|
|
|
|
file arch/x86/pci/pciide_machdep.c pciide_common
|
|
|
|
file arch/x86/pci/pci_bus_fixup.c pci_bus_fixup
|
|
file arch/x86/pci/pci_addr_fixup.c pci_addr_fixup
|