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