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