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