Home | History | Annotate | Line # | Download | only in conf
files.x86 revision 1.5
      1 #	$NetBSD: files.x86,v 1.5 2003/03/12 00:09:51 thorpej 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_dma.c
     13 file	arch/x86/x86/bus_space.c
     14 file	arch/x86/x86/consinit.c
     15 file	arch/x86/x86/i8259.c
     16 file	arch/x86/x86/intr.c
     17 file	arch/x86/x86/ipi.c		multiprocessor
     18 file	arch/x86/x86/lock_machdep.c	lockdebug
     19 file	arch/x86/x86/mtrr_i686.c	mtrr
     20 file	arch/x86/x86/softintr.c
     21 
     22 define lapic
     23 file	arch/x86/x86/lapic.c		lapic needs-flag
     24 
     25 device ioapic: lapic
     26 attach ioapic at mainbus
     27 file	arch/x86/x86/ioapic.c		ioapic needs-flag
     28 
     29 # MP configuration using Intel SMP specification 1.4
     30 file 	arch/x86/x86/mpbios.c		mpbios
     31 
     32 file	arch/x86/pci/pci_machdep.c	pci
     33 
     34 file	arch/x86/isa/isa_machdep.c	isa
     35