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