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