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