files.hpcmips revision 1.3 1 # $NetBSD: files.hpcmips,v 1.3 1999/11/02 10:36:52 takemura Exp $
2
3 # maxpartitions must be first item in files.${ARCH}.
4 maxpartitions 8
5
6 maxusers 2 8 64
7
8 #
9 # Machine-independent SCSI drivers
10 #
11
12 include "dev/scsipi/files.scsipi"
13 major {sd = 3}
14 major {st = 4}
15 major {cd = 5}
16
17 #
18 # Machine-independent ATA drivers
19 #
20
21 include "dev/ata/files.ata"
22 major {wd = 1}
23
24 #
25 # Bus-independent devices
26 #
27 device mainbus { } # no locators
28 attach mainbus at root
29
30 device cpu # not optional
31 attach cpu at mainbus
32 file arch/hpcmips/hpcmips/cpu.c cpu
33
34 # CPU support option headers
35 defopt VR41X1
36
37 #
38 # CPU-dependent files
39 #
40 file arch/hpcmips/vr/vr.c vr41x1 # NEC VR4000 series
41
42 file arch/hpcmips/hpcmips/autoconf.c
43 file arch/hpcmips/hpcmips/conf.c
44 file arch/hpcmips/hpcmips/machdep.c
45 file arch/hpcmips/hpcmips/platid.c
46 file arch/hpcmips/hpcmips/platid_mask.c
47 file arch/hpcmips/hpcmips/mainbus.c
48 file arch/hpcmips/hpcmips/bus_space.c
49 file arch/hpcmips/hpcmips/disksubr.c disk
50
51 # Console autoconfiguration code: selects between a framebuffers
52 file dev/cons.c
53 file arch/hpcmips/dev/findcons.c
54 file arch/hpcmips/dev/bicons.c
55 file arch/hpcmips/dev/bifont.c
56 defpseudo biconsdev
57 file arch/hpcmips/dev/biconsdev.c biconsdev needs-count
58
59 # Raster operations
60 include "dev/rasops/files.rasops"
61 include "dev/wsfont/files.wsfont"
62
63 #
64 # Workstation Console
65 #
66 include "dev/wscons/files.wscons"
67 #device fb: wsemuldisplaydev, wsrasteremulops
68 device fb: wsemuldisplaydev, rasops1, rasops2, rasops8
69 attach fb at mainbus
70 file arch/hpcmips/dev/fb.c fb needs-flag
71
72 #
73 # ISA bus support
74 #
75 include "dev/isa/files.isa"
76
77 #
78 # Vr41x1 integrated peripherals
79 #
80 device vrip { [addr=-1], [size=-1], [addr2=-1], [size2=-1], [intr=-1] }
81 attach vrip at mainbus
82 file arch/hpcmips/vr/vrip.c vrip
83
84 device vrrtc
85 attach vrrtc at vrip
86 file arch/hpcmips/vr/rtc.c vrrtc
87
88 device vrcmu
89 attach vrcmu at vrip
90 file arch/hpcmips/vr/cmu.c vrcmu
91
92 device vrisabif {[platform = -1], [isaportoffset=0], [isamemoffset=0]} # GIU attachment
93 device gpbusif {[platform = -1], [comctrl = -1], [button0 = -1], [button1 = -1], [button2 = -1], [button3 = -1], [button4 = -1], [button5 = -1], [button6 = -1], [button7 = -1], [button8 = -1], [button9 = -1], [button10 = -1], [button11 = -1]}
94
95 device vrgiu: vrisabif, gpbusif
96 attach vrgiu at vrip
97 file arch/hpcmips/vr/vrgiu.c vrgiu
98
99 device gpbus
100 attach gpbus at gpbusif
101 file arch/hpcmips/vr/gpbus.c gpbus
102
103 device vrisab: isabus
104 attach vrisab at vrisabif
105 file arch/hpcmips/isa/isa_machdep.c vrisab
106
107 device vrbcu
108 attach vrbcu at vrip
109 file arch/hpcmips/vr/bcu_vrip.c vrbcu
110
111 device vrkiu: wskbddev
112 attach vrkiu at vrip
113 file arch/hpcmips/vr/vrkiu.c vrkiu needs-flag
114 file dev/pckbc/wskbdmap_mfii.c vrkiu
115
116 device vrpmu
117 attach vrpmu at vrip
118 file arch/hpcmips/vr/vrpmu.c vrpmu
119
120 # Real-time clock (not optional)
121 file arch/hpcmips/hpcmips/clock.c
122 file dev/clock_subr.c
123
124 # Floppy disk controller
125 device fdc {drive = -1}
126 #attach fdc at isa
127 #device fd: disk, isadma
128 device fd: disk
129 #attach fd at fdc
130 file arch/i386/isa/fd.c fdc needs-flag
131 major {fd = 2}
132
133 # network devices MII bus
134 include "dev/mii/files.mii"
135
136 # XXXX pcic here because it needs to be late. The catch: pcic needs
137 # to be late, so devices which attach to it are attached late. But it
138 # needs to be before its isa and pci attachments. This answer is
139 # non-optimal, but I don't have a better answer right now.
140
141 # PCIC pcmcia contoller
142 # XXX this needs to be done very late, so it's done here. This feels
143 # like a kludge, but it might be for the best.
144
145 defopt PCIC_ISA_ALLOC_IOBASE
146 defopt PCIC_ISA_ALLOC_IOSIZE
147 defopt PCIC_ISA_INTR_ALLOC_MASK
148
149 device pcic: pcmciabus
150 file dev/ic/i82365.c pcic
151
152 #
153 # PCIC pcmcia controller
154 #
155 attach pcic at isa with pcic_isa
156 file dev/isa/i82365_isa.c pcic_isa
157 file dev/isa/i82365_isasubr.c pcic_isa
158
159 #
160 # Machine-independent PCMCIA drivers
161 #
162 include "dev/pcmcia/files.pcmcia"
163
164 # Serial Interface Unit
165 attach com at vrip with com_vrip
166 file arch/hpcmips/vr/com_vrip.c com_vrip
167
168 # Memory Disk for boot tape
169 file arch/hpcmips/dev/md_root.c memory_disk_hooks
170 major {md = 6}
171