Home | History | Annotate | Line # | Download | only in conf
files.x86 revision 1.28
      1 #	$NetBSD: files.x86,v 1.28 2007/03/20 21:22:03 xtraeme 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 # PCI fixup options
     10 defflag opt_pcifixup.h	PCI_ADDR_FIXUP PCI_BUS_FIXUP
     11 			PCI_INTR_FIXUP PCI_INTR_FIXUP_FORCE
     12 
     13 # Pentium 4+ Thermal Monitor ODCM (aka On Demand Clock Modulation)
     14 defflag opt_intel_odcm.h 	INTEL_ONDEMAND_CLOCKMOD
     15 
     16 # AMD Powernow/Cool`n'Quiet Technology
     17 defflag opt_powernow_k8.h	POWERNOW_K8
     18 
     19 # VIA PadLock support
     20 defflag	opt_viapadlock.h	VIA_PADLOCK:	opencrypto
     21 file	arch/x86/x86/via_padlock.c	via_padlock
     22 
     23 define  cpubus { [apid = -1] }
     24 define  ioapicbus { [apid = -1] }
     25 define  ipmibus {}
     26 
     27 file	arch/x86/x86/apic.c		ioapic | lapic
     28 file	arch/x86/x86/bus_dma.c
     29 file	arch/x86/x86/bus_space.c
     30 file	arch/x86/x86/cacheinfo.c
     31 file	arch/x86/x86/consinit.c
     32 file	arch/x86/x86/errata.c
     33 file	arch/x86/x86/i8259.c
     34 file	arch/x86/x86/intr.c
     35 file	arch/x86/x86/ipi.c		multiprocessor
     36 file	arch/x86/x86/lock_machdep.c	lockdebug
     37 file	arch/x86/x86/msr_ipifuncs.c
     38 file	arch/x86/x86/mtrr_i686.c	mtrr
     39 file 	arch/x86/x86/patch.c
     40 file	arch/x86/x86/softintr.c
     41 file	arch/x86/x86/x86_autoconf.c
     42 file	arch/x86/x86/x86_machdep.c
     43 
     44 define lapic
     45 file	arch/x86/x86/lapic.c		lapic needs-flag
     46 
     47 device ioapic: lapic
     48 attach ioapic at ioapicbus
     49 file	arch/x86/x86/ioapic.c		ioapic needs-flag
     50 
     51 # MP configuration using Intel SMP specification 1.4
     52 file 	arch/x86/x86/mpbios.c		mpbios
     53 
     54 # MP configuration using ACPI
     55 file 	arch/x86/x86/mpacpi.c		acpi
     56 
     57 file    arch/x86/x86/acpi_machdep.c	acpi
     58 
     59 file	arch/x86/pci/pci_machdep.c	pci
     60 file	arch/x86/pci/pci_intr_machdep.c	pci
     61 
     62 file	arch/x86/isa/isa_machdep.c	isa
     63 
     64 file	arch/x86/pci/pciide_machdep.c	pciide_common
     65 
     66 # Powernow common functions
     67 file	arch/x86/x86/powernow_k8.c	powernow_k8
     68 file	arch/x86/x86/powernow_common.c	powernow_k8 | powernow_k7
     69 
     70 file	arch/x86/x86/iclockmod.c	intel_ondemand_clockmod
     71 
     72 #IPMI device
     73 device ipmi : sysmon_envsys, sysmon_wdog
     74 attach ipmi at ipmibus
     75 file	arch/x86/x86/ipmi.c		ipmi needs-flag
     76