1# $NetBSD: files.x86,v 1.91 2018/01/08 01:41:34 christos 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# Interrupt debug 10defflag opt_intrdebug.h INTRDEBUG 11 12# PCI fixup options 13defflag opt_pcifixup.h PCI_ADDR_FIXUP PCI_BUS_FIXUP 14 PCI_INTR_FIXUP PCI_INTR_FIXUP_FORCE 15 16# To be able to test for NetBSD/xen in shared files 17defflag opt_xen.h DO_NOT_DEFINE 18 19defflag SVS 20 21define cpubus { [apid = -1] } 22define cpufeaturebus {} 23define ioapicbus { [apid = -1] } 24define ipmibus {} 25 26# BIOS32 routines 27define bios32 28file arch/x86/x86/bios32.c bios32 needs-flag 29 30# 31# CPU features 32# 33device cpu: cpufeaturebus 34attach cpu at cpubus 35file arch/x86/x86/cpu.c cpu 36file arch/x86/x86/cpu_rng.c cpu 37 38device acpicpu: acpi 39attach acpicpu at cpufeaturebus 40file dev/acpi/acpi_cpu.c acpicpu 41file dev/acpi/acpi_cpu_cstate.c acpicpu 42file dev/acpi/acpi_cpu_pstate.c acpicpu 43file dev/acpi/acpi_cpu_tstate.c acpicpu 44file arch/x86/acpi/acpi_cpu_md.c acpicpu 45 46device coretemp: sysmon_envsys 47attach coretemp at cpufeaturebus 48file arch/x86/x86/coretemp.c coretemp 49 50device est 51attach est at cpufeaturebus 52file arch/x86/x86/est.c est 53file arch/x86/x86/intel_busclock.c est 54 55device odcm 56attach odcm at cpufeaturebus 57file arch/x86/x86/odcm.c odcm 58 59device padlock: opencrypto 60attach padlock at cpufeaturebus 61file arch/x86/x86/via_padlock.c padlock 62 63device powernow 64attach powernow at cpufeaturebus 65file arch/x86/x86/powernow.c powernow 66 67device viac7temp: sysmon_envsys 68attach viac7temp at cpufeaturebus 69file arch/x86/x86/viac7temp.c viac7temp 70 71device vmt: sysmon_power, sysmon_taskq 72attach vmt at cpufeaturebus 73file arch/x86/x86/vmt.c vmt 74 75file arch/x86/x86/apic.c ioapic | lapic 76file arch/x86/x86/bus_dma.c machdep 77file arch/x86/x86/bus_space.c machdep 78file arch/x86/x86/consinit.c machdep 79file arch/x86/x86/core_machdep.c coredump 80file arch/x86/x86/cpu_topology.c machdep 81file arch/x86/x86/db_memrw.c ddb | kgdb 82file arch/x86/x86/db_trace.c ddb 83file arch/x86/x86/efi.c machdep 84file arch/x86/x86/errata.c machdep 85file arch/x86/x86/genfb_machdep.c machdep 86file arch/x86/x86/identcpu.c machdep 87file arch/x86/x86/i8259.c machdep 88file arch/x86/x86/intr.c machdep 89file arch/x86/x86/kgdb_machdep.c kgdb 90file arch/x86/x86/nmi.c machdep 91file arch/x86/x86/idt.c machdep 92file arch/x86/x86/ipi.c machdep 93file arch/x86/x86/mtrr_i686.c mtrr 94file arch/x86/x86/patch.c machdep 95file arch/x86/x86/platform.c machdep 96file arch/x86/x86/pmap.c machdep 97file arch/x86/x86/pmap_tlb.c machdep 98file arch/x86/x86/pmc.c machdep 99file arch/x86/x86/procfs_machdep.c procfs 100file arch/x86/x86/sys_machdep.c machdep 101file arch/x86/x86/syscall.c machdep 102file arch/x86/x86/tsc.c machdep 103file arch/x86/x86/vm_machdep.c machdep 104file arch/x86/x86/x86_autoconf.c machdep 105file arch/x86/x86/x86_userconf.c userconf 106file arch/x86/x86/x86_machdep.c machdep 107 108file uvm/pmap/pmap_pvt.c machdep 109 110file arch/x86/x86/cpu_ucode.c cpu_ucode needs-flag 111file arch/x86/x86/cpu_ucode_amd.c cpu_ucode needs-flag 112file arch/x86/x86/cpu_ucode_intel.c cpu_ucode needs-flag 113 114define lapic 115file arch/x86/x86/lapic.c lapic needs-flag 116 117device ioapic: lapic 118attach ioapic at ioapicbus 119file arch/x86/x86/ioapic.c ioapic needs-flag 120 121# MP configuration using Intel SMP specification 1.4 122file arch/x86/x86/mpbios.c mpbios 123 124# MP configuration using either ACPI or Intel SMP specification 1.4 125file arch/x86/x86/mp.c acpi | mpbios 126 127# MP configuration using ACPI 128file arch/x86/x86/mpacpi.c acpi 129 130file arch/x86/acpi/acpi_pdc.c acpi 131file arch/x86/acpi/acpi_wakeup.c acpi 132file arch/x86/acpi/acpi_machdep.c acpi 133 134file arch/x86/isa/isa_machdep.c 135 136# PC clock 137file arch/x86/isa/clock.c 138file arch/x86/isa/rtc.c 139 140# Stubs for x86 routines not included in the system 141file arch/x86/x86/x86_stub.c 142 143# IPMI device 144device ipmi: sysmon_envsys, sysmon_wdog 145attach ipmi at ipmibus 146file arch/x86/x86/ipmi.c ipmi needs-flag 147 148file arch/x86/x86/vga_post.c vga_post 149 150file arch/x86/x86/tprof_pmi.c tprof_pmi 151file arch/x86/x86/tprof_amdpmi.c tprof_amdpmi 152 153file arch/x86/pci/pci_machdep.c pci 154#file arch/x86/pci/pci_ranges.c pci 155file arch/x86/pci/pci_intr_machdep.c pci 156file arch/x86/pci/pci_msi_machdep.c pci 157file arch/x86/pci/msipic.c pci 158 159file arch/x86/pci/pciide_machdep.c pciide_common 160 161file arch/x86/pci/pci_bus_fixup.c pci_bus_fixup 162file arch/x86/pci/pci_addr_fixup.c pci_addr_fixup 163