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