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