1 # $NetBSD: files.x86,v 1.59 2011/02/20 13:42:45 jruoho Exp $ 2 3 # options for MP configuration through the MP spec 4 defflag opt_mpbios.h MPBIOS MPVERBOSE MPDEBUG MPBIOS_SCANPCI 5 6 # MTRR support 7 defflag MTRR 8 9 # Interrupt debug 10 defflag opt_intrdebug.h INTRDEBUG 11 12 # PCI fixup options 13 defflag opt_pcifixup.h PCI_ADDR_FIXUP PCI_BUS_FIXUP 14 PCI_INTR_FIXUP PCI_INTR_FIXUP_FORCE 15 16 # Intel Enhanced Speedstep 17 defflag ENHANCED_SPEEDSTEP 18 defflag opt_est.h EST_FREQ_USERWRITE 19 20 # Pentium 4+ Thermal Monitor ODCM (aka On Demand Clock Modulation) 21 defflag opt_intel_odcm.h INTEL_ONDEMAND_CLOCKMOD 22 23 # AMD Powernow/Cool`n'Quiet Technology 24 defflag opt_powernow_k8.h POWERNOW_K8 25 26 # VIA C7 Temperature sensor 27 defflag opt_via_c7temp.h VIA_C7TEMP: sysmon_envsys 28 29 # To be able to test for NetBSD/xen in shared files 30 defflag opt_xen.h DO_NOT_DEFINE 31 32 define cpubus { [apid = -1] } 33 define cpufeaturebus {} 34 define ioapicbus { [apid = -1] } 35 define ipmibus {} 36 37 # 38 # CPUs 39 # 40 device cpu: cpufeaturebus 41 attach cpu at cpubus 42 file arch/x86/x86/cpu.c cpu 43 44 device coretemp: sysmon_envsys 45 attach coretemp at cpufeaturebus 46 file arch/x86/x86/coretemp.c coretemp 47 48 device padlock: opencrypto 49 attach padlock at cpufeaturebus 50 file arch/x86/x86/via_padlock.c padlock 51 52 file arch/x86/x86/apic.c ioapic | lapic 53 file arch/x86/x86/bus_dma.c 54 file arch/x86/x86/bus_space.c 55 file arch/x86/x86/consinit.c 56 file arch/x86/x86/core_machdep.c coredump 57 file arch/x86/x86/cpu_topology.c 58 file arch/x86/x86/errata.c 59 file arch/x86/x86/genfb_machdep.c 60 file arch/x86/x86/identcpu.c 61 file arch/x86/x86/i8259.c 62 file arch/x86/x86/intr.c 63 file arch/x86/x86/nmi.c 64 file arch/x86/x86/idt.c 65 file arch/x86/x86/ipi.c 66 file arch/x86/x86/mtrr_i686.c mtrr 67 file arch/x86/x86/patch.c 68 file arch/x86/x86/platform.c 69 file arch/x86/x86/pmap.c 70 file arch/x86/x86/procfs_machdep.c procfs 71 file arch/x86/x86/sys_machdep.c 72 file arch/x86/x86/syscall.c 73 file arch/x86/x86/vm_machdep.c 74 file arch/x86/x86/x86_autoconf.c 75 file arch/x86/x86/x86_machdep.c 76 77 define lapic 78 file arch/x86/x86/lapic.c lapic needs-flag 79 80 device ioapic: lapic 81 attach ioapic at ioapicbus 82 file arch/x86/x86/ioapic.c ioapic needs-flag 83 84 # MP configuration using Intel SMP specification 1.4 85 file arch/x86/x86/mpbios.c mpbios 86 87 # MP configuration using either ACPI or Intel SMP specification 1.4 88 file arch/x86/x86/mp.c acpi | mpbios 89 90 # MP configuration using ACPI 91 file arch/x86/x86/mpacpi.c acpi 92 93 file arch/x86/x86/acpi_machdep.c acpi 94 95 file arch/x86/acpi/acpi_wakeup.c acpi 96 file arch/x86/acpi/acpi_cpu_md.c acpi & acpicpu 97 98 file arch/x86/isa/isa_machdep.c isa 99 100 # Powernow common functions 101 file arch/x86/x86/powernow_k8.c powernow_k8 102 file arch/x86/x86/powernow_common.c powernow_k8 | powernow_k7 103 104 # Intel On Demand Clock Modulation 105 file arch/x86/x86/iclockmod.c intel_ondemand_clockmod 106 107 # Intel Enhanced Speedstep 108 file arch/x86/x86/est.c enhanced_speedstep 109 file arch/x86/x86/intel_busclock.c enhanced_speedstep 110 111 # VIA C7 Temperature sensor 112 file arch/x86/x86/viac7temp.c via_c7temp 113 114 # IPMI device 115 device ipmi: sysmon_envsys, sysmon_wdog 116 attach ipmi at ipmibus 117 file arch/x86/x86/ipmi.c ipmi needs-flag 118 119 file arch/x86/x86/vga_post.c vga_post 120 121 file arch/x86/x86/tprof_pmi.c tprof_pmi 122 file arch/x86/x86/tprof_amdpmi.c tprof_amdpmi 123 124 file arch/x86/pci/pci_machdep.c pci 125 file arch/x86/pci/pci_intr_machdep.c pci 126 127 file arch/x86/pci/pciide_machdep.c pciide_common 128 129 file arch/x86/pci/pci_bus_fixup.c pci_bus_fixup 130 file arch/x86/pci/pci_addr_fixup.c pci_addr_fixup 131