Home | History | Annotate | Line # | Download | only in conf
files.x86 revision 1.4
      1  1.4  fvdl #	$NetBSD: files.x86,v 1.4 2003/03/01 22:55:02 fvdl Exp $
      2  1.1  fvdl 
      3  1.1  fvdl # options for MP configuration through the MP spec
      4  1.4  fvdl defflag opt_mpbios.h MPBIOS MPVERBOSE MPDEBUG
      5  1.1  fvdl 
      6  1.1  fvdl # MTRR support
      7  1.1  fvdl defflag                 MTRR
      8  1.1  fvdl 
      9  1.1  fvdl define  mainbus { [apid = -1] }
     10  1.1  fvdl 
     11  1.1  fvdl file	arch/x86/x86/apic.c		ioapic | lapic
     12  1.4  fvdl file	arch/x86/x86/bus_machdep.c
     13  1.3  fvdl file	arch/x86/x86/consinit.c
     14  1.1  fvdl file	arch/x86/x86/i8259.c
     15  1.1  fvdl file	arch/x86/x86/intr.c
     16  1.1  fvdl file	arch/x86/x86/ipi.c		multiprocessor
     17  1.4  fvdl file	arch/x86/x86/lock_machdep.c	lockdebug
     18  1.1  fvdl file	arch/x86/x86/mtrr_i686.c	mtrr
     19  1.4  fvdl file	arch/x86/x86/softintr.c
     20  1.1  fvdl 
     21  1.1  fvdl define lapic
     22  1.1  fvdl file	arch/x86/x86/lapic.c		lapic needs-flag
     23  1.1  fvdl 
     24  1.1  fvdl device ioapic: lapic
     25  1.1  fvdl attach ioapic at mainbus
     26  1.1  fvdl file	arch/x86/x86/ioapic.c		ioapic needs-flag
     27  1.1  fvdl 
     28  1.1  fvdl # MP configuration using Intel SMP specification 1.4
     29  1.1  fvdl file 	arch/x86/x86/mpbios.c		mpbios
     30  1.2  fvdl 
     31  1.2  fvdl file	arch/x86/pci/pci_machdep.c	pci
     32  1.2  fvdl 
     33  1.2  fvdl file	arch/x86/isa/isa_machdep.c	isa
     34