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