1 # $
NetBSD: files.x86
,v
1.53 2009/10/02 18:50:03 jmcneill Exp $
3 # options for MP configuration through the MP spec
4 defflag opt_mpbios.h MPBIOS MPVERBOSE MPDEBUG MPBIOS_SCANPCI
10 defflag opt_intrdebug.h INTRDEBUG
13 defflag opt_pcifixup.h PCI_ADDR_FIXUP PCI_BUS_FIXUP
14 PCI_INTR_FIXUP PCI_INTR_FIXUP_FORCE
16 # Intel Enhanced Speedstep
17 defflag ENHANCED_SPEEDSTEP
18 defflag opt_est.h EST_FREQ_USERWRITE
20 # Intel On Die Temperature sensor
21 defflag opt_intel_coretemp.h
INTEL_CORETEMP: sysmon_envsys
23 # Pentium
4+ Thermal Monitor ODCM
(aka On Demand Clock Modulation
)
24 defflag opt_intel_odcm.h INTEL_ONDEMAND_CLOCKMOD
26 # AMD Powernow
/Cool`n
'Quiet Technology
27 defflag opt_powernow_k8.h POWERNOW_K8
29 # VIA C7 Temperature sensor
30 defflag opt_via_c7temp.h VIA_C7TEMP: sysmon_envsys
33 defflag opt_viapadlock.h VIA_PADLOCK: opencrypto
34 file arch/x86/x86/via_padlock.c via_padlock
36 # To be able to test for NetBSD/xen in shared files
37 defflag opt_xen.h DO_NOT_DEFINE
39 define cpubus { [apid = -1] }
40 define ioapicbus { [apid = -1] }
48 file arch/x86/x86/cpu.c cpu
50 file arch/x86/x86/apic.c ioapic | lapic
51 file arch/x86/x86/bus_dma.c
52 file arch/x86/x86/bus_space.c
53 file arch/x86/x86/consinit.c
54 file arch/x86/x86/core_machdep.c coredump
55 file arch/x86/x86/cpu_topology.c
56 file arch/x86/x86/errata.c
57 file arch/x86/x86/genfb_machdep.c
58 file arch/x86/x86/identcpu.c
59 file arch/x86/x86/i8259.c
60 file arch/x86/x86/intr.c
61 file arch/x86/x86/nmi.c
62 file arch/x86/x86/idt.c
63 file arch/x86/x86/ipi.c
64 file arch/x86/x86/mtrr_i686.c mtrr
65 file arch/x86/x86/patch.c
66 file arch/x86/x86/platform.c
67 file arch/x86/x86/pmap.c
68 file arch/x86/x86/sys_machdep.c
69 file arch/x86/x86/syscall.c
70 file arch/x86/x86/vm_machdep.c
71 file arch/x86/x86/x86_autoconf.c
72 file arch/x86/x86/x86_machdep.c
75 file arch/x86/x86/lapic.c lapic needs-flag
78 attach ioapic at ioapicbus
79 file arch/x86/x86/ioapic.c ioapic needs-flag
81 # MP configuration using Intel SMP specification 1.4
82 file arch/x86/x86/mpbios.c mpbios
84 # MP configuration using either ACPI or Intel SMP specification 1.4
85 file arch/x86/x86/mp.c acpi | mpbios
87 # MP configuration using ACPI
88 file arch/x86/x86/mpacpi.c acpi
90 file arch/x86/acpi/acpi_wakeup.c acpi
91 file arch/x86/x86/acpi_machdep.c acpi
93 file arch/x86/isa/isa_machdep.c isa
95 # Powernow common functions
96 file arch/x86/x86/powernow_k8.c powernow_k8
97 file arch/x86/x86/powernow_common.c powernow_k8 | powernow_k7
99 # Intel On Demand Clock Modulation
100 file arch/x86/x86/iclockmod.c intel_ondemand_clockmod
102 # Intel Enhanced Speedstep
103 file arch/x86/x86/est.c enhanced_speedstep
104 file arch/x86/x86/intel_busclock.c enhanced_speedstep
106 # Intel On-Die Temperature sensor
107 file arch/x86/x86/coretemp.c intel_coretemp
109 # VIA C7 Temperature sensor
110 file arch/x86/x86/viac7temp.c via_c7temp
113 device ipmi: sysmon_envsys, sysmon_wdog
114 attach ipmi at ipmibus
115 file arch/x86/x86/ipmi.c ipmi needs-flag
117 file arch/x86/x86/vga_post.c vga_post
119 file arch/x86/x86/tprof_pmi.c tprof needs-flag
121 file arch/x86/pci/pci_machdep.c pci
122 file arch/x86/pci/pci_intr_machdep.c pci
124 file arch/x86/pci/pciide_machdep.c pciide_common
126 file arch/x86/pci/pci_bus_fixup.c pci_bus_fixup
127 file arch/x86/pci/pci_addr_fixup.c pci_addr_fixup