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