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