Home | History | Annotate | Line # | Download | only in conf
files.x86 revision 1.13.2.5
      1  1.13.2.5      yamt #	$NetBSD: files.x86,v 1.13.2.5 2007/10/27 11:28:53 yamt 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.13.2.4      yamt # Intel Enhanced Speedstep
     14  1.13.2.4      yamt defflag 			ENHANCED_SPEEDSTEP
     15  1.13.2.4      yamt defflag	opt_est.h		EST_FREQ_USERWRITE
     16  1.13.2.4      yamt 
     17  1.13.2.4      yamt # Pentium 4+ Thermal Monitor ODCM (aka On Demand Clock Modulation)
     18  1.13.2.4      yamt defflag opt_intel_odcm.h 	INTEL_ONDEMAND_CLOCKMOD
     19  1.13.2.4      yamt 
     20  1.13.2.2      yamt # AMD Powernow/Cool`n'Quiet Technology
     21  1.13.2.2      yamt defflag opt_powernow_k8.h	POWERNOW_K8
     22  1.13.2.2      yamt 
     23  1.13.2.3      yamt # VIA PadLock support
     24  1.13.2.3      yamt defflag	opt_viapadlock.h	VIA_PADLOCK:	opencrypto
     25  1.13.2.3      yamt file	arch/x86/x86/via_padlock.c	via_padlock
     26  1.13.2.3      yamt 
     27  1.13.2.4      yamt # To be able to test for NetBSD/xen in shared files
     28  1.13.2.4      yamt defflag	opt_xen.h		DO_NOT_DEFINE
     29  1.13.2.4      yamt 
     30      1.11  drochner define  cpubus { [apid = -1] }
     31  1.13.2.4      yamt define  ioapicbus { [apid = -1] }
     32  1.13.2.2      yamt define  ipmibus {}
     33       1.1      fvdl 
     34  1.13.2.5      yamt #
     35  1.13.2.5      yamt # CPUs
     36  1.13.2.5      yamt #
     37  1.13.2.5      yamt device	cpu
     38  1.13.2.5      yamt attach	cpu at cpubus
     39  1.13.2.5      yamt file 	arch/x86/x86/cpu.c 		cpu
     40  1.13.2.5      yamt 
     41       1.1      fvdl file	arch/x86/x86/apic.c		ioapic | lapic
     42       1.5   thorpej file	arch/x86/x86/bus_dma.c
     43       1.5   thorpej file	arch/x86/x86/bus_space.c
     44       1.6      fvdl file	arch/x86/x86/cacheinfo.c
     45       1.3      fvdl file	arch/x86/x86/consinit.c
     46  1.13.2.3      yamt file	arch/x86/x86/errata.c
     47       1.1      fvdl file	arch/x86/x86/i8259.c
     48  1.13.2.5      yamt file	arch/x86/x86/idle_machdep.c
     49       1.1      fvdl file	arch/x86/x86/intr.c
     50       1.1      fvdl file	arch/x86/x86/ipi.c		multiprocessor
     51       1.4      fvdl file	arch/x86/x86/lock_machdep.c	lockdebug
     52  1.13.2.4      yamt file	arch/x86/x86/msr_ipifuncs.c
     53       1.1      fvdl file	arch/x86/x86/mtrr_i686.c	mtrr
     54  1.13.2.3      yamt file 	arch/x86/x86/patch.c
     55  1.13.2.5      yamt file 	arch/x86/x86/pmap.c
     56       1.4      fvdl file	arch/x86/x86/softintr.c
     57  1.13.2.4      yamt file	arch/x86/x86/sys_machdep.c
     58      1.12   thorpej file	arch/x86/x86/x86_autoconf.c
     59  1.13.2.1      yamt file	arch/x86/x86/x86_machdep.c
     60       1.1      fvdl 
     61  1.13.2.5      yamt define	lapic
     62       1.1      fvdl file	arch/x86/x86/lapic.c		lapic needs-flag
     63       1.1      fvdl 
     64  1.13.2.5      yamt device	ioapic: lapic
     65  1.13.2.5      yamt attach	ioapic at ioapicbus
     66       1.1      fvdl file	arch/x86/x86/ioapic.c		ioapic needs-flag
     67       1.1      fvdl 
     68       1.1      fvdl # MP configuration using Intel SMP specification 1.4
     69       1.1      fvdl file 	arch/x86/x86/mpbios.c		mpbios
     70       1.7      fvdl 
     71       1.7      fvdl # MP configuration using ACPI
     72  1.13.2.2      yamt file 	arch/x86/x86/mpacpi.c		acpi
     73       1.7      fvdl 
     74       1.7      fvdl file    arch/x86/x86/acpi_machdep.c	acpi
     75       1.2      fvdl 
     76       1.2      fvdl file	arch/x86/isa/isa_machdep.c	isa
     77       1.9      fvdl 
     78  1.13.2.2      yamt # Powernow common functions
     79  1.13.2.2      yamt file	arch/x86/x86/powernow_k8.c	powernow_k8
     80  1.13.2.2      yamt file	arch/x86/x86/powernow_common.c	powernow_k8 | powernow_k7
     81  1.13.2.2      yamt 
     82  1.13.2.4      yamt # Intel On Demand Clock Modulation
     83  1.13.2.4      yamt file	arch/x86/x86/iclockmod.c	intel_ondemand_clockmod
     84  1.13.2.4      yamt 
     85  1.13.2.4      yamt # Intel Enhanced Speedstep
     86  1.13.2.4      yamt file	arch/x86/x86/est.c		enhanced_speedstep
     87  1.13.2.4      yamt file	arch/x86/x86/intel_busclock.c	enhanced_speedstep
     88  1.13.2.4      yamt 
     89  1.13.2.4      yamt # IPMI device
     90  1.13.2.5      yamt device	ipmi: sysmon_envsys, sysmon_wdog
     91  1.13.2.5      yamt attach	ipmi at ipmibus
     92  1.13.2.2      yamt file	arch/x86/x86/ipmi.c		ipmi needs-flag
     93