files.newsmips revision 1.1
1#	$NetBSD: files.newsmips,v 1.1 1998/02/18 13:48:04 tsubai Exp $
2# NEWS-specific configuration info
3
4# maxpartitions must be first item in files.${ARCH}.
5maxpartitions 8
6
7maxusers 2 8 64
8
9device mainbus {}			# no locators
10attach mainbus at root
11
12device hb { [addr = -1], [level = -1] }
13attach hb at mainbus
14file arch/news/dev/hb.c				hb
15
16#device iop { [addr = -1], [level = -1] }
17#attach iop at mainbus
18#file arch/news/dev/iop.c			iop
19
20device cpu
21attach cpu at mainbus
22file arch/news/news/cpu.c			cpu
23
24device mkclock
25attach mkclock at hb
26file arch/news/news/clock.c			mkclock
27
28#device le: ifnet, ether, arp
29attach le at hb
30file arch/news/dev/if_le.c			le needs-count
31
32device ms
33attach ms at hb
34file arch/news/dev/ms.c				ms needs-count
35
36device kb
37attach kb at hb
38file arch/news/dev/kb.c				kb needs-count
39file arch/news/dev/kbms_if.c			kb | ms
40file arch/news/dev/keyconf.c			kb
41file arch/news/dev/kb_ctrl.c			kb
42file arch/news/dev/kb_encode.c			kb
43
44device zsc { [channel = -1] }
45attach zsc at hb
46file arch/news/dev/zs.c				zsc needs-count
47file dev/ic/z8530sc.c				zsc
48
49device zstty: tty
50attach zstty at zsc
51file dev/ic/z8530tty.c				zstty needs-count
52
53device fb
54attach fb at hb
55file arch/news/dev/fb.c				fb needs-count
56file arch/news/dev/fb_conf.c			fb
57file arch/news/dev/fb_mfbs.c			fb
58file arch/news/dev/fb_probe.c			fb
59file arch/news/dev/fb_start.c			fb
60file arch/news/dev/fb_sub.c			fb
61file arch/news/dev/fbbm_253.c			fb
62#file arch/news/dev/fbbm_lcdm.c			fb
63file arch/news/dev/bmcons.c			fb
64file arch/news/dev/bitmapif.c			fb
65file arch/news/dev/fnt.c			fb
66file arch/news/dev/fnt24.c			fb
67file arch/news/dev/vt100.c			fb
68file arch/news/dev/vt100esc.c			fb
69file arch/news/dev/vt100if.c			fb
70
71device fdc {}
72attach fdc at hb
73device fd: disk
74attach fd at fdc
75file arch/news/dev/fd.c				fdc | fd needs-count
76
77file arch/news/news/autoconf.c
78file arch/news/news/conf.c
79file arch/news/news/machdep.c
80file arch/news/news/news_trap.c
81file arch/news/news/disksubr.c
82file arch/news/news/mainbus.c
83file arch/news/news/cpu_cons.c
84file dev/cons.c
85
86major {md = 2}
87
88#
89# Machine-independent SCSI driver.
90#
91
92include "dev/scsipi/files.scsipi"
93major { sd = 0 }
94major { fd = 1 }
95major { cd = 16 }
96major { st = 17 }
97
98device sc: scsi
99file arch/news/dev/scsi_1185.c			sc needs-count
100file arch/news/dev/sc_wrap.c			sc
101attach sc at hb
102