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