Home | History | Annotate | Line # | Download | only in conf
files.x86 revision 1.41.2.2
      1  1.41.2.2      yamt #	$NetBSD: files.x86,v 1.41.2.2 2009/05/04 08:12:09 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.41.2.2      yamt # Interrupt debug
     10  1.41.2.2      yamt defflag opt_intrdebug.h	INTRDEBUG
     11  1.41.2.2      yamt 
     12      1.13      cube # PCI fixup options
     13      1.13      cube defflag opt_pcifixup.h	PCI_ADDR_FIXUP PCI_BUS_FIXUP
     14      1.13      cube 			PCI_INTR_FIXUP PCI_INTR_FIXUP_FORCE
     15      1.13      cube 
     16      1.30   xtraeme # Intel Enhanced Speedstep
     17      1.30   xtraeme defflag 			ENHANCED_SPEEDSTEP
     18      1.30   xtraeme defflag	opt_est.h		EST_FREQ_USERWRITE
     19      1.30   xtraeme 
     20      1.33   xtraeme # Intel On Die Temperature sensor
     21      1.33   xtraeme defflag	opt_intel_coretemp.h	INTEL_CORETEMP:	sysmon_envsys
     22      1.33   xtraeme 
     23      1.28   xtraeme # Pentium 4+ Thermal Monitor ODCM (aka On Demand Clock Modulation)
     24      1.28   xtraeme defflag opt_intel_odcm.h 	INTEL_ONDEMAND_CLOCKMOD
     25      1.28   xtraeme 
     26      1.19   xtraeme # AMD Powernow/Cool`n'Quiet Technology
     27      1.19   xtraeme defflag opt_powernow_k8.h	POWERNOW_K8
     28      1.19   xtraeme 
     29      1.23    daniel # VIA PadLock support
     30      1.23    daniel defflag	opt_viapadlock.h	VIA_PADLOCK:	opencrypto
     31      1.23    daniel file	arch/x86/x86/via_padlock.c	via_padlock
     32      1.23    daniel 
     33      1.29        ad # To be able to test for NetBSD/xen in shared files
     34      1.29        ad defflag	opt_xen.h		DO_NOT_DEFINE
     35      1.29        ad 
     36      1.11  drochner define  cpubus { [apid = -1] }
     37      1.24  drochner define  ioapicbus { [apid = -1] }
     38      1.20    bouyer define  ipmibus {}
     39       1.1      fvdl 
     40      1.32   xtraeme #
     41      1.32   xtraeme # CPUs
     42      1.32   xtraeme #
     43      1.32   xtraeme device	cpu
     44      1.32   xtraeme attach	cpu at cpubus
     45      1.32   xtraeme file 	arch/x86/x86/cpu.c 		cpu
     46      1.32   xtraeme 
     47       1.1      fvdl file	arch/x86/x86/apic.c		ioapic | lapic
     48       1.5   thorpej file	arch/x86/x86/bus_dma.c
     49       1.5   thorpej file	arch/x86/x86/bus_space.c
     50       1.3      fvdl file	arch/x86/x86/consinit.c
     51  1.41.2.2      yamt file	arch/x86/x86/core_machdep.c	coredump
     52  1.41.2.2      yamt file	arch/x86/x86/cpu_topology.c
     53      1.21        ad file	arch/x86/x86/errata.c
     54  1.41.2.2      yamt file	arch/x86/x86/genfb_machdep.c
     55  1.41.2.1      yamt file	arch/x86/x86/identcpu.c
     56       1.1      fvdl file	arch/x86/x86/i8259.c
     57       1.1      fvdl file	arch/x86/x86/intr.c
     58  1.41.2.2      yamt file	arch/x86/x86/nmi.c
     59      1.39      yamt file	arch/x86/x86/idt.c
     60      1.41        ad file	arch/x86/x86/ipi.c
     61      1.27   xtraeme file	arch/x86/x86/msr_ipifuncs.c
     62       1.1      fvdl file	arch/x86/x86/mtrr_i686.c	mtrr
     63      1.22        ad file 	arch/x86/x86/patch.c
     64      1.36  jmcneill file	arch/x86/x86/platform.c
     65      1.32   xtraeme file 	arch/x86/x86/pmap.c
     66      1.29        ad file	arch/x86/x86/sys_machdep.c
     67  1.41.2.2      yamt file	arch/x86/x86/syscall.c
     68  1.41.2.2      yamt file	arch/x86/x86/vm_machdep.c
     69      1.12   thorpej file	arch/x86/x86/x86_autoconf.c
     70      1.15      jmmv file	arch/x86/x86/x86_machdep.c
     71       1.1      fvdl 
     72      1.32   xtraeme define	lapic
     73       1.1      fvdl file	arch/x86/x86/lapic.c		lapic needs-flag
     74       1.1      fvdl 
     75      1.32   xtraeme device	ioapic: lapic
     76      1.32   xtraeme attach	ioapic at ioapicbus
     77       1.1      fvdl file	arch/x86/x86/ioapic.c		ioapic needs-flag
     78       1.1      fvdl 
     79       1.1      fvdl # MP configuration using Intel SMP specification 1.4
     80       1.1      fvdl file 	arch/x86/x86/mpbios.c		mpbios
     81       1.7      fvdl 
     82  1.41.2.2      yamt # MP configuration using either ACPI or Intel SMP specification 1.4
     83  1.41.2.2      yamt file 	arch/x86/x86/mp.c		acpi | mpbios
     84  1.41.2.2      yamt 
     85       1.7      fvdl # MP configuration using ACPI
     86      1.17  christos file 	arch/x86/x86/mpacpi.c		acpi
     87       1.7      fvdl 
     88      1.37     joerg file	arch/x86/acpi/acpi_wakeup.c	acpi
     89      1.37     joerg file	arch/x86/x86/acpi_machdep.c	acpi
     90       1.2      fvdl 
     91       1.2      fvdl file	arch/x86/isa/isa_machdep.c	isa
     92       1.9      fvdl 
     93      1.18   xtraeme # Powernow common functions
     94      1.19   xtraeme file	arch/x86/x86/powernow_k8.c	powernow_k8
     95      1.18   xtraeme file	arch/x86/x86/powernow_common.c	powernow_k8 | powernow_k7
     96      1.20    bouyer 
     97      1.30   xtraeme # Intel On Demand Clock Modulation
     98      1.28   xtraeme file	arch/x86/x86/iclockmod.c	intel_ondemand_clockmod
     99      1.28   xtraeme 
    100      1.30   xtraeme # Intel Enhanced Speedstep
    101      1.30   xtraeme file	arch/x86/x86/est.c		enhanced_speedstep
    102      1.30   xtraeme file	arch/x86/x86/intel_busclock.c	enhanced_speedstep
    103      1.30   xtraeme 
    104      1.33   xtraeme # Intel On-Die Temperature sensor
    105      1.33   xtraeme file	arch/x86/x86/coretemp.c 	intel_coretemp
    106      1.33   xtraeme 
    107      1.30   xtraeme # IPMI device
    108      1.32   xtraeme device	ipmi: sysmon_envsys, sysmon_wdog
    109      1.32   xtraeme attach	ipmi at ipmibus
    110      1.20    bouyer file	arch/x86/x86/ipmi.c		ipmi needs-flag
    111      1.38     joerg 
    112      1.38     joerg file	arch/x86/x86/vga_post.c		vga_post
    113      1.40      yamt 
    114      1.40      yamt file	arch/x86/x86/tprof_pmi.c	tprof	needs-flag
    115  1.41.2.2      yamt 
    116  1.41.2.2      yamt file	arch/x86/pci/pci_machdep.c	pci
    117  1.41.2.2      yamt file	arch/x86/pci/pci_intr_machdep.c	pci
    118  1.41.2.2      yamt 
    119  1.41.2.2      yamt file	arch/x86/pci/pciide_machdep.c	pciide_common
    120  1.41.2.2      yamt 
    121  1.41.2.2      yamt file	arch/x86/pci/pci_bus_fixup.c	pci_bus_fixup
    122  1.41.2.2      yamt file	arch/x86/pci/pci_addr_fixup.c	pci_addr_fixup
    123