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