2002-03-13 05:55:10 +03:00
|
|
|
# $NetBSD: files.mipsco,v 1.8 2002/03/13 02:55:12 simonb Exp $
|
2000-08-13 02:57:55 +04:00
|
|
|
|
|
|
|
# MIPS Computer Corp -specific configuration info
|
|
|
|
|
|
|
|
# maxpartitions must be first item in files.${ARCH}.
|
|
|
|
maxpartitions 8
|
|
|
|
|
|
|
|
maxusers 2 8 64
|
|
|
|
|
2001-03-31 03:47:58 +04:00
|
|
|
device mainbus { } # no locators
|
2000-08-13 02:57:55 +04:00
|
|
|
attach mainbus at root
|
|
|
|
|
|
|
|
device cpu
|
|
|
|
attach cpu at mainbus
|
|
|
|
file arch/mipsco/mipsco/cpu.c cpu
|
|
|
|
|
2001-03-31 03:47:58 +04:00
|
|
|
device isabus
|
|
|
|
attach isabus at mainbus
|
|
|
|
file arch/mipsco/isa/isa_machdep.c isabus
|
|
|
|
include "dev/isa/files.isa"
|
|
|
|
|
|
|
|
device obio { [addr = -1], [level = -1] }
|
|
|
|
attach obio at mainbus
|
|
|
|
file arch/mipsco/obio/obio.c obio
|
|
|
|
|
2000-08-13 02:57:55 +04:00
|
|
|
device mkclock
|
|
|
|
attach mkclock at obio
|
|
|
|
file arch/mipsco/obio/mkclock.c mkclock
|
|
|
|
|
|
|
|
device rambo
|
|
|
|
attach rambo at obio
|
|
|
|
file arch/mipsco/obio/rambo.c rambo
|
|
|
|
|
|
|
|
#device le: ifnet, ether, arp
|
|
|
|
attach le at obio: le24
|
|
|
|
file arch/mipsco/obio/if_le.c le needs-count
|
|
|
|
|
|
|
|
device fd
|
|
|
|
attach fd at obio
|
|
|
|
file arch/mipsco/obio/i82072.c fd needs-count
|
|
|
|
|
|
|
|
device zsc { [channel = -1] }
|
|
|
|
attach zsc at obio
|
|
|
|
file arch/mipsco/obio/zs.c zsc needs-count
|
2001-02-21 12:09:54 +03:00
|
|
|
file arch/mipsco/obio/zs_kgdb.c kgdb
|
2000-08-13 02:57:55 +04:00
|
|
|
file dev/ic/z8530sc.c zsc
|
|
|
|
|
|
|
|
device zstty: tty
|
|
|
|
attach zstty at zsc
|
|
|
|
file dev/ic/z8530tty.c zstty needs-count
|
|
|
|
|
|
|
|
file arch/mipsco/mipsco/autoconf.c
|
|
|
|
file arch/mipsco/mipsco/conf.c
|
|
|
|
file arch/mipsco/mipsco/machdep.c
|
2001-03-31 03:47:58 +04:00
|
|
|
file arch/mipsco/mipsco/interrupt.c
|
2000-08-13 02:57:55 +04:00
|
|
|
file arch/mipsco/mipsco/mips_3x30.c
|
|
|
|
file arch/mipsco/mipsco/disksubr.c
|
|
|
|
file arch/mipsco/mipsco/mainbus.c
|
|
|
|
file arch/mipsco/mipsco/clock.c
|
|
|
|
file arch/mipsco/mipsco/bus_space.c
|
|
|
|
file arch/mipsco/mipsco/bus_dma.c
|
2000-08-19 16:13:46 +04:00
|
|
|
file arch/mipsco/mipsco/prom.c
|
2000-08-13 02:57:55 +04:00
|
|
|
file dev/clock_subr.c
|
|
|
|
file dev/cons.c
|
|
|
|
|
2000-09-29 16:43:14 +04:00
|
|
|
# Memory Disk
|
2000-10-03 13:38:20 +04:00
|
|
|
file dev/md_root.c memory_disk_hooks
|
2000-09-29 16:43:14 +04:00
|
|
|
major { md = 2 }
|
2000-08-13 02:57:55 +04:00
|
|
|
|
|
|
|
#
|
|
|
|
# Machine-independent SCSI driver.
|
|
|
|
#
|
|
|
|
|
|
|
|
include "dev/scsipi/files.scsipi"
|
|
|
|
major { sd = 0 }
|
|
|
|
major { cd = 16 }
|
|
|
|
major { st = 17 }
|
|
|
|
|
|
|
|
device asc: scsi, ncr53c9x
|
|
|
|
attach asc at obio
|
|
|
|
file arch/mipsco/obio/asc.c asc needs-count
|