GENERIC revision 1.82
1# $NetBSD: GENERIC,v 1.82 1998/04/18 01:19:40 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 22 23# Standard system options 24options KTRACE # System call tracing support 25 26# Diagnostic/debugging support options 27options DIAGNOSTIC # Cheap kernel consistency checks 28 29# File systems 30file-system FFS # Fast file system 31file-system MFS # Memory-based file system 32file-system CD9660 # ISO-9660 CD-ROM FS (w/RockRidge extensions) 33file-system MSDOSFS # MS-DOS-compatible file system 34file-system NFS # Sun NFS-compatible file system client 35 36# File system options 37options FIFO # POSIX fifo support (in all file systems) 38options NFSSERVER # Sun NFS-compatible file system server 39#options FFS_EI # FFS Endian Independant support 40 41# Networking options 42options INET # Internet protocol suite 43 44# 4.3BSD compatibility. Should be optional, but necessary for now. 45options COMPAT_43 46 47# Binary compatibility with previous versions of NetBSD. 48#options COMPAT_09 49options COMPAT_10 50options COMPAT_11 51options COMPAT_12 52options COMPAT_13 53 54# System V-like message queues 55options SYSVMSG 56 57# System V-like semaphores 58options SYSVSEM 59 60# System V-like shared memory 61options SYSVSHM 62#options SHMMAXPGS=1024 # 1024 pages is the default 63 64# Loadable Kernel Modules 65options LKM 66 67# Disable kernel security. 68#options INSECURE 69 70# Misc. options 71options EISAVERBOSE # recognize "unknown" EISA devices 72options PCIVERBOSE # recognize "unknown" PCI devices 73options SCSIVERBOSE # Verbose SCSI errors 74options TCVERBOSE # recognize "unknown" TC devices 75options UCONSOLE # users can use TIOCCONS (for xconsole) 76 77# The Alpha console firmware network boots using the BOOTP 78# protocol, so we ask the NFS code to use BOOTP/DHCP as well, 79# in case we have NFS root. 80options NFS_BOOT_DHCP # superset of BOOTP 81 82# WS console uses SUN terminal emulation 83options WSEMUL_SUN 84 85config netbsd root on ? type ? 86#config netbsd root on sd0 type ffs 87#config netbsd root on ? type nfs 88 89mainbus0 at root 90cpu* at mainbus0 91 92# TurboLaser bus support and devices 93tlsb* at mainbus0 94gbus* at tlsb? node ? offset ? 95tlsbmem* at tlsb? node ? offset ? 96kft* at tlsb? node ? offset ? 97 98# Gbus Devices 99mcclock* at gbus? offset 0x20000000 100 101# MCBUS bus support 102mcbus* at mainbus0 103mcmem* at mcbus? mid ? 104 105#i2c at mcbus? 106 107# TurboChannel host bus adapter support 108tcasic* at mainbus0 109 110# TurboChannel bus support 111tc* at tcasic? 112 113# TurboChannel devices 114ioasic* at tc? slot ? offset ? 115mcclock* at ioasic? offset ? 116le* at ioasic? offset ? 117scc0 at ioasic? offset ? 118scc1 at ioasic? offset ? 119tcds0 at tc? slot ? offset ? 120asc0 at tcds? slot ? 121asc1 at tcds? slot ? 122#cfb* at tc? slot ? offset ? 123#sfb* at tc? slot ? offset ? 124le* at tc? slot ? offset ? 125fta* at tc? slot ? offset ? # DEC DEFTA FDDI cards 126 127# PCI host bus adapter support 128apecs* at mainbus? 129cia* at mainbus? 130lca* at mainbus? 131dwlpx* at kft? 132mcpcia* at mcbus? mid ? 133 134# PCI bus support 135pci* at apecs? 136pci* at cia? 137pci* at lca? 138pci* at ppb? 139pci* at dwlpx? 140pci* at mcpcia? 141 142# PCI devices 143ahc* at pci? dev ? function ? # Adaptec [23]94x, aic78x0 SCSI 144bha* at pci? dev ? function ? # BusLogic 9xx SCSI (untested) 145cy* at pci? dev ? function ? # Cyclades Cyclom-Y (untested) 146de* at pci? dev ? function ? # 21x4x-based Ethernet 147en* at pci? dev ? function ? # ENI PCI ATM (untested) 148ep* at pci? dev ? function ? # 3COM 3c59x/3c90x Ethernet 149fpa* at pci? dev ? function ? # DEC DEFPA FDDI 150fxp* at pci? dev ? function ? # Intel EEPRO 10+/100B 151isp* at pci? dev ? function ? # Qlogic ISP 10x0 SCSI 152le* at pci? dev ? function ? # PCI LANCE Ethernet (untested) 153ncr* at pci? dev ? function ? # NCR 53c8xx SCSI 154pceb* at pci? dev ? function ? # Intel PCI-EISA Bridges 155ppb* at pci? dev ? function ? # PCI-PCI Bridges 156pciide* at pci? dev ? function ? # PCI IDE controllers 157wdc* at pciide? channel ? 158sio* at pci? dev ? function ? # Intel PCI-ISA Bridges 159tga* at pci? dev ? function ? # DEC ZLXp-E[123] Graphics 160vga* at pci? dev ? function ? # PCI VGA Graphics 161 162# ISA/EISA bus support 163isa* at pceb? 164eisa* at pceb? 165isa* at sio? 166 167# ISA devices 168mcclock* at isa? port 0x70 169pckbc* at isa? # PC keyboard controller 170pckbd* at pckbc? # PC keyboard (kbd port) 171psm* at pckbc? # PS/2-style mouse (aux port) 172pcppi* at isa? # PC prog. periph. interface 173spkr0 at pcppi? # IBM BASIC emulation 174com* at isa? port 0x3f8 irq 4 # standard serial ports 175com* at isa? port 0x2f8 irq 3 176ep* at isa? port ? irq ? # 3COM 3c509 Ethernet 177lc* at isa? port ? iomem ? irq ? # DEC EtherWORKS III (LEMAC) 178#le* at isa? port 0x320 irq 10 drq 7 # IsoLan, NE2100, DEPCA (unt.) 179lpt* at isa? port 0x3bc irq 7 # standard parallel port 180vga* at isa? # ISA (EISA: XXX) VGA 181wdc0 at isa? port 0x1f0 irq 14 # ST506/ESDI/IDE controllers 182wdc1 at isa? port 0x170 irq 15 183#wss* at isa? port 0x530 irq 9 drq 0 # Windows Sound System 184#audio* at wss? 185aha* at isa? port 0x330 irq ? drq ? # Adaptec 154[02] SCSI 186aha* at isa? port 0x334 irq ? drq ? # Adaptec 154[02] SCSI 187bha* at isa? port 0x330 irq ? drq ? # BusLogic [57]4X SCSI (unt.) 188bha* at isa? port 0x334 irq ? drq ? # BusLogic [57]4X SCSI (unt.) 189uha* at isa? port 0x330 irq ? drq ? # UltraStor [13]4f SCSI (unt.) 190uha* at isa? port 0x334 irq ? drq ? # UltraStor [13]4f SCSI (unt.) 191 192# EISA devices 193ahb* at eisa? slot ? # Adaptec 174[024] SCSI (unt.) 194ahc* at eisa? slot ? # Adaptec 274x, aic7770 SCSI 195bha* at eisa? slot ? # BusLogic 7xx SCSI 196ep* at eisa? slot ? # 3COM 3c579 Ethernet (untested) 197fea* at eisa? slot ? # DEC DEFEA FDDI 198uha* at eisa? slot ? # UltraStor 24f SCSI (unt.) 199 200# SCSI bus support 201scsibus* at aha? 202scsibus* at ahb? 203scsibus* at ahc? 204scsibus* at asc? 205scsibus* at bha? 206scsibus* at isp? 207scsibus* at ncr? 208scsibus* at uha? 209 210# SCSI devices 211cd* at scsibus? target ? lun ? # SCSI CD-ROM drives 212sd* at scsibus? target ? lun ? # SCSI disk drives 213st* at scsibus? target ? lun ? # SCSI tape drives 214 215# ST506/ESDI/IDE devices 216wd* at wdc? drive ? 217 218# ATAPI bus support 219atapibus* at wdc? 220 221# ATAPI devices 222sd* at atapibus? drive ? # ATAPI disk devices 223cd* at atapibus? drive ? # ATAPI CD-ROM devices 224 225# Workstation Console attachments 226#wsdisplay* at cfb? 227wsdisplay* at vga? 228#wsdisplay* at sfb? 229wsdisplay* at tga? 230wskbd* at pckbd? 231wsmouse* at psm? 232 233pseudo-device bpfilter 16 234pseudo-device ccd 4 235pseudo-device ipfilter 1 236pseudo-device loop 1 237pseudo-device md 1 238pseudo-device ppp 4 239pseudo-device pty 64 240pseudo-device sl 4 241pseudo-device vnd 4 242 243# rnd is EXPERIMENTAL 244#pseudo-device rnd # /dev/random and in-kernel generator 245#options RND_COM # use "com" randomness too 246