Home | History | Annotate | Line # | Download | only in conf
files.mipsco revision 1.4
      1 #	$NetBSD: files.mipsco,v 1.4 2000/10/03 09:38:20 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 arch/mipsco/mipsco/prom.c
     56 file dev/clock_subr.c
     57 file dev/cons.c
     58 
     59 # Memory Disk
     60 file dev/md_root.c			memory_disk_hooks
     61 major { md = 2 }
     62 
     63 #
     64 # Machine-independent SCSI driver.
     65 #
     66 
     67 include "dev/scsipi/files.scsipi"
     68 major { sd = 0 }
     69 major { cd = 16 }
     70 major { st = 17 }
     71 
     72 device asc: scsi, ncr53c9x
     73 attach asc at obio
     74 file arch/mipsco/obio/asc.c		asc needs-count
     75