Home | History | Annotate | Line # | Download | only in conf
files.x86 revision 1.12.10.1
      1 #	$NetBSD: files.x86,v 1.12.10.1 2007/01/08 16:36:20 ghen Exp $
      2 
      3 # options for MP configuration through the MP spec
      4 defflag opt_mpbios.h MPBIOS MPVERBOSE MPDEBUG MPBIOS_SCANPCI
      5 defflag opt_mpacpi.h MPACPI MPACPI_SCANPCI
      6 
      7 # MTRR support
      8 defflag                 MTRR
      9 
     10 define  cpubus { [apid = -1] }
     11 define  ipmibus {}
     12 
     13 file	arch/x86/x86/apic.c		ioapic | lapic
     14 file	arch/x86/x86/bus_dma.c
     15 file	arch/x86/x86/bus_space.c
     16 file	arch/x86/x86/cacheinfo.c
     17 file	arch/x86/x86/consinit.c
     18 file	arch/x86/x86/i8259.c
     19 file	arch/x86/x86/intr.c
     20 file	arch/x86/x86/ipi.c		multiprocessor
     21 file	arch/x86/x86/lock_machdep.c	lockdebug
     22 file	arch/x86/x86/mtrr_i686.c	mtrr
     23 file	arch/x86/x86/softintr.c
     24 file	arch/x86/x86/x86_autoconf.c
     25 
     26 define lapic
     27 file	arch/x86/x86/lapic.c		lapic needs-flag
     28 
     29 device ioapic: lapic
     30 attach ioapic at cpubus
     31 file	arch/x86/x86/ioapic.c		ioapic needs-flag
     32 
     33 # MP configuration using Intel SMP specification 1.4
     34 file 	arch/x86/x86/mpbios.c		mpbios
     35 
     36 # MP configuration using ACPI
     37 file 	arch/x86/x86/mpacpi.c		mpacpi & acpi
     38 
     39 file    arch/x86/x86/acpi_machdep.c	acpi
     40 
     41 file	arch/x86/pci/pci_machdep.c	pci
     42 
     43 file	arch/x86/isa/isa_machdep.c	isa
     44 
     45 file	arch/x86/pci/pciide_machdep.c	pciide_common
     46 
     47 #IPMI device
     48 device ipmi : sysmon_envsys, sysmon_wdog
     49 attach ipmi at ipmibus
     50 file	arch/x86/x86/ipmi.c		ipmi needs-flag
     51