GENERIC revision 1.195
1# $NetBSD: GENERIC,v 1.195 2001/11/04 07:39:41 itohy 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.195 $" 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 281mpu* at cmpci? 282mpu* at eso? 283mpu* at yds? 284 285# MII/PHY support 286exphy* at mii? phy ? # 3Com internal PHYs 287icsphy* at mii? phy ? # Integrated Circuit Systems ICS1890 288inphy* at mii? phy ? # Intel 82555 PHYs 289lxtphy* at mii? phy ? # Level One LXT-970 PHYs 290gphyter* at mii? phy ? # NS83861 Gig-E PHY 291nsphy* at mii? phy ? # NS83840 PHYs 292qsphy* at mii? phy ? # Quality Semiconductor QS6612 PHYs 293sqphy* at mii? phy ? # Seeq 80220/80221/80223 PHYs 294tlphy* at mii? phy ? # ThunderLAN PHYs 295ukphy* at mii? phy ? # generic unknown PHYs 296 297# ISA/EISA bus support 298isa* at jensenio? 299eisa* at jensenio? 300isa* at pceb? 301eisa* at pceb? 302isa* at sio? 303#isapnp* at isa? 304 305# ISA devices 306mcclock* at isa? port 0x70 307pckbc* at isa? # PC keyboard controller 308pckbd* at pckbc? # PC keyboard (kbd port) 309pms* at pckbc? # PS/2-style mouse (aux port) 310pcppi* at isa? # PC prog. periph. interface 311spkr0 at pcppi? # IBM BASIC emulation 312isabeep0 at pcppi? # "keyboard" beep 313midi* at pcppi? 314com* at isa? port 0x3f8 irq 4 # standard serial ports 315com* at isa? port 0x2f8 irq 3 316cs* at isa? port 0x300 iomem ? irq ? drq ? # CS8900 Ethernet 317ec0 at isa? port 0x250 iomem 0xd8000 irq 9 # 3Com 3c503 Ethernet 318ep* at isa? port ? irq ? # 3COM 3c509 Ethernet 319#ep* at isapnp? 320#ix0 at isa? port 0x300 irq 10 # EtherExpress/16 321#iy0 at isa? port 0x360 irq ? # EtherExpress PRO 10 ISA 322fdc0 at isa? port 0x3f0 irq 6 drq 2 # floppy controller 323lc0 at isa? port 0x300 iomem ? irq ? # DEC EtherWORKS III (LEMAC) 324lc1 at isa? port 0x320 iomem ? irq ? # DEC EtherWORKS III (LEMAC) 325depca0 at isa? port 0x300 iomem 0xd0000 iosiz 0x10000 irq 5 # DEPCA 326depca1 at isa? port 0x200 iomem 0xd8000 iosiz 0x8000 irq 10 # DEPCA 327le* at depca? 328lpt* at isa? port 0x3bc irq 7 # standard parallel port 329vga* at isa? # ISA (EISA: XXX) VGA 330wdc0 at isa? port 0x1f0 irq 14 # ST506/ESDI/IDE controllers 331wdc1 at isa? port 0x170 irq 15 332#wdc* at isapnp? 333we0 at isa? port 0x280 iomem 0xd0000 irq 9 # WD/SMC Ethernet 334we1 at isa? port 0x300 iomem 0xcc000 irq 10 335#wss* at isa? port 0x530 irq 9 drq 0 # Windows Sound System 336#wss* at isapnp? 337#audio* at wss? 338#midi* at wss? 339sb* at isa? port 0x220 irq 5 drq 1 # SoundBlaster 340#sb* at isapnp? 341audio* at sb? 342#adv* at isa? port ? irq ? drq ? # AdvanSys APB-514[02] 343aha* at isa? port 0x330 irq ? drq ? # Adaptec 154[02] SCSI 344aha* at isa? port 0x334 irq ? drq ? # Adaptec 154[02] SCSI 345bha* at isa? port 0x330 irq ? drq ? # BusLogic [57]4X SCSI (unt.) 346bha* at isa? port 0x334 irq ? drq ? # BusLogic [57]4X SCSI (unt.) 347uha* at isa? port 0x330 irq ? drq ? # UltraStor [13]4f SCSI (unt.) 348uha* at isa? port 0x334 irq ? drq ? # UltraStor [13]4f SCSI (unt.) 349pcic0 at isa? port 0x3e0 iomem 0xd0000 iosiz 0x10000 350pcic1 at isa? port 0x3e2 iomem 0xcc000 iosiz 0x10000 351pcmcia* at pcic? controller ? socket ? 352 353# EISA devices 354ahb* at eisa? slot ? # Adaptec 174[024] SCSI (unt.) 355ahc* at eisa? slot ? # Adaptec 274x, aic7770 SCSI 356bha* at eisa? slot ? # BusLogic 7xx SCSI 357ep* at eisa? slot ? # 3COM 3c579 Ethernet (untested) 358fea* at eisa? slot ? # DEC DEFEA FDDI 359mlx* at eisa? slot ? # Mylex DAC960 / DEC SWXCR (untested) 360tlp* at eisa? slot ? # DEC DE-425 Ethernet 361depca* at eisa? slot ? # DEC DE-422 Ethernet 362le* at depca? 363uha* at eisa? slot ? # UltraStor 24f SCSI (unt.) 364 365# PCMCIA device 366aic* at pcmcia? function ? # Adaptec APA-1460 SCSI 367com* at pcmcia? function ? # Modems and serial cards 368wdc* at pcmcia? function ? # PCMCIA IDE controllers 369ep* at pcmcia? function ? # 3Com 3c589 and 3c562 Eth. 370mbe* at pcmcia? function ? # MB8696x based Ethernet 371ne* at pcmcia? function ? # NE2000-compatible Eth. 372sm* at pcmcia? function ? # Megahertz Ethernet 373ray* at pcmcia? function ? # Raytheon Raylink (802.11) 374wi* at pcmcia? function ? # Lucent WaveLAN/IEEE 375 376# SCSI bus support 377scsibus* at adv? 378scsibus* at adw? 379scsibus* at aha? 380scsibus* at ahb? 381scsibus* at ahc? 382scsibus* at aic? 383scsibus* at asc? 384scsibus* at bha? 385scsibus* at dpt? 386scsibus* at iha? 387scsibus* at isp? 388scsibus* at siop? 389scsibus* at pcscp? 390scsibus* at uha? 391 392# SCSI devices 393cd* at scsibus? target ? lun ? # SCSI CD-ROM drives 394sd* at scsibus? target ? lun ? # SCSI disk drives 395st* at scsibus? target ? lun ? # SCSI tape drives 396 397# ST506/ESDI/IDE devices 398wd* at pciide? channel ? 399wd* at wdc? drive ? 400 401# ATAPI bus support 402atapibus* at pciide? channel ? 403atapibus* at wdc? 404 405# ATAPI devices 406sd* at atapibus? drive ? # ATAPI disk devices 407cd* at atapibus? drive ? # ATAPI CD-ROM devices 408 409# Floppy drives 410fd* at fdc? drive ? 411 412# Hardware RAID devices 413ld* at cac? unit ? 414ld* at mlx? unit ? 415 416# USB bus support 417usb* at uhci? 418usb* at ohci? 419 420# USB Hubs 421uhub* at usb? 422uhub* at uhub? port ? configuration ? interface ? 423 424# USB Mice 425ums* at uhub? port ? configuration ? interface ? 426wsmouse* at ums? 427 428# USB Keyboards 429ukbd* at uhub? port ? configuration ? interface ? 430wskbd* at ukbd? console ? 431 432# USB Generic HID devices 433uhid* at uhub? port ? configuration ? interface ? 434 435# USB Printer 436ulpt* at uhub? port ? configuration ? interface ? 437 438# USB Modem 439umodem* at uhub? port ? configuration ? 440ucom* at umodem? 441 442# USB Mass Storage 443umass* at uhub? port ? configuration ? interface ? 444atapibus* at umass? channel ? 445scsibus* at umass? channel ? 446 447# USB Ethernet adapters 448aue* at uhub? port ? # ADMtek AN986 Pegasus based adapters 449cue* at uhub? port ? # CATC USB-EL1201A based adapters 450kue* at uhub? port ? # Kawasaki LSI KL5KUSB101B based adapters 451 452# Serial adapters 453# FTDI FT8U100AX serial adapter 454uftdi* at uhub? port ? 455ucom* at uftdi? portno ? 456 457# USB scanners 458uscanner* at uhub? port ? 459 460# Y@P firmware loader 461uyap* at uhub? port ? 462 463# USB Generic driver 464ugen* at uhub? port ? 465 466# Workstation Console attachments 467#wsdisplay* at cfb? 468wsdisplay* at vga? 469#wsdisplay* at sfb? 470wsdisplay* at tga? 471wskbd* at pckbd? 472wsmouse* at pms? 473 474pseudo-device bpfilter 16 475pseudo-device ccd 4 476#pseudo-device raid 4 # RAIDframe disk driver 477#options RAID_AUTOCONFIG # auto-configuration of RAID components 478pseudo-device ipfilter 1 479pseudo-device loop 1 480pseudo-device md 1 481pseudo-device ppp 4 482pseudo-device pty # pseudo-terminals 483pseudo-device sl 4 484pseudo-device vnd 4 485#pseudo-device gre 2 # generic L3 over IP tunnel 486pseudo-device gif 4 # IPv[46] over IPv[46] tunnel (RFC1933) 487#pseudo-device faith 1 # IPv[46] tcp relay translation i/f 488#pseudo-device stf 1 # 6to4 IPv6 over IPv4 encapsulation 489pseudo-device vlan # IEEE 802.1q encapsulation 490pseudo-device bridge # simple inter-network bridging 491pseudo-device sequencer 1 # MIDI sequencer 492pseudo-device rnd # /dev/random and in-kernel generator 493#options RND_COM # use "com" randomness too 494