files.hpcmips revision 1.1 1 # $NetBSD: files.hpcmips,v 1.1 1999/09/16 12:23:19 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 #
60 # Workstation Console
61 #
62 include "dev/wscons/files.wscons"
63 device fb: wsemuldisplaydev, wsrasteremulops
64 attach fb at mainbus
65 file arch/hpcmips/dev/fb.c fb needs-flag
66
67 #
68 # ISA bus support
69 #
70 include "dev/isa/files.isa"
71
72 #
73 # Vr41x1 integrated peripherals
74 #
75 device vrip { [addr=-1], [size=-1], [addr2=-1], [size2=-1], [intr=-1] }
76 attach vrip at mainbus
77 file arch/hpcmips/vr/vrip.c vrip
78
79 device vrrtc
80 attach vrrtc at vrip
81 file arch/hpcmips/vr/rtc.c vrrtc
82
83 device vrcmu
84 attach vrcmu at vrip
85 file arch/hpcmips/vr/cmu.c vrcmu
86
87 device vrisabif {[platform = -1], [isaportoffset=0], [isamemoffset=0]} # GIU attachment
88 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]}
89
90 device vrgiu: vrisabif, gpbusif
91 attach vrgiu at vrip
92 file arch/hpcmips/vr/vrgiu.c vrgiu
93
94 device gpbus
95 attach gpbus at gpbusif
96 file arch/hpcmips/vr/gpbus.c gpbus
97
98 device vrisab: isabus
99 attach vrisab at vrisabif
100 file arch/hpcmips/isa/isa_machdep.c vrisab
101
102 device vrbcu
103 attach vrbcu at vrip
104 file arch/hpcmips/vr/bcu_vrip.c vrbcu
105
106 device vrkiu
107 attach vrkiu at vrip
108 file arch/hpcmips/vr/vrkiu.c vrkiu
109
110 device vrpmu
111 attach vrpmu at vrip
112 file arch/hpcmips/vr/vrpmu.c vrpmu
113
114 # Real-time clock (not optional)
115 file arch/hpcmips/hpcmips/clock.c
116 file dev/clock_subr.c
117
118 # Floppy disk controller
119 device fdc {drive = -1}
120 #attach fdc at isa
121 #device fd: disk, isadma
122 device fd: disk
123 #attach fd at fdc
124 file arch/i386/isa/fd.c fdc needs-flag
125 major {fd = 2}
126
127 # network devices MII bus
128 include "dev/mii/files.mii"
129
130 # XXXX pcic here because it needs to be late. The catch: pcic needs
131 # to be late, so devices which attach to it are attached late. But it
132 # needs to be before its isa and pci attachments. This answer is
133 # non-optimal, but I don't have a better answer right now.
134
135 # PCIC pcmcia contoller
136 # XXX this needs to be done very late, so it's done here. This feels
137 # like a kludge, but it might be for the best.
138
139 defopt PCIC_ISA_ALLOC_IOBASE
140 defopt PCIC_ISA_ALLOC_IOSIZE
141 defopt PCIC_ISA_INTR_ALLOC_MASK
142
143 device pcic: pcmciabus
144 file dev/ic/i82365.c pcic
145
146 #
147 # PCIC pcmcia controller
148 #
149 attach pcic at isa with pcic_isa
150 file dev/isa/i82365_isa.c pcic_isa
151 file dev/isa/i82365_isasubr.c pcic_isa
152
153 #
154 # Machine-independent PCMCIA drivers
155 #
156 include "dev/pcmcia/files.pcmcia"
157
158 # Serial Interface Unit
159 attach com at vrip with com_vrip
160 file arch/hpcmips/vr/com_vrip.c com_vrip
161
162 # Memory Disk for boot tape
163 file arch/hpcmips/dev/md_root.c memory_disk_hooks
164 major {md = 6}
165