Home | History | Annotate | Line # | Download | only in conf
files.x86 revision 1.56.4.2
      1  1.56.4.2    bouyer #	$NetBSD: files.x86,v 1.56.4.2 2011/03/05 15:10:09 bouyer 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.49    dyoung # Interrupt debug
     10      1.49    dyoung defflag opt_intrdebug.h	INTRDEBUG
     11      1.49    dyoung 
     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.29        ad # To be able to test for NetBSD/xen in shared files
     17      1.29        ad defflag	opt_xen.h		DO_NOT_DEFINE
     18      1.29        ad 
     19      1.11  drochner define  cpubus { [apid = -1] }
     20  1.56.4.2    bouyer define	cpufeaturebus {}
     21      1.24  drochner define  ioapicbus { [apid = -1] }
     22      1.20    bouyer define  ipmibus {}
     23       1.1      fvdl 
     24      1.32   xtraeme #
     25  1.56.4.2    bouyer # CPU features
     26      1.32   xtraeme #
     27  1.56.4.2    bouyer device	cpu: cpufeaturebus
     28      1.32   xtraeme attach	cpu at cpubus
     29      1.32   xtraeme file 	arch/x86/x86/cpu.c 		cpu
     30      1.32   xtraeme 
     31  1.56.4.2    bouyer device	acpicpu
     32  1.56.4.2    bouyer attach	acpicpu at cpufeaturebus
     33  1.56.4.2    bouyer file	dev/acpi/acpi_cpu.c		acpi & acpicpu
     34  1.56.4.2    bouyer file	dev/acpi/acpi_cpu_cstate.c	acpi & acpicpu
     35  1.56.4.2    bouyer file	dev/acpi/acpi_cpu_pstate.c	acpi & acpicpu
     36  1.56.4.2    bouyer file	dev/acpi/acpi_cpu_tstate.c	acpi & acpicpu
     37  1.56.4.2    bouyer file	arch/x86/acpi/acpi_cpu_md.c	acpi & acpicpu
     38  1.56.4.2    bouyer 
     39  1.56.4.2    bouyer device	coretemp: sysmon_envsys
     40  1.56.4.2    bouyer attach	coretemp at cpufeaturebus
     41  1.56.4.2    bouyer file	arch/x86/x86/coretemp.c		coretemp
     42  1.56.4.2    bouyer 
     43  1.56.4.2    bouyer device	est
     44  1.56.4.2    bouyer attach	est at cpufeaturebus
     45  1.56.4.2    bouyer file	arch/x86/x86/est.c		est
     46  1.56.4.2    bouyer file	arch/x86/x86/intel_busclock.c	est
     47  1.56.4.2    bouyer 
     48  1.56.4.2    bouyer device	odcm
     49  1.56.4.2    bouyer attach	odcm at cpufeaturebus
     50  1.56.4.2    bouyer file	arch/x86/x86/odcm.c		odcm
     51  1.56.4.2    bouyer 
     52  1.56.4.2    bouyer device	padlock: opencrypto
     53  1.56.4.2    bouyer attach	padlock at cpufeaturebus
     54  1.56.4.2    bouyer file	arch/x86/x86/via_padlock.c	padlock
     55  1.56.4.2    bouyer 
     56  1.56.4.2    bouyer device	powernow
     57  1.56.4.2    bouyer attach	powernow at cpufeaturebus
     58  1.56.4.2    bouyer file	arch/x86/x86/powernow.c		powernow
     59  1.56.4.2    bouyer 
     60  1.56.4.2    bouyer device	viac7temp: sysmon_envsys
     61  1.56.4.2    bouyer attach	viac7temp at cpufeaturebus
     62  1.56.4.2    bouyer file	arch/x86/x86/viac7temp.c	viac7temp
     63  1.56.4.2    bouyer 
     64       1.1      fvdl file	arch/x86/x86/apic.c		ioapic | lapic
     65       1.5   thorpej file	arch/x86/x86/bus_dma.c
     66       1.5   thorpej file	arch/x86/x86/bus_space.c
     67       1.3      fvdl file	arch/x86/x86/consinit.c
     68      1.47     rmind file	arch/x86/x86/core_machdep.c	coredump
     69      1.52     rmind file	arch/x86/x86/cpu_topology.c
     70      1.21        ad file	arch/x86/x86/errata.c
     71      1.45  jmcneill file	arch/x86/x86/genfb_machdep.c
     72      1.43        ad file	arch/x86/x86/identcpu.c
     73       1.1      fvdl file	arch/x86/x86/i8259.c
     74       1.1      fvdl file	arch/x86/x86/intr.c
     75      1.46      yamt file	arch/x86/x86/nmi.c
     76      1.39      yamt file	arch/x86/x86/idt.c
     77      1.41        ad file	arch/x86/x86/ipi.c
     78       1.1      fvdl file	arch/x86/x86/mtrr_i686.c	mtrr
     79      1.22        ad file 	arch/x86/x86/patch.c
     80      1.36  jmcneill file	arch/x86/x86/platform.c
     81      1.32   xtraeme file 	arch/x86/x86/pmap.c
     82      1.55     rmind file	arch/x86/x86/procfs_machdep.c	procfs
     83      1.29        ad file	arch/x86/x86/sys_machdep.c
     84      1.50     rmind file	arch/x86/x86/syscall.c
     85      1.48     rmind file	arch/x86/x86/vm_machdep.c
     86      1.12   thorpej file	arch/x86/x86/x86_autoconf.c
     87      1.15      jmmv file	arch/x86/x86/x86_machdep.c
     88       1.1      fvdl 
     89      1.32   xtraeme define	lapic
     90       1.1      fvdl file	arch/x86/x86/lapic.c		lapic needs-flag
     91       1.1      fvdl 
     92      1.32   xtraeme device	ioapic: lapic
     93      1.32   xtraeme attach	ioapic at ioapicbus
     94       1.1      fvdl file	arch/x86/x86/ioapic.c		ioapic needs-flag
     95       1.1      fvdl 
     96       1.1      fvdl # MP configuration using Intel SMP specification 1.4
     97       1.1      fvdl file 	arch/x86/x86/mpbios.c		mpbios
     98       1.7      fvdl 
     99      1.51    dyoung # MP configuration using either ACPI or Intel SMP specification 1.4
    100      1.51    dyoung file 	arch/x86/x86/mp.c		acpi | mpbios
    101      1.51    dyoung 
    102       1.7      fvdl # MP configuration using ACPI
    103      1.17  christos file 	arch/x86/x86/mpacpi.c		acpi
    104       1.7      fvdl 
    105      1.56    jruoho file	arch/x86/x86/acpi_machdep.c	acpi
    106      1.56    jruoho 
    107      1.37     joerg file	arch/x86/acpi/acpi_wakeup.c	acpi
    108       1.2      fvdl 
    109       1.2      fvdl file	arch/x86/isa/isa_machdep.c	isa
    110       1.9      fvdl 
    111      1.30   xtraeme # Intel On Demand Clock Modulation
    112      1.28   xtraeme file	arch/x86/x86/iclockmod.c	intel_ondemand_clockmod
    113      1.28   xtraeme 
    114      1.30   xtraeme # IPMI device
    115      1.32   xtraeme device	ipmi: sysmon_envsys, sysmon_wdog
    116      1.32   xtraeme attach	ipmi at ipmibus
    117      1.20    bouyer file	arch/x86/x86/ipmi.c		ipmi needs-flag
    118      1.38     joerg 
    119      1.38     joerg file	arch/x86/x86/vga_post.c		vga_post
    120      1.40      yamt 
    121  1.56.4.1    bouyer file	arch/x86/x86/tprof_pmi.c	tprof_pmi
    122  1.56.4.1    bouyer file	arch/x86/x86/tprof_amdpmi.c	tprof_amdpmi
    123      1.44     joerg 
    124      1.44     joerg file	arch/x86/pci/pci_machdep.c	pci
    125      1.44     joerg file	arch/x86/pci/pci_intr_machdep.c	pci
    126      1.44     joerg 
    127      1.44     joerg file	arch/x86/pci/pciide_machdep.c	pciide_common
    128      1.44     joerg 
    129      1.44     joerg file	arch/x86/pci/pci_bus_fixup.c	pci_bus_fixup
    130      1.44     joerg file	arch/x86/pci/pci_addr_fixup.c	pci_addr_fixup
    131