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