blob: 555f24d5276b300b4ce603f37f87010dc840bd23 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
|
# $OpenBSD: RAMDISKBIG,v 1.94 2014/04/07 08:27:23 brad Exp $
# $NetBSD: GENERIC,v 1.31 1996/12/03 17:25:29 cgd Exp $
#
# Generic Alpha kernel. Enough to get booted, etc., but not much more.
machine alpha
option SMALL_KERNEL
option NO_PROPOLICE
# CPU Support
option DEC_3000_500 # Flamingo etc: 3000/[4-9]00*
option DEC_3000_300 # Pelican etc: 3000/300*
option DEC_2100_A50 # Avanti etc: AlphaStation 400, 200, etc.
option DEC_KN20AA # KN20AA: AlphaStation 600
option DEC_KN300 # KN300: AlphaServer 4100 and 1200
option DEC_AXPPCI_33 # NoName: AXPpci33, etc.
option DEC_EB164 # EB164: AlphaPC 164
option DEC_EB64PLUS # EB64+: AlphaPC 64, etc.
option DEC_2000_300 # "Jensen": 2000/300 (DECpc AXP 150)
option DEC_550 # Miata: Digital Personal Workstation
option DEC_1000 # Mikasa etc: Digital AlphaServer 1000
option DEC_1000A # Corelle etc: Digital AlphaServer 800/1000A
option DEC_6600 # EV6: XP1000, 264DP OEM Board
option API_UP1000 # EV6: Alpha Processor UP1000
# Enable the hooks used for initializing the ram-disk.
option RAMDISK_HOOKS
option MINIROOTSIZE=5744 # 4 Megabytes!
option NO_IEEE # Disable IEEE math
# Standard system options
maxusers 8 # estimated number of users
# File system options
option FFS # Fast file system
option FFS2 # Fast file system 2
option CD9660 # ISO 9660 + Rock Ridge file system
# Networking options
option INET # Internet protocol suite
option INET6 # IPv6 (needs INET)
# Misc. options
option EISAVERBOSE # recognize "unknown" EISA devices
option PCIVERBOSE # recognize "unknown" PCI devices
option TCVERBOSE # recognize "unknown" TC devices
#option USBVERBOSE
option BOOT_CONFIG
config bsd root on rd0a swap on rd0b and wd0b and sd0b
mainbus0 at root
cpu* at mainbus0
# PCI USB Controllers
ehci* at pci? # Enhanced Host Controller
uhci* at pci? # Universal Host Controller (Intel)
ohci* at pci? # Open Host Controller
# USB bus support
usb* at ehci?
usb* at uhci?
usb* at ohci?
# USB Hubs
uhub* at usb?
uhub* at uhub?
# USB Generic HID devices
uhidev* at uhub?
uhid* at uhidev? # USB Generic HID devices
# USB Printers
#ulpt* at uhub?
# USB Mass Storage devices
umass* at uhub?
# USB Modems
#umodem* at uhub?
#ucom* at umodem?
# USB Audio
#uaudio* at uhub?
# USB Ethernet adapters
aue* at uhub? # ADMtek AN986 Pegasus Ethernet
axe* at uhub? # ASIX Electronics AX88172 USB Ethernet
axen* at uhub? # ASIX Electronics AX88179 USB Ethernet
cdce* at uhub? # CDC Ethernet
cue* at uhub? # CATC USB-EL1201A based Ethernet
kue* at uhub? # Kawasaki KL5KUSB101B based Ethernet
smsc* at uhub? # SMSC LAN95xx Ethernet
udav* at uhub? # Davicom DM9601 based Ethernet
upl* at uhub? # Prolific PL2301/PL2302 host-to-host `network'
ugl* at uhub? # Genesys Logic GL620USB-A host-to-host `network'
url* at uhub? # Realtek RTL8150L based adapters
wi* at uhub? # WaveLAN IEEE 802.11DS
# Diamond Multimedia Rio 500
#urio* at uhub?
# Handspring Visor
#uvisor* at uhub?
#ucom* at uvisor?
# USB Generic driver
ugen* at uhub?
# MCBUS bus support
mcbus* at mainbus0
mcmem* at mcbus? mid ?
# TurboChannel host bus adapter support
tcasic* at mainbus0
# TurboChannel bus support
tc* at tcasic?
# TurboChannel devices
ioasic* at tc?
mcclock* at ioasic?
le* at ioasic?
scc0 at ioasic?
scc1 at ioasic?
tcds* at tc?
asc* at tcds?
asc* at tc?
#cfb* at tc?
#sfb* at tc?
le* at tc?
# PCI host bus adapter support
apecs* at mainbus?
cia* at mainbus?
irongate* at mainbus?
lca* at mainbus?
tsc* at mainbus0
tsp* at tsc?
mcpcia* at mcbus? mid?
# PCI bus support
pci* at apecs?
pci* at cia?
pci* at irongate?
pci* at lca?
pci* at ppb?
pci* at tsp?
pci* at mcpcia?
# PCI devices
ppb* at pci? # PCI-PCI bridges
sio* at pci? # Intel PCI-ISA bridge
pceb* at pci? # Intel PCI-EISA bridge
cy* at pci? # PCI cyclom card
# PCI SCSI devices
ahc* at pci? # Adaptec 2940 SCSI controllers
qlw* at pci? # QLogic ISP SCSI
qla* at pci? # Qlogic ISP 2[123]xx SCSI/FibreChannel
qle* at pci? # Qlogic ISP 2[45]xx SCSI/FibreChannel
siop* at pci? # NCR 53c8xx SCSI
pcscp* at pci? # AMD 53c974 PCscsi-PCI SCSI
twe* at pci? # 3ware Escalade RAID controllers
softraid0 at root # Software RAID
#UNTESTED: the following drivers are untested.
adw* at pci? # AdvanSys ULTRA WIDE SCSI
ciss* at pci? # Compaq Smart ARRAY [56]* RAID controllers
gdt* at pci? # ICP Vortex GDT RAID controllers
#adv* at pci? # AdvanSys 1200A/B and ULTRA SCSI
# PCI Network devices
pcn* at pci? # AMD PCnet-PCI Ethernet
de* at pci? # 21x4[012]-based Ethernet
dc* at pci? # 21143, "tulip" clone ethernet
ne* at pci? # NE2000-compat ethernet cards
fxp* at pci? # EtherExpress 10/100B ethernet
ep* at pci? # 3COM 3c59x
xl* at pci? # 3COM 3c9xx
txp* at pci? # 3COM 3CR990
bge* at pci? # Broadcom BCM570x (aka Tigon3)
vge* at pci? # VIA VT612x
re* at pci? # Realtek 8169/8169S/8110S
stge* at pci? # Sundance TC9021 GigE
lge* at pci? # Level1 LXT1001 GigE
hme* at pci? # Sun Happy Meal
ti* at pci? # Alteon Tigon 1Gb ethernet
rl* at pci? # RealTek 81[23]9 ethernet
vr* at pci? # VIA Rhine ethernet
em* at pci? # Intel Pro/1000 ethernet
#ixgb* at pci? # Intel Pro/10Gb ethernet
sis* at pci? # SiS 900/7016 ethernet
mtd* at pci? # Myson MTD800/803/891
epic* at pci? # SMC EPIC/100 ethernet
skc* at pci? # SysKonnect GEnesis 984x
sk* at skc? # each port of above
mskc* at pci? # Marvell Yukon-2
msk* at mskc? # each port of above
tl* at pci? # Compaq Thunderlan ethernet
ste* at pci? # Sundance ST201 ethernet
ral* at pci? # Ralink RT2500/RT2501/RT2600
xge* at pci? # Neterion Xframe-I/II 10Gb ethernet
sf* at pci? # Adaptec AIC-6915 ethernet
#en* at pci? # ENI PCI ATM (untested)
wb* at pci? # Winbond W89C840F ethernet
an* at pci? # Cisco/Aironet 802.11DS
vga* at pci? # PCI VGA graphics
tga* at pci? # DEC ZLXp-E[123] graphics
# Media Independent Interface (mii) drivers
eephy* at mii? # Marvell PHYs
exphy* at mii? # 3Com internal PHYs
inphy* at mii? # Intel 82555 PHYs
iophy* at mii? # Intel 82553 PHYs
icsphy* at mii? # ICS 1890 PHYs
lxtphy* at mii? # Level1 LXT970 PHYs
nsphy* at mii? # NS and compatible PHYs
nsphyter* at mii? # NS and compatible PHYs
qsphy* at mii? # Quality Semi QS6612 PHYs
luphy* at mii? # Lucent LU6612 PHY
sqphy* at mii? # Seeq 8x220 PHYs
tlphy* at mii? # ThunderLAN PHYs
rlphy* at mii? # RealTek 8139 internal PHYs
mtdphy* at mii? # Myson MTD972 PHYs
dcphy* at mii? # Digital Clone PHYs
acphy* at mii? # Altima AC101 PHYs
amphy* at mii? # AMD 79C873 PHYs
tqphy* at mii? # TDK 78Q212x PHYs
bmtphy* at mii? # Broadcom 10/100 PHYs
brgphy* at mii? # Broadcom Gigabit PHYs
xmphy* at mii? # XaQti XMAC-II PHYs
urlphy* at mii? # Realtek RTL8150L internal PHY
rgephy* at mii? # Realtek 8169S/8110S PHY
ciphy* at mii? # Cicada CS8201 10/100/1000 copper PHY
ipgphy* at mii? # IC Plus IP1000A PHYs
mlphy* at mii? # Micro Linear 6692 PHY
ukphy* at mii? # "unknown" PHYs
# ISA/EISA bus support
isa* at pceb?
eisa* at pceb?
isa* at sio?
isadma0 at isa?
isapnp0 at isa?
# ISA devices
mcclock* at isa? port 0x70
#pcppi* at isa? # PC prog. periph. interface
#spkr0 at pcppi?
pckbc* at isa? # PC keyboard controller
pckbd* at pckbc? # PC keyboard (kbd port)
pms* at pckbc? # PS/2-style mouse (aux port)
com* at isa? port 0x3f8 irq 4 # standard serial ports
com* at isa? port 0x2f8 irq 3
#lpt* at isa? port 0x3bc irq 7 # standard parallel port
vga* at isa? # ISA (EISA: XXX) VGA
we0 at isa? port 0x280 iomem 0xd0000 irq 9 # WD/SMC 80x3 ethernet
we1 at isa? port 0x300 iomem 0xcc000 irq 10 #
ec0 at isa? port 0x250 iomem 0xd8000 irq 9 # 3C503 ethernet cards
ne0 at isa? port 0x240 irq 9 # NE[12]000 ethernet cards
ne1 at isa? port 0x300 irq 10 # NE[12]000 ethernet cards
ne2 at isa? port 0x280 irq 9 # NE[12]000 ethernet cards
ep* at isa? # 3C509 ethernet cards
ep* at isapnp?
#wss* at isa? port 0x530 irq 9 drq 0 # Windows Sound System
lc0 at isa? port 0x200 # DEC EtherWorks
lc1 at isa? port 0x280 # DEC EtherWorks
cy0 at isa? iomem 0xd4000 irq 12 # ISA cyclom card
#aic0 at isa? port 0x340 irq 11 # Adaptec 152[02] SCSI
#ahc0 at isa? # Adaptec 284x SCSI controllers
# EISA devices
ahc* at eisa? # Adaptec 274x, aic7770 SCSI
# SCSI devices
scsibus* at scsi?
cd* at scsibus?
sd* at scsibus?
st* at scsibus?
ch* at scsibus?
uk* at scsibus?
# IDE controllers
pciide* at pci? flags 0x0000
#wdc0 at isa? port 0x1f0 irq 14 flags 0x00
#wdc1 at isa? port 0x170 irq 15 flags 0x00
#wd* at wdc? flags 0x0000
wd* at pciide? flags 0x0000
# ATAPI<->SCSI
#atapiscsi* at wdc?
atapiscsi* at pciide?
# Workstation Console attachments
#wsdisplay* at cfb?
#wsdisplay* at sfb?
wsdisplay* at vga?
wsdisplay* at tga?
wskbd* at pckbd? mux 1
wsmouse* at pms? mux 0
pseudo-device bpfilter 1
pseudo-device vlan # IEEE 802.1Q VLAN
pseudo-device loop
pseudo-device rd 1
pseudo-device wsmux 2
pseudo-device bio 1 # ioctl multiplexing device
|