1 # $NetBSD: files.x86,v 1.45 2009/02/17 01:42:51 jmcneill 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 # PCI fixup options 10 defflag opt_pcifixup.h PCI_ADDR_FIXUP PCI_BUS_FIXUP 11 PCI_INTR_FIXUP PCI_INTR_FIXUP_FORCE 12 13 # Intel Enhanced Speedstep 14 defflag ENHANCED_SPEEDSTEP 15 defflag opt_est.h EST_FREQ_USERWRITE 16 17 # Intel On Die Temperature sensor 18 defflag opt_intel_coretemp.h INTEL_CORETEMP: sysmon_envsys 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 PadLock support 27 defflag opt_viapadlock.h VIA_PADLOCK: opencrypto 28 file arch/x86/x86/via_padlock.c via_padlock 29 30 # To be able to test for NetBSD/xen in shared files 31 defflag opt_xen.h DO_NOT_DEFINE 32 33 define cpubus { [apid = -1] } 34 define ioapicbus { [apid = -1] } 35 define ipmibus {} 36 37 # 38 # CPUs 39 # 40 device cpu 41 attach cpu at cpubus 42 file arch/x86/x86/cpu.c cpu 43 44 file arch/x86/x86/apic.c ioapic | lapic 45 file arch/x86/x86/bus_dma.c 46 file arch/x86/x86/bus_space.c 47 file arch/x86/x86/consinit.c 48 file arch/x86/x86/errata.c 49 file arch/x86/x86/genfb_machdep.c 50 file arch/x86/x86/identcpu.c 51 file arch/x86/x86/i8259.c 52 file arch/x86/x86/intr.c 53 file arch/x86/x86/idt.c 54 file arch/x86/x86/ipi.c 55 file arch/x86/x86/msr_ipifuncs.c 56 file arch/x86/x86/mtrr_i686.c mtrr 57 file arch/x86/x86/patch.c 58 file arch/x86/x86/platform.c 59 file arch/x86/x86/pmap.c 60 file arch/x86/x86/sys_machdep.c 61 file arch/x86/x86/x86_autoconf.c 62 file arch/x86/x86/x86_machdep.c 63 64 define lapic 65 file arch/x86/x86/lapic.c lapic needs-flag 66 67 device ioapic: lapic 68 attach ioapic at ioapicbus 69 file arch/x86/x86/ioapic.c ioapic needs-flag 70 71 # MP configuration using Intel SMP specification 1.4 72 file arch/x86/x86/mpbios.c mpbios 73 74 # MP configuration using ACPI 75 file arch/x86/x86/mpacpi.c acpi 76 77 file arch/x86/acpi/acpi_wakeup.c acpi 78 file arch/x86/x86/acpi_machdep.c acpi 79 80 file arch/x86/isa/isa_machdep.c isa 81 82 # Powernow common functions 83 file arch/x86/x86/powernow_k8.c powernow_k8 84 file arch/x86/x86/powernow_common.c powernow_k8 | powernow_k7 85 86 # Intel On Demand Clock Modulation 87 file arch/x86/x86/iclockmod.c intel_ondemand_clockmod 88 89 # Intel Enhanced Speedstep 90 file arch/x86/x86/est.c enhanced_speedstep 91 file arch/x86/x86/intel_busclock.c enhanced_speedstep 92 93 # Intel On-Die Temperature sensor 94 file arch/x86/x86/coretemp.c intel_coretemp 95 96 # IPMI device 97 device ipmi: sysmon_envsys, sysmon_wdog 98 attach ipmi at ipmibus 99 file arch/x86/x86/ipmi.c ipmi needs-flag 100 101 file arch/x86/x86/vga_post.c vga_post 102 103 file arch/x86/x86/tprof_pmi.c tprof needs-flag 104 105 file arch/x86/pci/pci_machdep.c pci 106 file arch/x86/pci/pci_intr_machdep.c pci 107 108 file arch/x86/pci/pciide_machdep.c pciide_common 109 110 file arch/x86/pci/pci_bus_fixup.c pci_bus_fixup 111 file arch/x86/pci/pci_addr_fixup.c pci_addr_fixup 112