GENERIC revision 1.155 1 # $NetBSD: GENERIC,v 1.155 2000/05/29 23:34:08 matt 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.155 $"
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_3000_500 # Flamingo etc: 3000/[4-9]00*
17 options DEC_3000_300 # Pelican etc: 3000/300*
18 options DEC_AXPPCI_33 # NoName: AXPpci33, etc.
19 options DEC_EB164 # EB164: AlphaPC 164
20 options DEC_EB64PLUS # EB64+: AlphaPC 64, etc.
21 options DEC_KN20AA # KN20AA: AlphaStation 500 and 600
22 options DEC_KN8AE # KN8AE: AlphaServer 8200 and 8400
23 options DEC_KN300 # KN300: AlphaServer 4100 and 1200
24 options DEC_550 # Miata: Digital Personal Workstation
25 options DEC_1000 # Mikasa etc: Digital AlphaServer 1000
26 options DEC_1000A # Corelle etc: Digital AlphaServer 800/1000A
27 options DEC_ALPHABOOK1 # AlphaBook1: Tadpole/DEC AlphaBook
28 options DEC_EB66 # EB66: 21066 Evaluation Board
29 options DEC_6600 # EV6: 264DP OEM Board
30
31 # Standard system options
32 options KTRACE # System call tracing support
33
34 # Diagnostic/debugging support options
35 options DIAGNOSTIC # Cheap kernel consistency checks
36 options DDB # kernel debugger
37 #makeoptions DEBUG="-g"
38
39 # File systems
40 file-system FFS # Fast file system
41 file-system MFS # Memory-based file system
42 file-system CD9660 # ISO-9660 CD-ROM FS (w/RockRidge extensions)
43 file-system MSDOSFS # MS-DOS-compatible file system
44 file-system NTFS # Windows/NT file system (experimental)
45 file-system NFS # Sun NFS-compatible file system client
46 #file-system KERNFS
47 #file-system PROCFS
48
49 # File system options
50 options NFSSERVER # Sun NFS-compatible file system server
51 #options FFS_EI # FFS Endian Independant support
52 #options SOFTDEP # FFS soft updates support.
53
54 # Pull in config fragments for kernel crypto. This is required for
55 # options IPSEC etc. to work. If you want to run with IPSEC, uncomment
56 # one of these, based on whether you use crypto-us or crypto-intl, and
57 # adjust the prefixes as necessary.
58
59 #prefix ../crypto-us/sys
60 #cinclude "conf/files.crypto-us"
61 #prefix
62
63 #prefix ../crypto-intl/sys
64 #cinclude "conf/files.crypto-intl"
65 #prefix
66
67 # Networking options
68 options INET # Internet protocol suite
69 options INET6 # IPV6
70 #options IPSEC # IP security
71 #options IPSEC_ESP # IP security (encryption part; define w/IPSEC)
72 #options IPSEC_DEBUG # debug for IP security
73
74 # 4.3BSD compatibility. Should be optional, but necessary for now.
75 options COMPAT_43
76
77 # Binary compatibility with previous versions of NetBSD.
78 #options COMPAT_09
79 options COMPAT_10
80 options COMPAT_11
81 options COMPAT_12
82 options COMPAT_13
83 options COMPAT_14
84
85 # OSF/1 binary compatibility
86 options COMPAT_OSF1
87
88 # System V-like message queues
89 options SYSVMSG
90
91 # System V-like semaphores
92 options SYSVSEM
93
94 # System V-like shared memory
95 options SYSVSHM
96 #options SHMMAXPGS=1024 # 1024 pages is the default
97
98 # Loadable Kernel Modules
99 options LKM
100
101 # Disable kernel security.
102 #options INSECURE
103
104 # Misc. options
105 options EISAVERBOSE # recognize "unknown" EISA devices
106 options PCIVERBOSE # recognize "unknown" PCI devices
107 options MIIVERBOSE # verbose PHY autoconfig messages
108 #options PCI_CONFIG_DUMP # verbosely dump PCI config space
109 options SCSIVERBOSE # Verbose SCSI errors
110 options TCVERBOSE # recognize "unknown" TC devices
111 options UCONSOLE # users can use TIOCCONS (for xconsole)
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 # TurboChannel host bus adapter support
151 tcasic* at mainbus0
152
153 # TurboChannel bus support
154 tc* at tcasic?
155
156 # TurboChannel devices
157 ioasic* at tc? slot ? offset ?
158 mcclock* at ioasic? offset ?
159 le* at ioasic? offset ?
160 scc0 at ioasic? offset ?
161 scc1 at ioasic? offset ?
162 tcds* at tc? slot ? offset ?
163 asc* at tcds? chip ?
164 #cfb* at tc? slot ? offset ?
165 #sfb* at tc? slot ? offset ?
166 le* at tc? slot ? offset ?
167 fta* at tc? slot ? offset ? # DEC DEFTA FDDI cards
168
169 # PCI host bus adapter support
170 apecs* at mainbus?
171 cia* at mainbus?
172 lca* at mainbus?
173 dwlpx* at kft?
174 mcpcia* at mcbus? mid ?
175 tsp* at tsc?
176
177 # PCI bus support
178 pci* at apecs?
179 pci* at cia?
180 pci* at lca?
181 pci* at ppb?
182 pci* at dwlpx?
183 pci* at mcpcia?
184 pci* at tsp?
185
186 # PCI devices
187 adv* at pci? dev ? function ? # AdvanSys SCSI
188 adw* at pci? dev ? function ? # AdvanSys Wide SCSI
189 #options ADW_WDTR_DISABLE # disable WDTR
190 #options ADW_SDTR_DISABLE # disable SDTR
191 #options ADW_TAGQ_DISABLE # disable Tag Queuing
192 ahc* at pci? dev ? function ? # Adaptec [23]94x, aic78x0 SCSI
193 bha* at pci? dev ? function ? # BusLogic 9xx SCSI (untested)
194 cac* at pci? dev ? function ? # Compaq array controller (untested)
195 cy* at pci? dev ? function ? # Cyclades Cyclom-Y (untested)
196 cz* at pci? dev ? function ? # Cyclades-Z (untested)
197 de* at pci? dev ? function ? # 21x4x-based Ethernet
198 dpt* at pci? dev ? function ? # DPT SmartCache/SmartRAID
199 eap* at pci? dev ? function ? # Ensoniq AudioPCI
200 en* at pci? dev ? function ? # ENI PCI ATM (untested)
201 ep* at pci? dev ? function ? # 3COM 3c59x
202 epic* at pci? dev ? function ? # SMC EPIC/100 Ethernet
203 eso* at pci? dev ? function ? # ESS Solo-1 PCI AudioDrive
204 ex* at pci? dev ? function ? # 3COM 3c90x[B] Ethernet
205 fpa* at pci? dev ? function ? # DEC DEFPA FDDI
206 fxp* at pci? dev ? function ? # Intel EEPRO 10+/100B
207 isp* at pci? dev ? function ? # Qlogic ISP 10x0 SCSI
208 le* at pci? dev ? function ? # PCI LANCE Ethernet (untested)
209 ncr* at pci? dev ? function ? # NCR 53c8xx SCSI
210 ne* at pci? dev ? function ? # NE2000-compatible Ethernet
211 ohci* at pci? dev ? function ? # USB Open Host Controller
212 pceb* at pci? dev ? function ? # Intel PCI-EISA Bridges
213 pciide* at pci? dev ? function ? # PCI IDE controllers
214 pcscp* at pci? dev ? function ? # AMD Am53c974 PCscsi-PCI
215 ppb* at pci? dev ? function ? # PCI-PCI Bridges
216 rtk* at pci? dev ? function ? # RealTek 8129/8139 Ethernet
217 sio* at pci? dev ? function ? # Intel PCI-ISA Bridges
218 sip* at pci? dev ? function ? # SiS 900 Ethernet
219 sv* at pci? dev ? function ? # S3 SonicVibes
220 tga* at pci? dev ? function ? # DEC ZLXp-E[123] Graphics
221 ti* at pci? dev ? function ? # Alteon Tigon Gig-E
222 tl* at pci? dev ? function ? # TI ThunderLAN Ethernet
223 tlp* at pci? dev ? function ? # DECchip 21x4x and clones
224 #options TLP_MATCH_21040
225 #options TLP_MATCH_21041
226 #options TLP_MATCH_21140
227 #options TLP_MATCH_21142
228 uhci* at pci? dev ? function ? # USB Univ. Host Controller
229 vga* at pci? dev ? function ? # PCI VGA Graphics
230 vr* at pci? dev ? function ? # VIA Rhine Fast Ethernet
231
232 audio* at eap?
233 audio* at eso?
234 audio* at sv?
235
236 opl* at eso?
237 #opl* at sv?
238
239 mpu* at eso?
240
241 # MII/PHY support
242 exphy* at mii? phy ? # 3Com internal PHYs
243 icsphy* at mii? phy ? # Integrated Circuit Systems ICS1890
244 inphy* at mii? phy ? # Intel 82555 PHYs
245 lxtphy* at mii? phy ? # Level One LXT-970 PHYs
246 nsphy* at mii? phy ? # NS83840 PHYs
247 qsphy* at mii? phy ? # Quality Semiconductor QS6612 PHYs
248 sqphy* at mii? phy ? # Seeq 80220/80221/80223 PHYs
249 tlphy* at mii? phy ? # ThunderLAN PHYs
250 ukphy* at mii? phy ? # generic unknown PHYs
251
252 # ISA/EISA bus support
253 isa* at pceb?
254 eisa* at pceb?
255 isa* at sio?
256
257 # ISA devices
258 mcclock* at isa? port 0x70
259 pckbc* at isa? # PC keyboard controller
260 pckbd* at pckbc? # PC keyboard (kbd port)
261 pms* at pckbc? # PS/2-style mouse (aux port)
262 pcppi* at isa? # PC prog. periph. interface
263 spkr0 at pcppi? # IBM BASIC emulation
264 isabeep0 at pcppi? # "keyboard" beep
265 com* at isa? port 0x3f8 irq 4 # standard serial ports
266 com* at isa? port 0x2f8 irq 3
267 cs* at isa? port 0x300 iomem ? irq ? drq ? # CS8900 Ethernet
268 ep* at isa? port ? irq ? # 3COM 3c509 Ethernet
269 fdc0 at isa? port 0x3f0 irq 6 drq 2 # floppy controller
270 lc0 at isa? port 0x300 iomem ? irq ? # DEC EtherWORKS III (LEMAC)
271 lc1 at isa? port 0x320 iomem ? irq ? # DEC EtherWORKS III (LEMAC)
272 depca0 at isa? port 0x300 iomem 0xd0000 iosiz 0x10000 irq 5 # DEPCA
273 depca1 at isa? port 0x200 iomem 0xd8000 iosiz 0x8000 irq 10 # DEPCA
274 le* at depca?
275 lpt* at isa? port 0x3bc irq 7 # standard parallel port
276 vga* at isa? # ISA (EISA: XXX) VGA
277 wdc0 at isa? port 0x1f0 irq 14 # ST506/ESDI/IDE controllers
278 wdc1 at isa? port 0x170 irq 15
279 we0 at isa? port 0x280 iomem 0xd0000 irq 9 # WD/SMC Ethernet
280 we1 at isa? port 0x300 iomem 0xcc000 irq 10
281 #wss* at isa? port 0x530 irq 9 drq 0 # Windows Sound System
282 #audio* at wss?
283 #midi* at wss?
284 sb* at isa? port 0x220 irq 5 drq 1 # SoundBlaster
285 #sb* at isapnp?
286 audio* at sb?
287 #adv* at isa? port ? irq ? drq ? # AdvanSys APB-514[02]
288 aha* at isa? port 0x330 irq ? drq ? # Adaptec 154[02] SCSI
289 aha* at isa? port 0x334 irq ? drq ? # Adaptec 154[02] SCSI
290 bha* at isa? port 0x330 irq ? drq ? # BusLogic [57]4X SCSI (unt.)
291 bha* at isa? port 0x334 irq ? drq ? # BusLogic [57]4X SCSI (unt.)
292 uha* at isa? port 0x330 irq ? drq ? # UltraStor [13]4f SCSI (unt.)
293 uha* at isa? port 0x334 irq ? drq ? # UltraStor [13]4f SCSI (unt.)
294 pcic0 at isa? port 0x3e0 iomem 0xd0000 iosiz 0x10000
295 pcic1 at isa? port 0x3e2 iomem 0xcc000 iosiz 0x10000
296 pcmcia* at pcic? controller ? socket ?
297
298 # EISA devices
299 ahb* at eisa? slot ? # Adaptec 174[024] SCSI (unt.)
300 ahc* at eisa? slot ? # Adaptec 274x, aic7770 SCSI
301 bha* at eisa? slot ? # BusLogic 7xx SCSI
302 ep* at eisa? slot ? # 3COM 3c579 Ethernet (untested)
303 fea* at eisa? slot ? # DEC DEFEA FDDI
304 tlp* at eisa? slot ? # DEC DE-425 Ethernet
305 uha* at eisa? slot ? # UltraStor 24f SCSI (unt.)
306
307 # PCMCIA device
308 aic* at pcmcia? function ? # Adaptec APA-1460 SCSI
309 com* at pcmcia? function ? # Modems and serial cards
310 wdc* at pcmcia? function ? # PCMCIA IDE controllers
311 ep* at pcmcia? function ? # 3Com 3c589 and 3c562 Eth.
312 mbe* at pcmcia? function ? # MB8696x based Ethernet
313 ne* at pcmcia? function ? # NE2000-compatible Eth.
314 sm* at pcmcia? function ? # Megahertz Ethernet
315 ray* at pcmcia? function ? # Raytheon Raylink (802.11)
316 wi* at pcmcia? function ? # Lucent WaveLAN/IEEE
317
318 # SCSI bus support
319 scsibus* at adv?
320 scsibus* at aic?
321 scsibus* at adw?
322 scsibus* at aha?
323 scsibus* at ahb?
324 scsibus* at ahc?
325 scsibus* at asc?
326 scsibus* at bha?
327 scsibus* at dpt?
328 scsibus* at isp?
329 scsibus* at ncr?
330 scsibus* at pcscp?
331 scsibus* at uha?
332
333 # SCSI devices
334 cd* at scsibus? target ? lun ? # SCSI CD-ROM drives
335 sd* at scsibus? target ? lun ? # SCSI disk drives
336 st* at scsibus? target ? lun ? # SCSI tape drives
337
338 # ST506/ESDI/IDE devices
339 wd* at pciide? channel ?
340 wd* at wdc? drive ?
341
342 # ATAPI bus support
343 atapibus* at pciide? channel ?
344 atapibus* at wdc?
345
346 # ATAPI devices
347 sd* at atapibus? drive ? # ATAPI disk devices
348 cd* at atapibus? drive ? # ATAPI CD-ROM devices
349
350 # Floppy drives
351 fd* at fdc? drive ?
352
353 # Hardware RAID devices
354 ca* at cac? unit ?
355
356 # USB bus support
357 usb* at uhci?
358 usb* at ohci?
359
360 # USB Hubs
361 uhub* at usb?
362 uhub* at uhub? port ? configuration ? interface ?
363
364 # USB Mice
365 ums* at uhub? port ? configuration ? interface ?
366 wsmouse* at ums?
367
368 # USB Keyboards
369 ukbd* at uhub? port ? configuration ? interface ?
370 wskbd* at ukbd? console ?
371
372 # USB Generic HID devices
373 uhid* at uhub? port ? configuration ? interface ?
374
375 # USB Printer
376 ulpt* at uhub? port ? configuration ? interface ?
377
378 # USB Modem
379 umodem* at uhub? port ? configuration ?
380 ucom* at umodem?
381
382 # USB Mass Storage
383 umass* at uhub? port ? configuration ? interface ?
384 atapibus* at umass? channel ?
385 scsibus* at umass? channel ?
386
387 # USB Ethernet adapters
388 aue* at uhub? port ? # ADMtek AN986 Pegasus based adapters
389 cue* at uhub? port ? # CATC USB-EL1201A based adapters
390 kue* at uhub? port ? # Kawasaki LSI KL5KUSB101B based adapters
391
392 # USB Generic driver
393 ugen* at uhub? port ?
394
395 # Workstation Console attachments
396 #wsdisplay* at cfb?
397 wsdisplay* at vga?
398 #wsdisplay* at sfb?
399 wsdisplay* at tga?
400 wskbd* at pckbd?
401 wsmouse* at pms?
402
403 pseudo-device bpfilter 16
404 pseudo-device ccd 4
405 #pseudo-device raid 4 # RAIDframe disk driver
406 #options RAID_AUTOCONFIG # auto-configuration of RAID components
407 pseudo-device ipfilter 1
408 pseudo-device loop 1
409 pseudo-device md 1
410 pseudo-device ppp 4
411 pseudo-device pty 64
412 pseudo-device sl 4
413 pseudo-device vnd 4
414 #pseudo-device gre 2 # generic L3 over IP tunnel
415 pseudo-device gif 4 # IPv[46] over IPv[46] tunnel (RFC1933)
416 #pseudo-device faith 1 # IPv[46] tcp relay translation i/f
417 #pseudo-device stf 1 # 6to4 IPv6 over IPv4 encapsulation
418 pseudo-device sequencer 1 # MIDI sequencer
419
420 # rnd is EXPERIMENTAL
421 #pseudo-device rnd # /dev/random and in-kernel generator
422 #options RND_COM # use "com" randomness too
423