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