1 # $NetBSD: files.x86,v 1.24.2.4 2007/06/17 21:30:41 ad 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 # Pentium 4+ Thermal Monitor ODCM (aka On Demand Clock Modulation) 18 defflag opt_intel_odcm.h INTEL_ONDEMAND_CLOCKMOD 19 20 # AMD Powernow/Cool`n'Quiet Technology 21 defflag opt_powernow_k8.h POWERNOW_K8 22 23 # VIA PadLock support 24 defflag opt_viapadlock.h VIA_PADLOCK: opencrypto 25 file arch/x86/x86/via_padlock.c via_padlock 26 27 # To be able to test for NetBSD/xen in shared files 28 defflag opt_xen.h DO_NOT_DEFINE 29 30 define cpubus { [apid = -1] } 31 define ioapicbus { [apid = -1] } 32 define ipmibus {} 33 34 file arch/x86/x86/apic.c ioapic | lapic 35 file arch/x86/x86/bus_dma.c 36 file arch/x86/x86/bus_space.c 37 file arch/x86/x86/cacheinfo.c 38 file arch/x86/x86/consinit.c 39 file arch/x86/x86/errata.c 40 file arch/x86/x86/i8259.c 41 file arch/x86/x86/intr.c 42 file arch/x86/x86/ipi.c multiprocessor 43 file arch/x86/x86/lock_machdep.c lockdebug 44 file arch/x86/x86/msr_ipifuncs.c 45 file arch/x86/x86/mtrr_i686.c mtrr 46 file arch/x86/x86/patch.c 47 file arch/x86/x86/sys_machdep.c 48 file arch/x86/x86/x86_autoconf.c 49 file arch/x86/x86/x86_machdep.c 50 51 define lapic 52 file arch/x86/x86/lapic.c lapic needs-flag 53 54 device ioapic: lapic 55 attach ioapic at ioapicbus 56 file arch/x86/x86/ioapic.c ioapic needs-flag 57 58 # MP configuration using Intel SMP specification 1.4 59 file arch/x86/x86/mpbios.c mpbios 60 61 # MP configuration using ACPI 62 file arch/x86/x86/mpacpi.c acpi 63 64 file arch/x86/x86/acpi_machdep.c acpi 65 66 file arch/x86/pci/pci_machdep.c pci 67 file arch/x86/pci/pci_intr_machdep.c pci 68 69 file arch/x86/isa/isa_machdep.c isa 70 71 file arch/x86/pci/pciide_machdep.c pciide_common 72 73 # Powernow common functions 74 file arch/x86/x86/powernow_k8.c powernow_k8 75 file arch/x86/x86/powernow_common.c powernow_k8 | powernow_k7 76 77 # Intel On Demand Clock Modulation 78 file arch/x86/x86/iclockmod.c intel_ondemand_clockmod 79 80 # Intel Enhanced Speedstep 81 file arch/x86/x86/est.c enhanced_speedstep 82 file arch/x86/x86/intel_busclock.c enhanced_speedstep 83 84 # IPMI device 85 device ipmi : sysmon_envsys, sysmon_wdog 86 attach ipmi at ipmibus 87 file arch/x86/x86/ipmi.c ipmi needs-flag 88