Home | History | Annotate | Line # | Download | only in conf
files.mvmeppc revision 1.9
      1 #	$NetBSD: files.mvmeppc,v 1.9 2004/03/25 12:40:19 wiz 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 #
     51 # PCI-only drivers
     52 # XXX MUST BE INCLUDED BEFORE files.isa, as long as files.isa attaches
     53 # XXX devices to 'pci'.
     54 #
     55 include "dev/i2o/files.i2o"
     56 include "dev/pci/files.pci"
     57 file	arch/mvmeppc/pci/pci_machdep.c	pci
     58 
     59 # PCI-Host bridge chipsets
     60 device	pchb: pcibus
     61 attach	pchb at pci
     62 file	arch/mvmeppc/pci/pchb.c		pchb
     63 
     64 # PCI-ISA bridges
     65 device	pcib: isabus
     66 attach	pcib at pci
     67 file	arch/mvmeppc/pci/pcib.c		pcib
     68 
     69 #
     70 # ISA and mixed ISA+PCI drivers
     71 #
     72 
     73 include "dev/isa/files.isa"
     74 
     75 file	arch/mvmeppc/isa/isa_machdep.c	isa
     76 file	arch/mvmeppc/isa/isadma_machdep.c	isa
     77 
     78 device	mkclock: mk48txx
     79 attach	mkclock at isa with mkclock_isa
     80 file	arch/mvmeppc/isa/mkclock_isa.c	mkclock_isa
     81 
     82 include "arch/mvmeppc/conf/majors.mvmeppc"
     83