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