GENERIC revision 1.108
1# $NetBSD: GENERIC,v 1.108 1999/01/06 23:42:27 thorpej Exp $ 2# 3# Generic Alpha kernel. Enough to get booted, etc., but not much more. 4 5include "arch/alpha/conf/std.alpha" 6 7maxusers 32 8 9#makeoptions DEBUG="-g" 10 11# CPU Support 12#options DEC_2000_300 # "Jensen": 2000/300 (DECpc AXP 150) 13options DEC_2100_A50 # Avanti etc: AlphaStation 400, 200, etc. 14options DEC_3000_500 # Flamingo etc: 3000/[4-9]00* 15options DEC_3000_300 # Pelican etc: 3000/300* 16options DEC_AXPPCI_33 # NoName: AXPpci33, etc. 17options DEC_EB164 # EB164: AlphaPC 164 18options DEC_EB64PLUS # EB64+: AlphaPC 64, etc. 19options DEC_KN20AA # KN20AA: AlphaStation 500 and 600 20options DEC_KN8AE # KN8AE: AlphaServer 8200 and 8400 21options DEC_KN300 # KN300: AlphaServer 4100 22options DEC_550 # Miata: Digital Personal Workstation 23options DEC_1000 # Mikasa etc: Digital AlphaServer 1000 24options DEC_1000A # Corelle etc: Digital AlphaServer 800/1000A 25options DEC_ALPHABOOK1 # AlphaBook1: Tadpole/DEC AlphaBook 26options DEC_EB66 # EB66: 21066 Evaluation Board 27 28# Standard system options 29options KTRACE # System call tracing support 30 31# Diagnostic/debugging support options 32options DIAGNOSTIC # Cheap kernel consistency checks 33options DDB # kernel debugger 34makeoptions DEBUG="-g" 35 36# File systems 37file-system FFS # Fast file system 38file-system MFS # Memory-based file system 39file-system CD9660 # ISO-9660 CD-ROM FS (w/RockRidge extensions) 40file-system MSDOSFS # MS-DOS-compatible file system 41file-system NFS # Sun NFS-compatible file system client 42 43# File system options 44options NFSSERVER # Sun NFS-compatible file system server 45#options FFS_EI # FFS Endian Independant support 46 47# Networking options 48options INET # Internet protocol suite 49 50# 4.3BSD compatibility. Should be optional, but necessary for now. 51options COMPAT_43 52 53# Binary compatibility with previous versions of NetBSD. 54#options COMPAT_09 55options COMPAT_10 56options COMPAT_11 57options COMPAT_12 58options COMPAT_13 59 60# System V-like message queues 61options SYSVMSG 62 63# System V-like semaphores 64options SYSVSEM 65 66# System V-like shared memory 67options SYSVSHM 68#options SHMMAXPGS=1024 # 1024 pages is the default 69 70# Loadable Kernel Modules 71options LKM 72 73# Disable kernel security. 74#options INSECURE 75 76# Misc. options 77options EISAVERBOSE # recognize "unknown" EISA devices 78options PCIVERBOSE # recognize "unknown" PCI devices 79options SCSIVERBOSE # Verbose SCSI errors 80options TCVERBOSE # recognize "unknown" TC devices 81options UCONSOLE # users can use TIOCCONS (for xconsole) 82 83# The Alpha console firmware network boots using the BOOTP 84# protocol, so we ask the NFS code to use BOOTP/DHCP as well, 85# in case we have NFS root. 86options NFS_BOOT_DHCP # superset of BOOTP 87 88# WS console uses SUN terminal emulation 89options WSEMUL_SUN 90 91# realtime clock compatible to OSF/1 92#options CLOCK_COMPAT_OSF1 93 94config netbsd root on ? type ? 95#config netbsd root on sd0 type ffs 96#config netbsd root on ? type nfs 97 98mainbus0 at root 99cpu* at mainbus0 100 101# TurboLaser bus support and devices 102tlsb* at mainbus0 103gbus* at tlsb? node ? offset ? 104tlsbmem* at tlsb? node ? offset ? 105kft* at tlsb? node ? offset ? 106 107# Gbus Devices 108mcclock* at gbus? offset ? 109 110# MCBUS bus support 111mcbus* at mainbus0 112mcmem* at mcbus? mid ? 113 114#i2c at mcbus? 115 116# TurboChannel host bus adapter support 117tcasic* at mainbus0 118 119# TurboChannel bus support 120tc* at tcasic? 121 122# TurboChannel devices 123ioasic* at tc? slot ? offset ? 124mcclock* at ioasic? offset ? 125le* at ioasic? offset ? 126scc0 at ioasic? offset ? 127scc1 at ioasic? offset ? 128tcds* at tc? slot ? offset ? 129asc* at tcds? chip ? 130#cfb* at tc? slot ? offset ? 131#sfb* at tc? slot ? offset ? 132le* at tc? slot ? offset ? 133fta* at tc? slot ? offset ? # DEC DEFTA FDDI cards 134 135# PCI host bus adapter support 136apecs* at mainbus? 137cia* at mainbus? 138lca* at mainbus? 139dwlpx* at kft? 140mcpcia* at mcbus? mid ? 141 142# PCI bus support 143pci* at apecs? 144pci* at cia? 145pci* at lca? 146pci* at ppb? 147pci* at dwlpx? 148pci* at mcpcia? 149 150# PCI devices 151#adv* at pci? dev ? function ? # AdvanSys SCSI 152#adw* at pci? dev ? function ? # AdvanSys Wide SCSI 153ahc* at pci? dev ? function ? # Adaptec [23]94x, aic78x0 SCSI 154bha* at pci? dev ? function ? # BusLogic 9xx SCSI (untested) 155cy* at pci? dev ? function ? # Cyclades Cyclom-Y (untested) 156de* at pci? dev ? function ? # 21x4x-based Ethernet 157en* at pci? dev ? function ? # ENI PCI ATM (untested) 158ep* at pci? dev ? function ? # 3COM 3c59x 159ex* at pci? dev ? function ? # 3COM 3c90x[B] Ethernet 160epic* at pci? dev ? function ? # SMC EPIC/100 Ethernet 161fpa* at pci? dev ? function ? # DEC DEFPA FDDI 162fxp* at pci? dev ? function ? # Intel EEPRO 10+/100B 163isp* at pci? dev ? function ? # Qlogic ISP 10x0 SCSI 164le* at pci? dev ? function ? # PCI LANCE Ethernet (untested) 165ncr* at pci? dev ? function ? # NCR 53c8xx SCSI 166pceb* at pci? dev ? function ? # Intel PCI-EISA Bridges 167pcscp* at pci? dev ? function ? # AMD Am53c974 PCscsi-PCI 168ppb* at pci? dev ? function ? # PCI-PCI Bridges 169pciide* at pci? dev ? function ? # PCI IDE controllers 170sio* at pci? dev ? function ? # Intel PCI-ISA Bridges 171tga* at pci? dev ? function ? # DEC ZLXp-E[123] Graphics 172tl* at pci? dev ? function ? # TI ThunderLAN Ethernet 173vga* at pci? dev ? function ? # PCI VGA Graphics 174uhci* at pci? dev ? function ? # USB Univ. Host Controller 175ohci* at pci? dev ? function ? # USB Open Host Controller 176#eap* at pci? dev ? function ? # Ensoniq AudioPCI 177#audio* at eap? 178#sv* at pci? dev ? function ? # S3 SonicVibes 179#audio* at sv? 180#opl* at sv? 181 182# MII/PHY support 183inphy* at mii? phy ? 184nsphy* at mii? phy ? 185qsphy* at mii? phy ? 186tlphy* at mii? phy ? 187 188# ISA/EISA bus support 189isa* at pceb? 190eisa* at pceb? 191isa* at sio? 192 193# ISA devices 194mcclock* at isa? port 0x70 195pckbc* at isa? # PC keyboard controller 196pckbd* at pckbc? # PC keyboard (kbd port) 197psm* at pckbc? # PS/2-style mouse (aux port) 198pcppi* at isa? # PC prog. periph. interface 199spkr0 at pcppi? # IBM BASIC emulation 200isabeep0 at pcppi? # "keyboard" beep 201com* at isa? port 0x3f8 irq 4 # standard serial ports 202com* at isa? port 0x2f8 irq 3 203cs* at isa? port 0x300 iomem ? irq ? drq ? # CS8900 Ethernet 204ep* at isa? port ? irq ? # 3COM 3c509 Ethernet 205lc0 at isa? port 0x300 iomem ? irq ? # DEC EtherWORKS III (LEMAC) 206lc1 at isa? port 0x320 iomem ? irq ? # DEC EtherWORKS III (LEMAC) 207depca0 at isa? port 0x300 iomem 0xd0000 iosiz 0x10000 irq 5 # DEPCA 208depca1 at isa? port 0x200 iomem 0xd8000 iosiz 0x8000 irq 10 # DEPCA 209le* at depca? 210lpt* at isa? port 0x3bc irq 7 # standard parallel port 211vga* at isa? # ISA (EISA: XXX) VGA 212wdc0 at isa? port 0x1f0 irq 14 # ST506/ESDI/IDE controllers 213wdc1 at isa? port 0x170 irq 15 214#wss* at isa? port 0x530 irq 9 drq 0 # Windows Sound System 215#audio* at wss? 216#midi* at wss? 217aha* at isa? port 0x330 irq ? drq ? # Adaptec 154[02] SCSI 218aha* at isa? port 0x334 irq ? drq ? # Adaptec 154[02] SCSI 219bha* at isa? port 0x330 irq ? drq ? # BusLogic [57]4X SCSI (unt.) 220bha* at isa? port 0x334 irq ? drq ? # BusLogic [57]4X SCSI (unt.) 221uha* at isa? port 0x330 irq ? drq ? # UltraStor [13]4f SCSI (unt.) 222uha* at isa? port 0x334 irq ? drq ? # UltraStor [13]4f SCSI (unt.) 223 224# EISA devices 225ahb* at eisa? slot ? # Adaptec 174[024] SCSI (unt.) 226ahc* at eisa? slot ? # Adaptec 274x, aic7770 SCSI 227bha* at eisa? slot ? # BusLogic 7xx SCSI 228ep* at eisa? slot ? # 3COM 3c579 Ethernet (untested) 229fea* at eisa? slot ? # DEC DEFEA FDDI 230uha* at eisa? slot ? # UltraStor 24f SCSI (unt.) 231 232# SCSI bus support 233#scsibus* at adv? 234#scsibus* at adw? 235scsibus* at aha? 236scsibus* at ahb? 237scsibus* at ahc? 238scsibus* at asc? 239scsibus* at bha? 240scsibus* at isp? 241scsibus* at ncr? 242scsibus* at pcscp? 243scsibus* at uha? 244 245# SCSI devices 246cd* at scsibus? target ? lun ? # SCSI CD-ROM drives 247sd* at scsibus? target ? lun ? # SCSI disk drives 248st* at scsibus? target ? lun ? # SCSI tape drives 249 250# ST506/ESDI/IDE devices 251wd* at pciide? channel ? 252wd* at wdc? drive ? 253 254# ATAPI bus support 255atapibus* at pciide? channel ? 256atapibus* at wdc? 257 258# ATAPI devices 259sd* at atapibus? drive ? # ATAPI disk devices 260cd* at atapibus? drive ? # ATAPI CD-ROM devices 261 262# USB bus support 263usb* at uhci? 264usb* at ohci? 265 266# USB hubs 267uhub* at usb? 268uhub* at uhub? port ? 269 270# USB mice 271ums* at uhub? port ? 272wsmouse* at ums? 273 274# USB Keyboards 275ukbd* at uhub? port ? 276wskbd* at ukbd? console ? 277 278# USB Generic HID devices 279uhid* at uhub? port ? 280 281# USB Printers 282ulpt* at uhub? port ? 283 284# Workstation Console attachments 285#wsdisplay* at cfb? 286wsdisplay* at vga? 287#wsdisplay* at sfb? 288wsdisplay* at tga? 289wskbd* at pckbd? 290wsmouse* at psm? 291 292pseudo-device bpfilter 16 293pseudo-device ccd 4 294#pseudo-device raid 4 # RAIDframe disk driver 295pseudo-device ipfilter 1 296pseudo-device loop 1 297pseudo-device md 1 298pseudo-device ppp 4 299pseudo-device pty 64 300pseudo-device sl 4 301pseudo-device vnd 4 302#pseudo-device gre 2 # generic L3 over IP tunnel 303 304# rnd is EXPERIMENTAL 305#pseudo-device rnd # /dev/random and in-kernel generator 306#options RND_COM # use "com" randomness too 307