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