Home | History | Annotate | Line # | Download | only in conf
files.x86 revision 1.107
      1  1.107    nonaka #	$NetBSD: files.x86,v 1.107 2019/02/15 08:54:01 nonaka Exp $
      2    1.1      fvdl 
      3    1.1      fvdl # options for MP configuration through the MP spec
      4  1.100  pgoyette defflag opt_mpbios.h MPBIOS MPDEBUG MPBIOS_SCANPCI
      5  1.100  pgoyette defparam opt_mpbios.h MPVERBOSE
      6    1.1      fvdl 
      7    1.1      fvdl # MTRR support
      8    1.1      fvdl defflag                 MTRR
      9    1.1      fvdl 
     10   1.49    dyoung # Interrupt debug
     11   1.49    dyoung defflag opt_intrdebug.h	INTRDEBUG
     12   1.49    dyoung 
     13   1.13      cube # PCI fixup options
     14   1.13      cube defflag opt_pcifixup.h	PCI_ADDR_FIXUP PCI_BUS_FIXUP
     15   1.13      cube 			PCI_INTR_FIXUP PCI_INTR_FIXUP_FORCE
     16   1.13      cube 
     17   1.29        ad # To be able to test for NetBSD/xen in shared files
     18   1.29        ad defflag	opt_xen.h		DO_NOT_DEFINE
     19   1.29        ad 
     20  1.104      maxv # Option to have a static kernel memory layout
     21  1.104      maxv defflag opt_kaslr.h	NO_X86_ASLR
     22  1.104      maxv 
     23   1.91  christos defflag	SVS
     24   1.91  christos 
     25   1.11  drochner define  cpubus { [apid = -1] }
     26   1.58  jmcneill define	cpufeaturebus {}
     27   1.24  drochner define  ioapicbus { [apid = -1] }
     28    1.1      fvdl 
     29   1.89      maxv # BIOS32 routines
     30   1.89      maxv define	bios32
     31   1.89      maxv file	arch/x86/x86/bios32.c		bios32 needs-flag
     32   1.89      maxv 
     33   1.32   xtraeme #
     34   1.60    jruoho # CPU features
     35   1.32   xtraeme #
     36   1.58  jmcneill device	cpu: cpufeaturebus
     37   1.32   xtraeme attach	cpu at cpubus
     38   1.32   xtraeme file 	arch/x86/x86/cpu.c 		cpu
     39   1.87       tls file	arch/x86/x86/cpu_rng.c		cpu
     40   1.32   xtraeme 
     41   1.83  uebayasi device	acpicpu: acpi
     42   1.63    jruoho attach	acpicpu at cpufeaturebus
     43   1.83  uebayasi file	dev/acpi/acpi_cpu.c		acpicpu
     44   1.83  uebayasi file	dev/acpi/acpi_cpu_cstate.c	acpicpu
     45   1.83  uebayasi file	dev/acpi/acpi_cpu_pstate.c	acpicpu
     46   1.83  uebayasi file	dev/acpi/acpi_cpu_tstate.c	acpicpu
     47   1.83  uebayasi file	arch/x86/acpi/acpi_cpu_md.c	acpicpu
     48   1.63    jruoho 
     49   1.61    jruoho device	coretemp: sysmon_envsys
     50   1.61    jruoho attach	coretemp at cpufeaturebus
     51   1.61    jruoho file	arch/x86/x86/coretemp.c		coretemp
     52   1.61    jruoho 
     53   1.60    jruoho device	est
     54   1.60    jruoho attach	est at cpufeaturebus
     55   1.60    jruoho file	arch/x86/x86/est.c		est
     56   1.60    jruoho file	arch/x86/x86/intel_busclock.c	est
     57   1.60    jruoho 
     58   1.64    jruoho device	odcm
     59   1.64    jruoho attach	odcm at cpufeaturebus
     60   1.64    jruoho file	arch/x86/x86/odcm.c		odcm
     61   1.64    jruoho 
     62   1.58  jmcneill device	padlock: opencrypto
     63   1.58  jmcneill attach	padlock at cpufeaturebus
     64   1.58  jmcneill file	arch/x86/x86/via_padlock.c	padlock
     65   1.58  jmcneill 
     66   1.61    jruoho device	powernow
     67   1.61    jruoho attach	powernow at cpufeaturebus
     68   1.61    jruoho file	arch/x86/x86/powernow.c		powernow
     69   1.61    jruoho 
     70   1.62    jruoho device	viac7temp: sysmon_envsys
     71   1.62    jruoho attach	viac7temp at cpufeaturebus
     72   1.62    jruoho file	arch/x86/x86/viac7temp.c	viac7temp
     73   1.62    jruoho 
     74   1.74  jmcneill device	vmt: sysmon_power, sysmon_taskq
     75   1.73  jmcneill attach	vmt at cpufeaturebus
     76   1.73  jmcneill file	arch/x86/x86/vmt.c		vmt
     77   1.73  jmcneill 
     78  1.107    nonaka device	hyperv
     79  1.107    nonaka attach	hyperv at cpufeaturebus
     80  1.107    nonaka file	arch/x86/x86/hyperv.c		hyperv needs-flag
     81  1.107    nonaka 
     82    1.1      fvdl file	arch/x86/x86/apic.c		ioapic | lapic
     83   1.82  uebayasi file	arch/x86/x86/bus_dma.c		machdep
     84   1.82  uebayasi file	arch/x86/x86/bus_space.c	machdep
     85   1.82  uebayasi file	arch/x86/x86/consinit.c		machdep
     86   1.47     rmind file	arch/x86/x86/core_machdep.c	coredump
     87   1.82  uebayasi file	arch/x86/x86/cpu_topology.c	machdep
     88   1.78       jym file	arch/x86/x86/db_memrw.c		ddb | kgdb
     89   1.67  christos file	arch/x86/x86/db_trace.c		ddb
     90   1.86  christos file	arch/x86/x86/efi.c		machdep
     91   1.82  uebayasi file	arch/x86/x86/errata.c		machdep
     92   1.82  uebayasi file	arch/x86/x86/genfb_machdep.c	machdep
     93   1.82  uebayasi file	arch/x86/x86/identcpu.c		machdep
     94   1.82  uebayasi file	arch/x86/x86/i8259.c		machdep
     95   1.82  uebayasi file	arch/x86/x86/intr.c		machdep
     96   1.90      maxv file	arch/x86/x86/kgdb_machdep.c	kgdb
     97   1.82  uebayasi file	arch/x86/x86/nmi.c		machdep
     98   1.82  uebayasi file	arch/x86/x86/idt.c		machdep
     99   1.82  uebayasi file	arch/x86/x86/ipi.c		machdep
    100    1.1      fvdl file	arch/x86/x86/mtrr_i686.c	mtrr
    101   1.82  uebayasi file 	arch/x86/x86/patch.c		machdep
    102   1.82  uebayasi file	arch/x86/x86/platform.c		machdep
    103   1.82  uebayasi file 	arch/x86/x86/pmap.c		machdep
    104   1.92  jdolecek file 	arch/x86/x86/x86_tlb.c		machdep
    105   1.55     rmind file	arch/x86/x86/procfs_machdep.c	procfs
    106   1.93      maxv file 	arch/x86/x86/svs.c		machdep & svs
    107   1.82  uebayasi file	arch/x86/x86/sys_machdep.c	machdep
    108   1.82  uebayasi file	arch/x86/x86/syscall.c		machdep
    109   1.82  uebayasi file	arch/x86/x86/tsc.c		machdep
    110   1.82  uebayasi file	arch/x86/x86/vm_machdep.c	machdep
    111   1.82  uebayasi file	arch/x86/x86/x86_autoconf.c	machdep
    112   1.82  uebayasi file	arch/x86/x86/x86_userconf.c	userconf
    113   1.82  uebayasi file	arch/x86/x86/x86_machdep.c	machdep
    114    1.1      fvdl 
    115   1.85     skrll file 	uvm/pmap/pmap_pvt.c		machdep
    116   1.85     skrll 
    117   1.76    cegger file	arch/x86/x86/cpu_ucode.c	cpu_ucode needs-flag
    118   1.76    cegger file	arch/x86/x86/cpu_ucode_amd.c	cpu_ucode needs-flag
    119   1.79  drochner file	arch/x86/x86/cpu_ucode_intel.c	cpu_ucode needs-flag
    120   1.98  christos file    arch/x86/x86/compat_60_cpu_ucode.c	compat_60 & cpu_ucode
    121   1.76    cegger 
    122   1.32   xtraeme define	lapic
    123    1.1      fvdl file	arch/x86/x86/lapic.c		lapic needs-flag
    124    1.1      fvdl 
    125   1.32   xtraeme device	ioapic: lapic
    126   1.32   xtraeme attach	ioapic at ioapicbus
    127    1.1      fvdl file	arch/x86/x86/ioapic.c		ioapic needs-flag
    128    1.1      fvdl 
    129    1.1      fvdl # MP configuration using Intel SMP specification 1.4
    130    1.1      fvdl file 	arch/x86/x86/mpbios.c		mpbios
    131    1.7      fvdl 
    132   1.51    dyoung # MP configuration using either ACPI or Intel SMP specification 1.4
    133   1.51    dyoung file 	arch/x86/x86/mp.c		acpi | mpbios
    134   1.51    dyoung 
    135    1.7      fvdl # MP configuration using ACPI
    136   1.17  christos file 	arch/x86/x86/mpacpi.c		acpi
    137    1.7      fvdl 
    138   1.70    jruoho file	arch/x86/acpi/acpi_pdc.c	acpi
    139   1.37     joerg file	arch/x86/acpi/acpi_wakeup.c	acpi
    140   1.71    jruoho file	arch/x86/acpi/acpi_machdep.c	acpi
    141    1.2      fvdl 
    142   1.80     soren file	arch/x86/isa/isa_machdep.c
    143   1.80     soren 
    144   1.80     soren # PC clock
    145   1.80     soren file 	arch/x86/isa/clock.c
    146   1.80     soren file	arch/x86/isa/rtc.c
    147    1.9      fvdl 
    148   1.66    dyoung # Stubs for x86 routines not included in the system
    149   1.66    dyoung file	arch/x86/x86/x86_stub.c
    150   1.66    dyoung 
    151   1.30   xtraeme # IPMI device
    152  1.106   mlelstv file	arch/x86/x86/x86_ipmi.c		ipmi needs-flag
    153   1.38     joerg 
    154   1.38     joerg file	arch/x86/x86/vga_post.c		vga_post
    155   1.40      yamt 
    156   1.44     joerg file	arch/x86/pci/pci_machdep.c	pci
    157   1.75    dyoung #file	arch/x86/pci/pci_ranges.c	pci
    158   1.44     joerg file	arch/x86/pci/pci_intr_machdep.c	pci
    159  1.105    cherry file	arch/x86/pci/pci_msi_machdep.c	pci & ! no_pci_msi_msix
    160  1.105    cherry file	arch/x86/pci/msipic.c		pci & ! no_pci_msi_msix
    161   1.44     joerg 
    162   1.44     joerg file	arch/x86/pci/pciide_machdep.c	pciide_common
    163   1.44     joerg 
    164   1.44     joerg file	arch/x86/pci/pci_bus_fixup.c	pci_bus_fixup
    165   1.44     joerg file	arch/x86/pci/pci_addr_fixup.c	pci_addr_fixup
    166