Home | History | Annotate | Line # | Download | only in conf
files.mipsco revision 1.6
      1 #	$NetBSD: files.mipsco,v 1.6 2001/02/21 09:09:54 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 arch/mipsco/obio/zs_kgdb.c		kgdb
     41 file dev/ic/z8530sc.c			zsc
     42 
     43 device zstty: tty
     44 attach zstty at zsc
     45 file dev/ic/z8530tty.c			zstty needs-count
     46 
     47 file arch/mipsco/mipsco/autoconf.c
     48 file arch/mipsco/mipsco/conf.c
     49 file arch/mipsco/mipsco/machdep.c
     50 file arch/mipsco/mipsco/procfs_machdep.c	procfs
     51 file arch/mipsco/mipsco/mips_3x30.c
     52 file arch/mipsco/mipsco/disksubr.c
     53 file arch/mipsco/mipsco/mainbus.c
     54 file arch/mipsco/mipsco/clock.c
     55 file arch/mipsco/mipsco/bus_space.c
     56 file arch/mipsco/mipsco/bus_dma.c
     57 file arch/mipsco/mipsco/prom.c
     58 file dev/clock_subr.c
     59 file dev/cons.c
     60 
     61 # Memory Disk
     62 file dev/md_root.c			memory_disk_hooks
     63 major { md = 2 }
     64 
     65 #
     66 # Machine-independent SCSI driver.
     67 #
     68 
     69 include "dev/scsipi/files.scsipi"
     70 major { sd = 0 }
     71 major { cd = 16 }
     72 major { st = 17 }
     73 
     74 device asc: scsi, ncr53c9x
     75 attach asc at obio
     76 file arch/mipsco/obio/asc.c		asc needs-count
     77