Home | History | Annotate | Line # | Download | only in conf
files.mvmeppc revision 1.1.2.2
      1 #	$NetBSD: files.mvmeppc,v 1.1.2.2 2002/02/28 04:10:56 nathanw Exp $
      2 #
      3 # Motorola's MVMEPPC boards specific configuration info
      4 #
      5 maxpartitions 16
      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/bus_space.c
     16 file	arch/mvmeppc/mvmeppc/clock.c
     17 file	arch/mvmeppc/mvmeppc/conf.c
     18 file	arch/mvmeppc/mvmeppc/disksubr.c		disk
     19 file	arch/mvmeppc/mvmeppc/extintr.c
     20 file	arch/mvmeppc/mvmeppc/machdep.c
     21 file	arch/mvmeppc/mvmeppc/platform.c
     22 file	arch/mvmeppc/mvmeppc/platform_160x.c	support_mvme160x
     23 file	arch/mvmeppc/mvmeppc/procfs_machdep.c	procfs
     24 file	arch/powerpc/powerpc/bus_dma.c
     25 
     26 # General files
     27 file	dev/cons.c
     28 file	dev/clock_subr.c
     29 
     30 #
     31 # Machine-independent SCSI drivers
     32 #
     33 include "dev/scsipi/files.scsipi"
     34 major	{sd = 4}
     35 major	{cd = 6}
     36 
     37 #
     38 # Memory Disk for install floppy
     39 #
     40 file dev/md_root.c	memory_disk_hooks
     41 major	{md = 17}
     42 
     43 #
     44 # Compatibility modules
     45 #
     46 
     47 # Linux binary compatibility (COMPAT_LINUX)
     48 include "compat/linux/files.linux"
     49 include "compat/linux/arch/powerpc/files.linux_powerpc"
     50 file arch/powerpc/powerpc/linux_sigcode.S	compat_linux
     51 file arch/powerpc/powerpc/linux_trap.c		compat_linux
     52 
     53 #
     54 # RAIDframe
     55 #
     56 major	{raid = 18}
     57 
     58 #
     59 # System bus types
     60 #
     61 define mainbus { }
     62 device	mainbus: pcibus, mainbus
     63 attach	mainbus at root
     64 file	arch/mvmeppc/mvmeppc/mainbus.c	mainbus
     65 
     66 device	cpu
     67 attach	cpu at mainbus
     68 file	arch/mvmeppc/mvmeppc/cpu.c	cpu
     69 
     70 #
     71 # PCI-only drivers
     72 # XXX MUST BE INCLUDED BEFORE files.isa, as long as files.isa attaches
     73 # XXX devices to 'pci'.
     74 #
     75 include "dev/i2o/files.i2o"
     76 include "dev/pci/files.pci"
     77 file	arch/mvmeppc/pci/pci_machdep.c	pci
     78 
     79 # PCI-Host bridge chipsets
     80 device	pchb: pcibus
     81 attach	pchb at pci
     82 file	arch/mvmeppc/pci/pchb.c		pchb
     83 
     84 # PCI-ISA bridges
     85 device	pcib: isabus
     86 attach	pcib at pci
     87 file	arch/mvmeppc/pci/pcib.c		pcib
     88 
     89 # network devices MII bus
     90 include "dev/mii/files.mii"
     91 
     92 #
     93 # ISA and mixed ISA+PCI drivers
     94 #
     95 
     96 include "dev/isa/files.isa"
     97 major	{mcd = 7}
     98 #major	{scd = 15}
     99 
    100 file	arch/mvmeppc/isa/isa_machdep.c	isa
    101 file	arch/mvmeppc/isa/isadma_machdep.c	isa
    102 
    103 device	mkclock: mk48txx
    104 attach	mkclock at isa with mkclock_isa
    105 file	arch/mvmeppc/isa/mkclock_isa.c	mkclock_isa
    106