GENERIC revision 1.134 1 # $NetBSD: GENERIC,v 1.134 1999/11/15 19:10:44 fvdl Exp $
2 #
3 # Generic Alpha kernel. Enough to get booted, etc., but not much more.
4
5 include "arch/alpha/conf/std.alpha"
6
7 maxusers 32
8
9 # CPU Support
10 #options DEC_2000_300 # "Jensen": 2000/300 (DECpc AXP 150)
11 options DEC_2100_A50 # Avanti etc: AlphaStation 400, 200, etc.
12 options DEC_3000_500 # Flamingo etc: 3000/[4-9]00*
13 options DEC_3000_300 # Pelican etc: 3000/300*
14 options DEC_AXPPCI_33 # NoName: AXPpci33, etc.
15 options DEC_EB164 # EB164: AlphaPC 164
16 options DEC_EB64PLUS # EB64+: AlphaPC 64, etc.
17 options DEC_KN20AA # KN20AA: AlphaStation 500 and 600
18 options DEC_KN8AE # KN8AE: AlphaServer 8200 and 8400
19 options DEC_KN300 # KN300: AlphaServer 4100
20 options DEC_550 # Miata: Digital Personal Workstation
21 options DEC_1000 # Mikasa etc: Digital AlphaServer 1000
22 options DEC_1000A # Corelle etc: Digital AlphaServer 800/1000A
23 options DEC_ALPHABOOK1 # AlphaBook1: Tadpole/DEC AlphaBook
24 options DEC_EB66 # EB66: 21066 Evaluation Board
25 options DEC_6600 # EV6: 264DP OEM Board
26
27 # Standard system options
28 options KTRACE # System call tracing support
29
30 # Diagnostic/debugging support options
31 options DIAGNOSTIC # Cheap kernel consistency checks
32 options DDB # kernel debugger
33 #makeoptions DEBUG="-g"
34
35 # File systems
36 file-system FFS # Fast file system
37 file-system MFS # Memory-based file system
38 file-system CD9660 # ISO-9660 CD-ROM FS (w/RockRidge extensions)
39 file-system MSDOSFS # MS-DOS-compatible file system
40 file-system NFS # Sun NFS-compatible file system client
41 file-system NTFS # Windows/NT file system (experimental)
42 #file-system KERNFS
43 #file-system PROCFS
44
45 # File system options
46 options NFSSERVER # Sun NFS-compatible file system server
47 #options FFS_EI # FFS Endian Independant support
48 #options SOFTDEP # FFS soft updates support.
49
50 # Networking options
51 options INET # Internet protocol suite
52
53 # 4.3BSD compatibility. Should be optional, but necessary for now.
54 options COMPAT_43
55
56 # Binary compatibility with previous versions of NetBSD.
57 #options COMPAT_09
58 options COMPAT_10
59 options COMPAT_11
60 options COMPAT_12
61 options COMPAT_13
62 options COMPAT_14
63
64 # OSF/1 binary compatibility
65 options COMPAT_OSF1
66
67 # System V-like message queues
68 options SYSVMSG
69
70 # System V-like semaphores
71 options SYSVSEM
72
73 # System V-like shared memory
74 options SYSVSHM
75 #options SHMMAXPGS=1024 # 1024 pages is the default
76
77 # Loadable Kernel Modules
78 options LKM
79
80 # Disable kernel security.
81 #options INSECURE
82
83 # Misc. options
84 options EISAVERBOSE # recognize "unknown" EISA devices
85 options PCIVERBOSE # recognize "unknown" PCI devices
86 options SCSIVERBOSE # Verbose SCSI errors
87 options TCVERBOSE # recognize "unknown" TC devices
88 options UCONSOLE # users can use TIOCCONS (for xconsole)
89
90 # The Alpha console firmware network boots using the BOOTP
91 # protocol, so we ask the NFS code to use BOOTP/DHCP as well,
92 # in case we have NFS root.
93 options NFS_BOOT_DHCP # superset of BOOTP
94
95 # WS console uses SUN or VT100 terminal emulation
96 options WSEMUL_VT100
97
98 # realtime clock compatible to OSF/1
99 #options CLOCK_COMPAT_OSF1
100
101 config netbsd root on ? type ?
102 #config netbsd root on sd0 type ffs
103 #config netbsd root on ? type nfs
104
105 mainbus0 at root
106 cpu* at mainbus0
107
108 # TurboLaser bus support and devices
109 tlsb* at mainbus0
110 gbus* at tlsb? node ? offset ?
111 tlsbmem* at tlsb? node ? offset ?
112 kft* at tlsb? node ? offset ?
113
114 # Gbus Devices
115 mcclock* at gbus? offset ?
116
117 # MCBUS bus support
118 mcbus* at mainbus0
119 mcmem* at mcbus? mid ?
120
121 #i2c at mcbus?
122
123 #EV6 Tsunami Core Logic
124
125 tsc* at mainbus0
126
127 # TurboChannel host bus adapter support
128 tcasic* at mainbus0
129
130 # TurboChannel bus support
131 tc* at tcasic?
132
133 # TurboChannel devices
134 ioasic* at tc? slot ? offset ?
135 mcclock* at ioasic? offset ?
136 le* at ioasic? offset ?
137 scc0 at ioasic? offset ?
138 scc1 at ioasic? offset ?
139 tcds* at tc? slot ? offset ?
140 asc* at tcds? chip ?
141 #cfb* at tc? slot ? offset ?
142 #sfb* at tc? slot ? offset ?
143 le* at tc? slot ? offset ?
144 fta* at tc? slot ? offset ? # DEC DEFTA FDDI cards
145
146 # PCI host bus adapter support
147 apecs* at mainbus?
148 cia* at mainbus?
149 lca* at mainbus?
150 dwlpx* at kft?
151 mcpcia* at mcbus? mid ?
152 tsp* at tsc?
153
154 # PCI bus support
155 pci* at apecs?
156 pci* at cia?
157 pci* at lca?
158 pci* at ppb?
159 pci* at dwlpx?
160 pci* at mcpcia?
161 pci* at tsp?
162
163 # PCI devices
164 adv* at pci? dev ? function ? # AdvanSys SCSI
165 adw* at pci? dev ? function ? # AdvanSys Wide SCSI
166 ahc* at pci? dev ? function ? # Adaptec [23]94x, aic78x0 SCSI
167 bha* at pci? dev ? function ? # BusLogic 9xx SCSI (untested)
168 cy* at pci? dev ? function ? # Cyclades Cyclom-Y (untested)
169 de* at pci? dev ? function ? # 21x4x-based Ethernet
170 dpt* at pci? dev ? function ? # DPT SmartCache/SmartRAID
171 eap* at pci? dev ? function ? # Ensoniq AudioPCI
172 en* at pci? dev ? function ? # ENI PCI ATM (untested)
173 ep* at pci? dev ? function ? # 3COM 3c59x
174 epic* at pci? dev ? function ? # SMC EPIC/100 Ethernet
175 eso* at pci? dev ? function ? # ESS Solo-1 PCI AudioDrive
176 ex* at pci? dev ? function ? # 3COM 3c90x[B] Ethernet
177 fpa* at pci? dev ? function ? # DEC DEFPA FDDI
178 fxp* at pci? dev ? function ? # Intel EEPRO 10+/100B
179 isp* at pci? dev ? function ? # Qlogic ISP 10x0 SCSI
180 le* at pci? dev ? function ? # PCI LANCE Ethernet (untested)
181 ncr* at pci? dev ? function ? # NCR 53c8xx SCSI
182 ne* at pci? dev ? function ? # NE2000-compatible Ethernet
183 ohci* at pci? dev ? function ? # USB Open Host Controller
184 pceb* at pci? dev ? function ? # Intel PCI-EISA Bridges
185 pciide* at pci? dev ? function ? # PCI IDE controllers
186 pcscp* at pci? dev ? function ? # AMD Am53c974 PCscsi-PCI
187 ppb* at pci? dev ? function ? # PCI-PCI Bridges
188 rl* at pci? dev ? function ? # RealTek 8129/8139 Ethernet
189 sio* at pci? dev ? function ? # Intel PCI-ISA Bridges
190 sip* at pci? dev ? function ? # SiS 900 Ethernet
191 sv* at pci? dev ? function ? # S3 SonicVibes
192 tga* at pci? dev ? function ? # DEC ZLXp-E[123] Graphics
193 ti* at pci? dev ? function ? # Alteon Tigon Gig-E
194 tl* at pci? dev ? function ? # TI ThunderLAN Ethernet
195 tlp* at pci? dev ? function ? # DECchip 21x4x and clones
196 #options TLP_MATCH_21040
197 #options TLP_MATCH_21041
198 #options TLP_MATCH_21140
199 #options TLP_MATCH_21142
200 uhci* at pci? dev ? function ? # USB Univ. Host Controller
201 vga* at pci? dev ? function ? # PCI VGA Graphics
202 vr* at pci? dev ? function ? # VIA Rhine Fast Ethernet
203
204 audio* at eap?
205 audio* at eso?
206 audio* at sv?
207
208 opl* at eso?
209 #opl* at sv?
210
211 mpu* at eso?
212
213 # MII/PHY support
214 exphy* at mii? phy ? # 3Com internal PHYs
215 icsphy* at mii? phy ? # Integrated Circuit Systems ICS1890
216 inphy* at mii? phy ? # Intel 82555 PHYs
217 lxtphy* at mii? phy ? # Level One LXT-970 PHYs
218 nsphy* at mii? phy ? # NS83840 PHYs
219 qsphy* at mii? phy ? # Quality Semiconductor QS6612 PHYs
220 sqphy* at mii? phy ? # Seeq 80220/80221/80223 PHYs
221 tlphy* at mii? phy ? # ThunderLAN PHYs
222 ukphy* at mii? phy ? # generic unknown PHYs
223
224 # ISA/EISA bus support
225 isa* at pceb?
226 eisa* at pceb?
227 isa* at sio?
228
229 # ISA devices
230 mcclock* at isa? port 0x70
231 pckbc0 at isa? # PC keyboard controller
232 pckbd* at pckbc? # PC keyboard (kbd port)
233 pms* at pckbc? # PS/2-style mouse (aux port)
234 pcppi* at isa? # PC prog. periph. interface
235 spkr0 at pcppi? # IBM BASIC emulation
236 isabeep0 at pcppi? # "keyboard" beep
237 com* at isa? port 0x3f8 irq 4 # standard serial ports
238 com* at isa? port 0x2f8 irq 3
239 cs* at isa? port 0x300 iomem ? irq ? drq ? # CS8900 Ethernet
240 ep* at isa? port ? irq ? # 3COM 3c509 Ethernet
241 fdc0 at isa? port 0x3f0 irq 6 drq 2 # floppy controller
242 lc0 at isa? port 0x300 iomem ? irq ? # DEC EtherWORKS III (LEMAC)
243 lc1 at isa? port 0x320 iomem ? irq ? # DEC EtherWORKS III (LEMAC)
244 depca0 at isa? port 0x300 iomem 0xd0000 iosiz 0x10000 irq 5 # DEPCA
245 depca1 at isa? port 0x200 iomem 0xd8000 iosiz 0x8000 irq 10 # DEPCA
246 le* at depca?
247 lpt* at isa? port 0x3bc irq 7 # standard parallel port
248 vga* at isa? # ISA (EISA: XXX) VGA
249 wdc0 at isa? port 0x1f0 irq 14 # ST506/ESDI/IDE controllers
250 wdc1 at isa? port 0x170 irq 15
251 #wss* at isa? port 0x530 irq 9 drq 0 # Windows Sound System
252 #audio* at wss?
253 #midi* at wss?
254 sb* at isa? port 0x220 irq 5 drq 1 # SoundBlaster
255 #sb* at isapnp?
256 audio* at sb?
257 #adv* at isa? port ? irq ? drq ? # AdvanSys APB-514[02]
258 aha* at isa? port 0x330 irq ? drq ? # Adaptec 154[02] SCSI
259 aha* at isa? port 0x334 irq ? drq ? # Adaptec 154[02] SCSI
260 bha* at isa? port 0x330 irq ? drq ? # BusLogic [57]4X SCSI (unt.)
261 bha* at isa? port 0x334 irq ? drq ? # BusLogic [57]4X SCSI (unt.)
262 uha* at isa? port 0x330 irq ? drq ? # UltraStor [13]4f SCSI (unt.)
263 uha* at isa? port 0x334 irq ? drq ? # UltraStor [13]4f SCSI (unt.)
264
265 # EISA devices
266 ahb* at eisa? slot ? # Adaptec 174[024] SCSI (unt.)
267 ahc* at eisa? slot ? # Adaptec 274x, aic7770 SCSI
268 bha* at eisa? slot ? # BusLogic 7xx SCSI
269 ep* at eisa? slot ? # 3COM 3c579 Ethernet (untested)
270 fea* at eisa? slot ? # DEC DEFEA FDDI
271 tlp* at eisa? slot ? # DEC DE-425 Ethernet
272 uha* at eisa? slot ? # UltraStor 24f SCSI (unt.)
273
274 # SCSI bus support
275 scsibus* at adv?
276 scsibus* at adw?
277 scsibus* at aha?
278 scsibus* at ahb?
279 scsibus* at ahc?
280 scsibus* at asc?
281 scsibus* at bha?
282 scsibus* at dpt?
283 scsibus* at isp?
284 scsibus* at ncr?
285 scsibus* at pcscp?
286 scsibus* at uha?
287
288 # SCSI devices
289 cd* at scsibus? target ? lun ? # SCSI CD-ROM drives
290 sd* at scsibus? target ? lun ? # SCSI disk drives
291 st* at scsibus? target ? lun ? # SCSI tape drives
292
293 # ST506/ESDI/IDE devices
294 wd* at pciide? channel ?
295 wd* at wdc? drive ?
296
297 # ATAPI bus support
298 atapibus* at pciide? channel ?
299 atapibus* at wdc?
300
301 # ATAPI devices
302 sd* at atapibus? drive ? # ATAPI disk devices
303 cd* at atapibus? drive ? # ATAPI CD-ROM devices
304
305 # Floppy drives
306 fd* at fdc? drive ?
307
308 # USB bus support
309 usb* at uhci?
310 usb* at ohci?
311
312 # USB Hubs
313 uhub* at usb?
314 uhub* at uhub? port ? configuration ? interface ?
315
316 # USB Mice
317 ums* at uhub? port ? configuration ? interface ?
318 wsmouse* at ums?
319
320 # USB Keyboards
321 ukbd* at uhub? port ? configuration ? interface ?
322 wskbd* at ukbd? console ?
323
324 # USB Generic HID devices
325 uhid* at uhub? port ? configuration ? interface ?
326
327 # USB Printer
328 ulpt* at uhub? port ? configuration ? interface ?
329
330 # USB Modem
331 umodem* at uhub? port ? configuration ?
332
333 # USB Mass Storage
334 umass* at uhub? port ? configuration ? interface ?
335 scsibus* at umass? channel ?
336
337 # USB Generic driver
338 ugen* at uhub? port ?
339
340 # Workstation Console attachments
341 #wsdisplay* at cfb?
342 wsdisplay* at vga?
343 #wsdisplay* at sfb?
344 wsdisplay* at tga?
345 wskbd* at pckbd?
346 wsmouse* at pms?
347
348 pseudo-device bpfilter 16
349 pseudo-device ccd 4
350 #pseudo-device raid 4 # RAIDframe disk driver
351 pseudo-device ipfilter 1
352 pseudo-device loop 1
353 pseudo-device md 1
354 pseudo-device ppp 4
355 pseudo-device pty 64
356 pseudo-device sl 4
357 pseudo-device vnd 4
358 #pseudo-device gre 2 # generic L3 over IP tunnel
359
360 # rnd is EXPERIMENTAL
361 #pseudo-device rnd # /dev/random and in-kernel generator
362 #options RND_COM # use "com" randomness too
363