Home | History | Annotate | Line # | Download | only in conf
files.x86 revision 1.69
      1 #	$NetBSD: files.x86,v 1.69 2011/06/12 03:35:49 rmind Exp $
      2 
      3 # options for MP configuration through the MP spec
      4 defflag opt_mpbios.h MPBIOS MPVERBOSE MPDEBUG MPBIOS_SCANPCI
      5 
      6 # MTRR support
      7 defflag                 MTRR
      8 
      9 # Interrupt debug
     10 defflag opt_intrdebug.h	INTRDEBUG
     11 
     12 # PCI fixup options
     13 defflag opt_pcifixup.h	PCI_ADDR_FIXUP PCI_BUS_FIXUP
     14 			PCI_INTR_FIXUP PCI_INTR_FIXUP_FORCE
     15 
     16 # To be able to test for NetBSD/xen in shared files
     17 defflag	opt_xen.h		DO_NOT_DEFINE
     18 
     19 define  cpubus { [apid = -1] }
     20 define	cpufeaturebus {}
     21 define  ioapicbus { [apid = -1] }
     22 define  ipmibus {}
     23 
     24 #
     25 # CPU features
     26 #
     27 device	cpu: cpufeaturebus
     28 attach	cpu at cpubus
     29 file 	arch/x86/x86/cpu.c 		cpu
     30 
     31 device	acpicpu
     32 attach	acpicpu at cpufeaturebus
     33 file	dev/acpi/acpi_cpu.c		acpi & acpicpu
     34 file	dev/acpi/acpi_cpu_cstate.c	acpi & acpicpu
     35 file	dev/acpi/acpi_cpu_pstate.c	acpi & acpicpu
     36 file	dev/acpi/acpi_cpu_tstate.c	acpi & acpicpu
     37 file	arch/x86/acpi/acpi_cpu_md.c	acpi & acpicpu
     38 
     39 device	coretemp: sysmon_envsys
     40 attach	coretemp at cpufeaturebus
     41 file	arch/x86/x86/coretemp.c		coretemp
     42 
     43 device	est
     44 attach	est at cpufeaturebus
     45 file	arch/x86/x86/est.c		est
     46 file	arch/x86/x86/intel_busclock.c	est
     47 
     48 device	odcm
     49 attach	odcm at cpufeaturebus
     50 file	arch/x86/x86/odcm.c		odcm
     51 
     52 device	padlock: opencrypto
     53 attach	padlock at cpufeaturebus
     54 file	arch/x86/x86/via_padlock.c	padlock
     55 
     56 device	powernow
     57 attach	powernow at cpufeaturebus
     58 file	arch/x86/x86/powernow.c		powernow
     59 
     60 device	viac7temp: sysmon_envsys
     61 attach	viac7temp at cpufeaturebus
     62 file	arch/x86/x86/viac7temp.c	viac7temp
     63 
     64 file	arch/x86/x86/apic.c		ioapic | lapic
     65 file	arch/x86/x86/bus_dma.c
     66 file	arch/x86/x86/bus_space.c
     67 file	arch/x86/x86/consinit.c
     68 file	arch/x86/x86/core_machdep.c	coredump
     69 file	arch/x86/x86/cpu_topology.c
     70 file	arch/x86/x86/db_trace.c		ddb
     71 file	arch/x86/x86/errata.c
     72 file	arch/x86/x86/genfb_machdep.c
     73 file	arch/x86/x86/identcpu.c
     74 file	arch/x86/x86/i8259.c
     75 file	arch/x86/x86/intr.c
     76 file	arch/x86/x86/nmi.c
     77 file	arch/x86/x86/idt.c
     78 file	arch/x86/x86/ipi.c
     79 file	arch/x86/x86/mtrr_i686.c	mtrr
     80 file 	arch/x86/x86/patch.c
     81 file	arch/x86/x86/platform.c
     82 file 	arch/x86/x86/pmap.c
     83 file 	arch/x86/x86/pmap_tlb.c
     84 file	arch/x86/x86/procfs_machdep.c	procfs
     85 file	arch/x86/x86/sys_machdep.c
     86 file	arch/x86/x86/syscall.c
     87 file	arch/x86/x86/vm_machdep.c
     88 file	arch/x86/x86/x86_autoconf.c
     89 file	arch/x86/x86/x86_userconf.c		userconf
     90 file	arch/x86/x86/x86_machdep.c
     91 
     92 define	lapic
     93 file	arch/x86/x86/lapic.c		lapic needs-flag
     94 
     95 device	ioapic: lapic
     96 attach	ioapic at ioapicbus
     97 file	arch/x86/x86/ioapic.c		ioapic needs-flag
     98 
     99 # MP configuration using Intel SMP specification 1.4
    100 file 	arch/x86/x86/mpbios.c		mpbios
    101 
    102 # MP configuration using either ACPI or Intel SMP specification 1.4
    103 file 	arch/x86/x86/mp.c		acpi | mpbios
    104 
    105 # MP configuration using ACPI
    106 file 	arch/x86/x86/mpacpi.c		acpi
    107 
    108 file	arch/x86/x86/acpi_machdep.c	acpi
    109 
    110 file	arch/x86/acpi/acpi_wakeup.c	acpi
    111 
    112 file	arch/x86/isa/isa_machdep.c	isa
    113 
    114 # Stubs for x86 routines not included in the system
    115 file	arch/x86/x86/x86_stub.c
    116 
    117 # IPMI device
    118 device	ipmi: sysmon_envsys, sysmon_wdog
    119 attach	ipmi at ipmibus
    120 file	arch/x86/x86/ipmi.c		ipmi needs-flag
    121 
    122 file	arch/x86/x86/vga_post.c		vga_post
    123 
    124 file	arch/x86/x86/tprof_pmi.c	tprof_pmi
    125 file	arch/x86/x86/tprof_amdpmi.c	tprof_amdpmi
    126 
    127 file	arch/x86/pci/pci_machdep.c	pci
    128 file	arch/x86/pci/pci_intr_machdep.c	pci
    129 
    130 file	arch/x86/pci/pciide_machdep.c	pciide_common
    131 
    132 file	arch/x86/pci/pci_bus_fixup.c	pci_bus_fixup
    133 file	arch/x86/pci/pci_addr_fixup.c	pci_addr_fixup
    134