1 1.24.2.6 ad # $NetBSD: files.x86,v 1.24.2.6 2007/12/03 19:04:21 ad Exp $ 2 1.1 fvdl 3 1.1 fvdl # options for MP configuration through the MP spec 4 1.8 fvdl defflag opt_mpbios.h MPBIOS MPVERBOSE MPDEBUG MPBIOS_SCANPCI 5 1.1 fvdl 6 1.1 fvdl # MTRR support 7 1.1 fvdl defflag MTRR 8 1.1 fvdl 9 1.13 cube # PCI fixup options 10 1.13 cube defflag opt_pcifixup.h PCI_ADDR_FIXUP PCI_BUS_FIXUP 11 1.13 cube PCI_INTR_FIXUP PCI_INTR_FIXUP_FORCE 12 1.13 cube 13 1.24.2.3 ad # Intel Enhanced Speedstep 14 1.24.2.3 ad defflag ENHANCED_SPEEDSTEP 15 1.24.2.3 ad defflag opt_est.h EST_FREQ_USERWRITE 16 1.24.2.3 ad 17 1.24.2.5 ad # Intel On Die Temperature sensor 18 1.24.2.5 ad defflag opt_intel_coretemp.h INTEL_CORETEMP: sysmon_envsys 19 1.24.2.5 ad 20 1.24.2.1 ad # Pentium 4+ Thermal Monitor ODCM (aka On Demand Clock Modulation) 21 1.24.2.1 ad defflag opt_intel_odcm.h INTEL_ONDEMAND_CLOCKMOD 22 1.24.2.1 ad 23 1.19 xtraeme # AMD Powernow/Cool`n'Quiet Technology 24 1.19 xtraeme defflag opt_powernow_k8.h POWERNOW_K8 25 1.19 xtraeme 26 1.23 daniel # VIA PadLock support 27 1.23 daniel defflag opt_viapadlock.h VIA_PADLOCK: opencrypto 28 1.23 daniel file arch/x86/x86/via_padlock.c via_padlock 29 1.23 daniel 30 1.24.2.2 ad # To be able to test for NetBSD/xen in shared files 31 1.24.2.2 ad defflag opt_xen.h DO_NOT_DEFINE 32 1.24.2.2 ad 33 1.11 drochner define cpubus { [apid = -1] } 34 1.24 drochner define ioapicbus { [apid = -1] } 35 1.20 bouyer define ipmibus {} 36 1.1 fvdl 37 1.24.2.5 ad # 38 1.24.2.5 ad # CPUs 39 1.24.2.5 ad # 40 1.24.2.5 ad device cpu 41 1.24.2.5 ad attach cpu at cpubus 42 1.24.2.5 ad file arch/x86/x86/cpu.c cpu 43 1.24.2.5 ad 44 1.1 fvdl file arch/x86/x86/apic.c ioapic | lapic 45 1.5 thorpej file arch/x86/x86/bus_dma.c 46 1.5 thorpej file arch/x86/x86/bus_space.c 47 1.6 fvdl file arch/x86/x86/cacheinfo.c 48 1.3 fvdl file arch/x86/x86/consinit.c 49 1.21 ad file arch/x86/x86/errata.c 50 1.1 fvdl file arch/x86/x86/i8259.c 51 1.24.2.6 ad file arch/x86/x86/idle_machdep.c 52 1.1 fvdl file arch/x86/x86/intr.c 53 1.1 fvdl file arch/x86/x86/ipi.c multiprocessor 54 1.24.2.1 ad file arch/x86/x86/msr_ipifuncs.c 55 1.1 fvdl file arch/x86/x86/mtrr_i686.c mtrr 56 1.22 ad file arch/x86/x86/patch.c 57 1.24.2.6 ad file arch/x86/x86/pmap.c 58 1.24.2.2 ad file arch/x86/x86/sys_machdep.c 59 1.12 thorpej file arch/x86/x86/x86_autoconf.c 60 1.15 jmmv file arch/x86/x86/x86_machdep.c 61 1.1 fvdl 62 1.24.2.6 ad define lapic 63 1.1 fvdl file arch/x86/x86/lapic.c lapic needs-flag 64 1.1 fvdl 65 1.24.2.6 ad device ioapic: lapic 66 1.24.2.6 ad attach ioapic at ioapicbus 67 1.1 fvdl file arch/x86/x86/ioapic.c ioapic needs-flag 68 1.1 fvdl 69 1.1 fvdl # MP configuration using Intel SMP specification 1.4 70 1.1 fvdl file arch/x86/x86/mpbios.c mpbios 71 1.7 fvdl 72 1.7 fvdl # MP configuration using ACPI 73 1.17 christos file arch/x86/x86/mpacpi.c acpi 74 1.7 fvdl 75 1.7 fvdl file arch/x86/x86/acpi_machdep.c acpi 76 1.2 fvdl 77 1.2 fvdl file arch/x86/isa/isa_machdep.c isa 78 1.9 fvdl 79 1.18 xtraeme # Powernow common functions 80 1.19 xtraeme file arch/x86/x86/powernow_k8.c powernow_k8 81 1.18 xtraeme file arch/x86/x86/powernow_common.c powernow_k8 | powernow_k7 82 1.20 bouyer 83 1.24.2.3 ad # Intel On Demand Clock Modulation 84 1.24.2.1 ad file arch/x86/x86/iclockmod.c intel_ondemand_clockmod 85 1.24.2.1 ad 86 1.24.2.3 ad # Intel Enhanced Speedstep 87 1.24.2.3 ad file arch/x86/x86/est.c enhanced_speedstep 88 1.24.2.3 ad file arch/x86/x86/intel_busclock.c enhanced_speedstep 89 1.24.2.3 ad 90 1.24.2.5 ad # Intel On-Die Temperature sensor 91 1.24.2.5 ad file arch/x86/x86/coretemp.c intel_coretemp 92 1.24.2.5 ad 93 1.24.2.3 ad # IPMI device 94 1.24.2.5 ad device ipmi: sysmon_envsys, sysmon_wdog 95 1.24.2.5 ad attach ipmi at ipmibus 96 1.20 bouyer file arch/x86/x86/ipmi.c ipmi needs-flag 97