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