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