Home | History | Annotate | Line # | Download | only in conf
files.x86 revision 1.44.2.2
      1 #	$NetBSD: files.x86,v 1.44.2.2 2009/04/28 07:34:56 skrll 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 # Intel On Die Temperature sensor
     21 defflag	opt_intel_coretemp.h	INTEL_CORETEMP:	sysmon_envsys
     22 
     23 # Pentium 4+ Thermal Monitor ODCM (aka On Demand Clock Modulation)
     24 defflag opt_intel_odcm.h 	INTEL_ONDEMAND_CLOCKMOD
     25 
     26 # AMD Powernow/Cool`n'Quiet Technology
     27 defflag opt_powernow_k8.h	POWERNOW_K8
     28 
     29 # VIA PadLock support
     30 defflag	opt_viapadlock.h	VIA_PADLOCK:	opencrypto
     31 file	arch/x86/x86/via_padlock.c	via_padlock
     32 
     33 # To be able to test for NetBSD/xen in shared files
     34 defflag	opt_xen.h		DO_NOT_DEFINE
     35 
     36 define  cpubus { [apid = -1] }
     37 define  ioapicbus { [apid = -1] }
     38 define  ipmibus {}
     39 
     40 #
     41 # CPUs
     42 #
     43 device	cpu
     44 attach	cpu at cpubus
     45 file 	arch/x86/x86/cpu.c 		cpu
     46 
     47 file	arch/x86/x86/apic.c		ioapic | lapic
     48 file	arch/x86/x86/bus_dma.c
     49 file	arch/x86/x86/bus_space.c
     50 file	arch/x86/x86/consinit.c
     51 file	arch/x86/x86/core_machdep.c	coredump
     52 file	arch/x86/x86/errata.c
     53 file	arch/x86/x86/genfb_machdep.c
     54 file	arch/x86/x86/identcpu.c
     55 file	arch/x86/x86/i8259.c
     56 file	arch/x86/x86/intr.c
     57 file	arch/x86/x86/nmi.c
     58 file	arch/x86/x86/idt.c
     59 file	arch/x86/x86/ipi.c
     60 file	arch/x86/x86/msr_ipifuncs.c
     61 file	arch/x86/x86/mtrr_i686.c	mtrr
     62 file 	arch/x86/x86/patch.c
     63 file	arch/x86/x86/platform.c
     64 file 	arch/x86/x86/pmap.c
     65 file	arch/x86/x86/sys_machdep.c
     66 file	arch/x86/x86/syscall.c
     67 file	arch/x86/x86/vm_machdep.c
     68 file	arch/x86/x86/x86_autoconf.c
     69 file	arch/x86/x86/x86_machdep.c
     70 
     71 define	lapic
     72 file	arch/x86/x86/lapic.c		lapic needs-flag
     73 
     74 device	ioapic: lapic
     75 attach	ioapic at ioapicbus
     76 file	arch/x86/x86/ioapic.c		ioapic needs-flag
     77 
     78 # MP configuration using Intel SMP specification 1.4
     79 file 	arch/x86/x86/mpbios.c		mpbios
     80 
     81 # MP configuration using either ACPI or Intel SMP specification 1.4
     82 file 	arch/x86/x86/mp.c		acpi | mpbios
     83 
     84 # MP configuration using ACPI
     85 file 	arch/x86/x86/mpacpi.c		acpi
     86 
     87 file	arch/x86/acpi/acpi_wakeup.c	acpi
     88 file	arch/x86/x86/acpi_machdep.c	acpi
     89 
     90 file	arch/x86/isa/isa_machdep.c	isa
     91 
     92 # Powernow common functions
     93 file	arch/x86/x86/powernow_k8.c	powernow_k8
     94 file	arch/x86/x86/powernow_common.c	powernow_k8 | powernow_k7
     95 
     96 # Intel On Demand Clock Modulation
     97 file	arch/x86/x86/iclockmod.c	intel_ondemand_clockmod
     98 
     99 # Intel Enhanced Speedstep
    100 file	arch/x86/x86/est.c		enhanced_speedstep
    101 file	arch/x86/x86/intel_busclock.c	enhanced_speedstep
    102 
    103 # Intel On-Die Temperature sensor
    104 file	arch/x86/x86/coretemp.c 	intel_coretemp
    105 
    106 # IPMI device
    107 device	ipmi: sysmon_envsys, sysmon_wdog
    108 attach	ipmi at ipmibus
    109 file	arch/x86/x86/ipmi.c		ipmi needs-flag
    110 
    111 file	arch/x86/x86/vga_post.c		vga_post
    112 
    113 file	arch/x86/x86/tprof_pmi.c	tprof	needs-flag
    114 
    115 file	arch/x86/pci/pci_machdep.c	pci
    116 file	arch/x86/pci/pci_intr_machdep.c	pci
    117 
    118 file	arch/x86/pci/pciide_machdep.c	pciide_common
    119 
    120 file	arch/x86/pci/pci_bus_fixup.c	pci_bus_fixup
    121 file	arch/x86/pci/pci_addr_fixup.c	pci_addr_fixup
    122