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