Home | History | Annotate | Line # | Download | only in conf
files.mipsco revision 1.7.8.2
      1  1.7.8.2  nathanw #	$NetBSD: files.mipsco,v 1.7.8.2 2002/04/01 07:41:16 nathanw Exp $
      2  1.7.8.2  nathanw 
      3  1.7.8.2  nathanw #  MIPS Computer Corp -specific configuration info
      4  1.7.8.2  nathanw 
      5  1.7.8.2  nathanw # maxpartitions must be first item in files.${ARCH}.
      6  1.7.8.2  nathanw maxpartitions 8
      7  1.7.8.2  nathanw 
      8  1.7.8.2  nathanw maxusers 2 8 64
      9  1.7.8.2  nathanw 
     10  1.7.8.2  nathanw device mainbus { }			# no locators
     11  1.7.8.2  nathanw attach mainbus at root
     12  1.7.8.2  nathanw 
     13  1.7.8.2  nathanw device cpu
     14  1.7.8.2  nathanw attach cpu at mainbus
     15  1.7.8.2  nathanw file arch/mipsco/mipsco/cpu.c		cpu
     16  1.7.8.2  nathanw 
     17  1.7.8.2  nathanw device isabus
     18  1.7.8.2  nathanw attach	isabus at mainbus
     19  1.7.8.2  nathanw file arch/mipsco/isa/isa_machdep.c	isabus
     20  1.7.8.2  nathanw include "dev/isa/files.isa"
     21  1.7.8.2  nathanw 
     22  1.7.8.2  nathanw device obio { [addr = -1], [level = -1] }
     23  1.7.8.2  nathanw attach obio at mainbus
     24  1.7.8.2  nathanw file arch/mipsco/obio/obio.c		obio
     25  1.7.8.2  nathanw 
     26  1.7.8.2  nathanw device mkclock
     27  1.7.8.2  nathanw attach mkclock at obio
     28  1.7.8.2  nathanw file arch/mipsco/obio/mkclock.c		mkclock
     29  1.7.8.2  nathanw 
     30  1.7.8.2  nathanw device rambo
     31  1.7.8.2  nathanw attach rambo at obio
     32  1.7.8.2  nathanw file arch/mipsco/obio/rambo.c		rambo
     33  1.7.8.2  nathanw 
     34  1.7.8.2  nathanw #device le: ifnet, ether, arp
     35  1.7.8.2  nathanw attach le at obio: le24
     36  1.7.8.2  nathanw file arch/mipsco/obio/if_le.c		le needs-count
     37  1.7.8.2  nathanw 
     38  1.7.8.2  nathanw device fd
     39  1.7.8.2  nathanw attach fd at obio
     40  1.7.8.2  nathanw file arch/mipsco/obio/i82072.c		fd needs-count
     41  1.7.8.2  nathanw 
     42  1.7.8.2  nathanw device zsc { [channel = -1] }
     43  1.7.8.2  nathanw attach zsc at obio
     44  1.7.8.2  nathanw file arch/mipsco/obio/zs.c		zsc needs-count
     45  1.7.8.2  nathanw file arch/mipsco/obio/zs_kgdb.c		kgdb
     46  1.7.8.2  nathanw file dev/ic/z8530sc.c			zsc
     47  1.7.8.2  nathanw 
     48  1.7.8.2  nathanw device zstty: tty
     49  1.7.8.2  nathanw attach zstty at zsc
     50  1.7.8.2  nathanw file dev/ic/z8530tty.c			zstty needs-count
     51  1.7.8.2  nathanw 
     52  1.7.8.2  nathanw file arch/mipsco/mipsco/autoconf.c
     53  1.7.8.2  nathanw file arch/mipsco/mipsco/conf.c
     54  1.7.8.2  nathanw file arch/mipsco/mipsco/machdep.c
     55  1.7.8.2  nathanw file arch/mipsco/mipsco/interrupt.c
     56  1.7.8.2  nathanw file arch/mipsco/mipsco/mips_3x30.c
     57  1.7.8.2  nathanw file arch/mipsco/mipsco/disksubr.c
     58  1.7.8.2  nathanw file arch/mipsco/mipsco/mainbus.c
     59  1.7.8.2  nathanw file arch/mipsco/mipsco/clock.c
     60  1.7.8.2  nathanw file arch/mipsco/mipsco/bus_space.c
     61  1.7.8.2  nathanw file arch/mipsco/mipsco/bus_dma.c
     62  1.7.8.2  nathanw file arch/mipsco/mipsco/prom.c
     63  1.7.8.2  nathanw file dev/clock_subr.c
     64  1.7.8.2  nathanw file dev/cons.c
     65  1.7.8.2  nathanw 
     66  1.7.8.2  nathanw # Memory Disk
     67  1.7.8.2  nathanw file dev/md_root.c			memory_disk_hooks
     68  1.7.8.2  nathanw major { md = 2 }
     69  1.7.8.2  nathanw 
     70  1.7.8.2  nathanw #
     71  1.7.8.2  nathanw # Machine-independent SCSI driver.
     72  1.7.8.2  nathanw #
     73  1.7.8.2  nathanw 
     74  1.7.8.2  nathanw include "dev/scsipi/files.scsipi"
     75  1.7.8.2  nathanw major { sd = 0 }
     76  1.7.8.2  nathanw major { cd = 16 }
     77  1.7.8.2  nathanw major { st = 17 }
     78  1.7.8.2  nathanw 
     79  1.7.8.2  nathanw device asc: scsi, ncr53c9x
     80  1.7.8.2  nathanw attach asc at obio
     81  1.7.8.2  nathanw file arch/mipsco/obio/asc.c		asc needs-count
     82