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