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