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