files.newsmips revision 1.6
1#	$NetBSD: files.newsmips,v 1.6 1999/12/05 15:50:47 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/newsmips/dev/hb.c			hb
15
16#device iop { [addr = -1], [level = -1] }
17#attach iop at mainbus
18#file arch/newsmips/dev/iop.c			iop
19
20device cpu
21attach cpu at mainbus
22file arch/newsmips/newsmips/cpu.c		cpu
23
24device mkclock
25attach mkclock at hb
26file arch/newsmips/newsmips/clock.c		mkclock
27
28#device le: ifnet, ether, arp
29attach le at hb: le24
30file arch/newsmips/dev/if_le.c			le needs-count
31
32device ms
33attach ms at hb
34file arch/newsmips/dev/ms.c			ms needs-count
35
36device kb
37attach kb at hb
38file arch/newsmips/dev/kb.c			kb needs-count
39file arch/newsmips/dev/kbms_if.c		kb | ms
40file arch/newsmips/dev/keyconf.c		kb
41file arch/newsmips/dev/kb_ctrl.c		kb
42file arch/newsmips/dev/kb_encode.c		kb
43
44device zsc { [channel = -1] }
45attach zsc at hb
46file arch/newsmips/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/newsmips/dev/fb.c			fb needs-count
56file arch/newsmips/dev/fb_conf.c		fb
57file arch/newsmips/dev/fb_mfbs.c		fb
58file arch/newsmips/dev/fb_probe.c		fb
59file arch/newsmips/dev/fb_start.c		fb
60file arch/newsmips/dev/fb_sub.c			fb
61file arch/newsmips/dev/fbbm_253.c		fb
62#file arch/newsmips/dev/fbbm_lcdm.c		fb
63file arch/newsmips/dev/bmcons.c			fb
64file arch/newsmips/dev/bitmapif.c		fb
65file arch/newsmips/dev/fnt.c			fb
66file arch/newsmips/dev/fnt24.c			fb
67file arch/newsmips/dev/vt100.c			fb
68file arch/newsmips/dev/vt100esc.c		fb
69file arch/newsmips/dev/vt100if.c		fb
70
71device fdc {}
72attach fdc at hb
73device fd: disk
74attach fd at fdc
75file arch/newsmips/dev/fd.c			fdc | fd needs-count
76
77file arch/newsmips/newsmips/autoconf.c
78file arch/newsmips/newsmips/conf.c
79file arch/newsmips/newsmips/machdep.c
80file arch/newsmips/newsmips/newsmips_trap.c
81file arch/newsmips/newsmips/disksubr.c
82file arch/newsmips/newsmips/mainbus.c
83file arch/newsmips/newsmips/cpu_cons.c
84file dev/clock_subr.c
85file dev/cons.c
86
87#
88# Machine-independent SCSI driver.
89#
90
91include "dev/scsipi/files.scsipi"
92
93device sc: scsi
94file arch/newsmips/dev/scsi_1185.c		sc needs-count
95file arch/newsmips/dev/sc_wrap.c		sc
96attach sc at hb
97
98#
99# Memory Disk for install floppy
100#
101file arch/newsmips/newsmips/md_root.c		memory_disk_hooks
102
103major { sd = 0 }
104major { fd = 1 }
105major { md = 2 }
106major { cd = 16 }
107