Home | History | Annotate | Line # | Download | only in conf
files.x86 revision 1.84
      1  1.84  knakahar #	$NetBSD: files.x86,v 1.84 2015/04/27 07:03:58 knakahara 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.58  jmcneill 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.60    jruoho # CPU features
     26  1.32   xtraeme #
     27  1.58  jmcneill 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.83  uebayasi device	acpicpu: acpi
     32  1.63    jruoho attach	acpicpu at cpufeaturebus
     33  1.83  uebayasi file	dev/acpi/acpi_cpu.c		acpicpu
     34  1.83  uebayasi file	dev/acpi/acpi_cpu_cstate.c	acpicpu
     35  1.83  uebayasi file	dev/acpi/acpi_cpu_pstate.c	acpicpu
     36  1.83  uebayasi file	dev/acpi/acpi_cpu_tstate.c	acpicpu
     37  1.83  uebayasi file	arch/x86/acpi/acpi_cpu_md.c	acpicpu
     38  1.63    jruoho 
     39  1.61    jruoho device	coretemp: sysmon_envsys
     40  1.61    jruoho attach	coretemp at cpufeaturebus
     41  1.61    jruoho file	arch/x86/x86/coretemp.c		coretemp
     42  1.61    jruoho 
     43  1.60    jruoho device	est
     44  1.60    jruoho attach	est at cpufeaturebus
     45  1.60    jruoho file	arch/x86/x86/est.c		est
     46  1.60    jruoho file	arch/x86/x86/intel_busclock.c	est
     47  1.60    jruoho 
     48  1.64    jruoho device	odcm
     49  1.64    jruoho attach	odcm at cpufeaturebus
     50  1.64    jruoho file	arch/x86/x86/odcm.c		odcm
     51  1.64    jruoho 
     52  1.58  jmcneill device	padlock: opencrypto
     53  1.58  jmcneill attach	padlock at cpufeaturebus
     54  1.58  jmcneill file	arch/x86/x86/via_padlock.c	padlock
     55  1.58  jmcneill 
     56  1.61    jruoho device	powernow
     57  1.61    jruoho attach	powernow at cpufeaturebus
     58  1.61    jruoho file	arch/x86/x86/powernow.c		powernow
     59  1.61    jruoho 
     60  1.62    jruoho device	viac7temp: sysmon_envsys
     61  1.62    jruoho attach	viac7temp at cpufeaturebus
     62  1.62    jruoho file	arch/x86/x86/viac7temp.c	viac7temp
     63  1.62    jruoho 
     64  1.74  jmcneill device	vmt: sysmon_power, sysmon_taskq
     65  1.73  jmcneill attach	vmt at cpufeaturebus
     66  1.73  jmcneill file	arch/x86/x86/vmt.c		vmt
     67  1.73  jmcneill 
     68   1.1      fvdl file	arch/x86/x86/apic.c		ioapic | lapic
     69  1.82  uebayasi file	arch/x86/x86/bus_dma.c		machdep
     70  1.82  uebayasi file	arch/x86/x86/bus_space.c	machdep
     71  1.82  uebayasi file	arch/x86/x86/consinit.c		machdep
     72  1.47     rmind file	arch/x86/x86/core_machdep.c	coredump
     73  1.82  uebayasi file	arch/x86/x86/cpu_topology.c	machdep
     74  1.78       jym file	arch/x86/x86/db_memrw.c		ddb | kgdb
     75  1.67  christos file	arch/x86/x86/db_trace.c		ddb
     76  1.82  uebayasi file	arch/x86/x86/errata.c		machdep
     77  1.82  uebayasi file	arch/x86/x86/genfb_machdep.c	machdep
     78  1.82  uebayasi file	arch/x86/x86/identcpu.c		machdep
     79  1.82  uebayasi file	arch/x86/x86/i8259.c		machdep
     80  1.82  uebayasi file	arch/x86/x86/intr.c		machdep
     81  1.82  uebayasi file	arch/x86/x86/nmi.c		machdep
     82  1.82  uebayasi file	arch/x86/x86/idt.c		machdep
     83  1.82  uebayasi file	arch/x86/x86/ipi.c		machdep
     84   1.1      fvdl file	arch/x86/x86/mtrr_i686.c	mtrr
     85  1.82  uebayasi file 	arch/x86/x86/patch.c		machdep
     86  1.82  uebayasi file	arch/x86/x86/platform.c		machdep
     87  1.82  uebayasi file 	arch/x86/x86/pmap.c		machdep
     88  1.82  uebayasi file 	arch/x86/x86/pmap_tlb.c		machdep
     89  1.55     rmind file	arch/x86/x86/procfs_machdep.c	procfs
     90  1.82  uebayasi file	arch/x86/x86/sys_machdep.c	machdep
     91  1.82  uebayasi file	arch/x86/x86/syscall.c		machdep
     92  1.82  uebayasi file	arch/x86/x86/tsc.c		machdep
     93  1.82  uebayasi file	arch/x86/x86/vm_machdep.c	machdep
     94  1.82  uebayasi file	arch/x86/x86/x86_autoconf.c	machdep
     95  1.82  uebayasi file	arch/x86/x86/x86_userconf.c	userconf
     96  1.82  uebayasi file	arch/x86/x86/x86_machdep.c	machdep
     97   1.1      fvdl 
     98  1.76    cegger file	arch/x86/x86/cpu_ucode.c	cpu_ucode needs-flag
     99  1.76    cegger file	arch/x86/x86/cpu_ucode_amd.c	cpu_ucode needs-flag
    100  1.79  drochner file	arch/x86/x86/cpu_ucode_intel.c	cpu_ucode needs-flag
    101  1.76    cegger 
    102  1.32   xtraeme define	lapic
    103   1.1      fvdl file	arch/x86/x86/lapic.c		lapic needs-flag
    104   1.1      fvdl 
    105  1.32   xtraeme device	ioapic: lapic
    106  1.32   xtraeme attach	ioapic at ioapicbus
    107   1.1      fvdl file	arch/x86/x86/ioapic.c		ioapic needs-flag
    108   1.1      fvdl 
    109   1.1      fvdl # MP configuration using Intel SMP specification 1.4
    110   1.1      fvdl file 	arch/x86/x86/mpbios.c		mpbios
    111   1.7      fvdl 
    112  1.51    dyoung # MP configuration using either ACPI or Intel SMP specification 1.4
    113  1.51    dyoung file 	arch/x86/x86/mp.c		acpi | mpbios
    114  1.51    dyoung 
    115   1.7      fvdl # MP configuration using ACPI
    116  1.17  christos file 	arch/x86/x86/mpacpi.c		acpi
    117   1.7      fvdl 
    118  1.70    jruoho file	arch/x86/acpi/acpi_pdc.c	acpi
    119  1.37     joerg file	arch/x86/acpi/acpi_wakeup.c	acpi
    120  1.71    jruoho file	arch/x86/acpi/acpi_machdep.c	acpi
    121   1.2      fvdl 
    122  1.80     soren file	arch/x86/isa/isa_machdep.c
    123  1.80     soren 
    124  1.80     soren # PC clock
    125  1.80     soren file 	arch/x86/isa/clock.c
    126  1.80     soren file	arch/x86/isa/rtc.c
    127   1.9      fvdl 
    128  1.66    dyoung # Stubs for x86 routines not included in the system
    129  1.66    dyoung file	arch/x86/x86/x86_stub.c
    130  1.66    dyoung 
    131  1.30   xtraeme # IPMI device
    132  1.32   xtraeme device	ipmi: sysmon_envsys, sysmon_wdog
    133  1.32   xtraeme attach	ipmi at ipmibus
    134  1.20    bouyer file	arch/x86/x86/ipmi.c		ipmi needs-flag
    135  1.38     joerg 
    136  1.38     joerg file	arch/x86/x86/vga_post.c		vga_post
    137  1.40      yamt 
    138  1.57      yamt file	arch/x86/x86/tprof_pmi.c	tprof_pmi
    139  1.57      yamt file	arch/x86/x86/tprof_amdpmi.c	tprof_amdpmi
    140  1.44     joerg 
    141  1.44     joerg file	arch/x86/pci/pci_machdep.c	pci
    142  1.75    dyoung #file	arch/x86/pci/pci_ranges.c	pci
    143  1.44     joerg file	arch/x86/pci/pci_intr_machdep.c	pci
    144  1.84  knakahar file	arch/x86/pci/pci_msi_machdep.c	pci
    145  1.84  knakahar file	arch/x86/pci/msipic.c		pci
    146  1.44     joerg 
    147  1.44     joerg file	arch/x86/pci/pciide_machdep.c	pciide_common
    148  1.44     joerg 
    149  1.44     joerg file	arch/x86/pci/pci_bus_fixup.c	pci_bus_fixup
    150  1.44     joerg file	arch/x86/pci/pci_addr_fixup.c	pci_addr_fixup
    151