NetBSD/sys/arch/mipsco/conf/files.mipsco

77 lines
1.7 KiB
Plaintext
Raw Normal View History

2001-02-21 12:09:54 +03:00
# $NetBSD: files.mipsco,v 1.6 2001/02/21 09:09:54 wdk Exp $
# MIPS Computer Corp -specific configuration info
# maxpartitions must be first item in files.${ARCH}.
maxpartitions 8
maxusers 2 8 64
device mainbus {} # no locators
attach mainbus at root
device obio { [addr = -1], [level = -1] }
attach obio at mainbus
file arch/mipsco/obio/obio.c obio
device cpu
attach cpu at mainbus
file arch/mipsco/mipsco/cpu.c cpu
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
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
file arch/mipsco/mipsco/procfs_machdep.c procfs
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
file arch/mipsco/mipsco/prom.c
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 }
#
# 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