xref: /netbsd-src/sys/arch/mipsco/conf/files.mipsco (revision 5aefcfdc06931dd97e76246d2fe0302f7b3fe094)
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}.
6maxpartitions 8
7
8maxusers 2 8 64
9
10device mainbus {}			# no locators
11attach mainbus at root
12
13device obio { [addr = -1], [level = -1] }
14attach obio at mainbus
15file arch/mipsco/obio/obio.c		obio
16
17device cpu
18attach cpu at mainbus
19file arch/mipsco/mipsco/cpu.c		cpu
20
21device mkclock
22attach mkclock at obio
23file arch/mipsco/obio/mkclock.c		mkclock
24
25device rambo
26attach rambo at obio
27file arch/mipsco/obio/rambo.c		rambo
28
29#device le: ifnet, ether, arp
30attach le at obio: le24
31file arch/mipsco/obio/if_le.c		le needs-count
32
33device fd
34attach fd at obio
35file arch/mipsco/obio/i82072.c		fd needs-count
36
37device zsc { [channel = -1] }
38attach zsc at obio
39file arch/mipsco/obio/zs.c		zsc needs-count
40file dev/ic/z8530sc.c			zsc
41
42device zstty: tty
43attach zstty at zsc
44file dev/ic/z8530tty.c			zstty needs-count
45
46file arch/mipsco/mipsco/autoconf.c
47file arch/mipsco/mipsco/conf.c
48file arch/mipsco/mipsco/machdep.c
49file arch/mipsco/mipsco/mips_3x30.c
50file arch/mipsco/mipsco/disksubr.c
51file arch/mipsco/mipsco/mainbus.c
52file arch/mipsco/mipsco/clock.c
53file arch/mipsco/mipsco/bus_space.c
54file arch/mipsco/mipsco/bus_dma.c
55file arch/mipsco/mipsco/prom.c
56file dev/clock_subr.c
57file dev/cons.c
58
59# Memory Disk
60file dev/md_root.c			memory_disk_hooks
61major { md = 2 }
62
63#
64# Machine-independent SCSI driver.
65#
66
67include "dev/scsipi/files.scsipi"
68major { sd = 0 }
69major { cd = 16 }
70major { st = 17 }
71
72device asc: scsi, ncr53c9x
73attach asc at obio
74file arch/mipsco/obio/asc.c		asc needs-count
75