1 # $NetBSD: files.mipsco,v 1.7 2001/03/30 23:47:58 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 cpu 14 attach cpu at mainbus 15 file arch/mipsco/mipsco/cpu.c cpu 16 17 device isabus 18 attach isabus at mainbus 19 file arch/mipsco/isa/isa_machdep.c isabus 20 include "dev/isa/files.isa" 21 22 device obio { [addr = -1], [level = -1] } 23 attach obio at mainbus 24 file arch/mipsco/obio/obio.c obio 25 26 device mkclock 27 attach mkclock at obio 28 file arch/mipsco/obio/mkclock.c mkclock 29 30 device rambo 31 attach rambo at obio 32 file arch/mipsco/obio/rambo.c rambo 33 34 #device le: ifnet, ether, arp 35 attach le at obio: le24 36 file arch/mipsco/obio/if_le.c le needs-count 37 38 device fd 39 attach fd at obio 40 file arch/mipsco/obio/i82072.c fd needs-count 41 42 device zsc { [channel = -1] } 43 attach zsc at obio 44 file arch/mipsco/obio/zs.c zsc needs-count 45 file arch/mipsco/obio/zs_kgdb.c kgdb 46 file dev/ic/z8530sc.c zsc 47 48 device zstty: tty 49 attach zstty at zsc 50 file dev/ic/z8530tty.c zstty needs-count 51 52 file arch/mipsco/mipsco/autoconf.c 53 file arch/mipsco/mipsco/conf.c 54 file arch/mipsco/mipsco/machdep.c 55 file arch/mipsco/mipsco/interrupt.c 56 file arch/mipsco/mipsco/procfs_machdep.c procfs 57 file arch/mipsco/mipsco/mips_3x30.c 58 file arch/mipsco/mipsco/disksubr.c 59 file arch/mipsco/mipsco/mainbus.c 60 file arch/mipsco/mipsco/clock.c 61 file arch/mipsco/mipsco/bus_space.c 62 file arch/mipsco/mipsco/bus_dma.c 63 file arch/mipsco/mipsco/prom.c 64 file dev/clock_subr.c 65 file dev/cons.c 66 67 # Memory Disk 68 file dev/md_root.c memory_disk_hooks 69 major { md = 2 } 70 71 # 72 # Machine-independent SCSI driver. 73 # 74 75 include "dev/scsipi/files.scsipi" 76 major { sd = 0 } 77 major { cd = 16 } 78 major { st = 17 } 79 80 device asc: scsi, ncr53c9x 81 attach asc at obio 82 file arch/mipsco/obio/asc.c asc needs-count 83