Home | History | Annotate | Line # | Download | only in conf
files.mvmeppc revision 1.11
      1 #	$NetBSD: files.mvmeppc,v 1.11 2007/04/10 02:45:46 macallan Exp $
      2 #
      3 # Motorola's MVMEPPC boards specific configuration info
      4 #
      5 maxpartitions 8
      6 
      7 maxusers 2 8 64
      8 
      9 defflag	opt_mvmetype.h		SUPPORT_MVME160X
     10 defflag	opt_mvmetype.h		SUPPORT_MVME210X
     11 defflag	opt_mvmetype.h		SUPPORT_MVME230X
     12 defflag	opt_mvmetype.h		SUPPORT_MVME240X
     13 
     14 file	arch/mvmeppc/mvmeppc/autoconf.c
     15 file	arch/mvmeppc/mvmeppc/clock.c
     16 file	arch/mvmeppc/mvmeppc/disksubr.c		disk
     17 file	arch/mvmeppc/mvmeppc/extintr.c
     18 file	arch/mvmeppc/mvmeppc/machdep.c
     19 file	arch/mvmeppc/mvmeppc/platform.c
     20 file	arch/mvmeppc/mvmeppc/platform_160x.c	support_mvme160x
     21 
     22 file	arch/powerpc/powerpc/bus_dma.c
     23 file	arch/powerpc/powerpc/bus_space.c
     24 file	arch/powerpc/powerpc/procfs_machdep.c	procfs
     25 # General files
     26 file	dev/cons.c
     27 
     28 #
     29 # Machine-independent SCSI drivers
     30 #
     31 include "dev/scsipi/files.scsipi"
     32 
     33 #
     34 # Memory Disk for install floppy
     35 #
     36 file dev/md_root.c	memory_disk_hooks
     37 
     38 #
     39 # System bus types
     40 #
     41 define mainbus { }
     42 device	mainbus: pcibus, mainbus
     43 attach	mainbus at root
     44 file	arch/mvmeppc/mvmeppc/mainbus.c	mainbus
     45 
     46 device	cpu
     47 attach	cpu at mainbus
     48 file	arch/mvmeppc/mvmeppc/cpu.c	cpu
     49 
     50 # generic fb driver
     51 include "dev/wsfb/files.wsfb"
     52 
     53 #
     54 # PCI-only drivers
     55 # XXX MUST BE INCLUDED BEFORE files.isa, as long as files.isa attaches
     56 # XXX devices to 'pci'.
     57 #
     58 include "dev/i2o/files.i2o"
     59 include "dev/pci/files.pci"
     60 file	arch/mvmeppc/pci/pci_machdep.c	pci
     61 
     62 # PCI-Host bridge chipsets
     63 device	pchb: pcibus
     64 attach	pchb at pci
     65 file	arch/mvmeppc/pci/pchb.c		pchb
     66 
     67 # PCI-ISA bridges
     68 device	pcib: isabus
     69 attach	pcib at pci
     70 file	arch/mvmeppc/pci/pcib.c		pcib
     71 
     72 #
     73 # ISA and mixed ISA+PCI drivers
     74 #
     75 
     76 include "dev/isa/files.isa"
     77 
     78 file	arch/mvmeppc/isa/isa_machdep.c	isa
     79 file	arch/mvmeppc/isa/isadma_machdep.c	isa
     80 
     81 device	mkclock: mk48txx
     82 attach	mkclock at isa with mkclock_isa
     83 file	arch/mvmeppc/isa/mkclock_isa.c	mkclock_isa
     84 
     85 include "arch/mvmeppc/conf/majors.mvmeppc"
     86