GENERIC revision 1.80
1# $NetBSD: GENERIC,v 1.80 1998/04/15 00:47:21 mjacob 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 82config netbsd root on ? type ? 83#config netbsd root on sd0 type ffs 84#config netbsd root on ? type nfs 85 86mainbus0 at root 87cpu* at mainbus0 88 89# TurboLaser bus support and devices 90tlsb* at mainbus0 91gbus* at tlsb? node ? offset ? 92tlsbmem* at tlsb? node ? offset ? 93kft* at tlsb? node ? offset ? 94 95# Gbus Devices 96mcclock* at gbus? offset 0x20000000 97 98# MCBUS bus support 99mcbus* at mainbus0 100mcmem* at mcbus? mid ? 101 102#i2c at mcbus? 103 104# TurboChannel host bus adapter support 105tcasic* at mainbus0 106 107# TurboChannel bus support 108tc* at tcasic? 109 110# TurboChannel devices 111ioasic* at tc? slot ? offset ? 112mcclock* at ioasic? offset ? 113le* at ioasic? offset ? 114scc0 at ioasic? offset ? 115scc1 at ioasic? offset ? 116tcds0 at tc? slot ? offset ? 117asc0 at tcds? slot ? 118asc1 at tcds? slot ? 119#cfb* at tc? slot ? offset ? 120#sfb* at tc? slot ? offset ? 121le* at tc? slot ? offset ? 122fta* at tc? slot ? offset ? # DEC DEFTA FDDI cards 123 124# PCI host bus adapter support 125apecs* at mainbus? 126cia* at mainbus? 127lca* at mainbus? 128dwlpx* at kft? 129mcpcia* at mcbus? mid ? 130 131# PCI bus support 132pci* at apecs? 133pci* at cia? 134pci* at lca? 135pci* at ppb? 136pci* at dwlpx? 137pci* at mcpcia? 138 139# PCI devices 140ahc* at pci? dev ? function ? # Adaptec [23]94x, aic78x0 SCSI 141bha* at pci? dev ? function ? # BusLogic 9xx SCSI (untested) 142cy* at pci? dev ? function ? # Cyclades Cyclom-Y (untested) 143de* at pci? dev ? function ? # 21x4x-based Ethernet 144en* at pci? dev ? function ? # ENI PCI ATM (untested) 145ep* at pci? dev ? function ? # 3COM 3c59x/3c90x Ethernet 146fpa* at pci? dev ? function ? # DEC DEFPA FDDI 147fxp* at pci? dev ? function ? # Intel EEPRO 10+/100B 148isp* at pci? dev ? function ? # Qlogic ISP 10x0 SCSI 149le* at pci? dev ? function ? # PCI LANCE Ethernet (untested) 150ncr* at pci? dev ? function ? # NCR 53c8xx SCSI 151pceb* at pci? dev ? function ? # Intel PCI-EISA Bridges 152ppb* at pci? dev ? function ? # PCI-PCI Bridges 153sio* at pci? dev ? function ? # Intel PCI-ISA Bridges 154tga* at pci? dev ? function ? # DEC ZLXp-E[123] Graphics 155vga* at pci? dev ? function ? # PCI VGA Graphics 156 157# ISA/EISA bus support 158isa* at pceb? 159eisa* at pceb? 160isa* at sio? 161 162# ISA devices 163mcclock* at isa? port 0x70 164pcppi* at isa? # PC prog. periph. interface 165pckbd* at pcppi? # PC keyboard (kbd port) 166pms* at pcppi? # PS/2-style mouse (aux port) 167com* at isa? port 0x3f8 irq 4 # standard serial ports 168com* at isa? port 0x2f8 irq 3 169ep* at isa? port ? irq ? # 3COM 3c509 Ethernet 170lc* at isa? port ? iomem ? irq ? # DEC EtherWORKS III (LEMAC) 171#le* at isa? port 0x320 irq 10 drq 7 # IsoLan, NE2100, DEPCA (unt.) 172lpt* at isa? port 0x3bc irq 7 # standard parallel port 173vga* at isa? # ISA (EISA: XXX) VGA 174wdc0 at isa? port 0x1f0 irq 14 # ST506/ESDI/IDE controllers 175wdc1 at isa? port 0x170 irq 15 176#wss* at isa? port 0x530 irq 9 drq 0 # Windows Sound System 177#audio* at wss? 178aha* at isa? port 0x330 irq ? drq ? # Adaptec 154[02] SCSI 179aha* at isa? port 0x334 irq ? drq ? # Adaptec 154[02] SCSI 180bha* at isa? port 0x330 irq ? drq ? # BusLogic [57]4X SCSI (unt.) 181bha* at isa? port 0x334 irq ? drq ? # BusLogic [57]4X SCSI (unt.) 182uha* at isa? port 0x330 irq ? drq ? # UltraStor [13]4f SCSI (unt.) 183uha* at isa? port 0x334 irq ? drq ? # UltraStor [13]4f SCSI (unt.) 184 185# EISA devices 186ahb* at eisa? slot ? # Adaptec 174[024] SCSI (unt.) 187ahc* at eisa? slot ? # Adaptec 274x, aic7770 SCSI 188bha* at eisa? slot ? # BusLogic 7xx SCSI 189ep* at eisa? slot ? # 3COM 3c579 Ethernet (untested) 190fea* at eisa? slot ? # DEC DEFEA FDDI 191uha* at eisa? slot ? # UltraStor 24f SCSI (unt.) 192 193# SCSI bus support 194scsibus* at aha? 195scsibus* at ahb? 196scsibus* at ahc? 197scsibus* at asc? 198scsibus* at bha? 199scsibus* at isp? 200scsibus* at ncr? 201scsibus* at uha? 202 203# SCSI devices 204cd* at scsibus? target ? lun ? # SCSI CD-ROM drives 205sd* at scsibus? target ? lun ? # SCSI disk drives 206st* at scsibus? target ? lun ? # SCSI tape drives 207 208# ST506/ESDI/IDE devices 209wd* at wdc? drive ? 210 211# ATAPI bus support 212atapibus* at wdc? 213 214# ATAPI devices 215sd* at atapibus? drive ? # ATAPI disk devices 216cd* at atapibus? drive ? # ATAPI CD-ROM devices 217 218# Workstation Console attachments 219#wscons* at cfb? 220wscons* at vga? 221#wscons* at sfb? 222wscons* at tga? 223 224pseudo-device bpfilter 16 225pseudo-device ccd 4 226pseudo-device ipfilter 1 227pseudo-device loop 1 228pseudo-device md 1 229pseudo-device ppp 4 230pseudo-device pty 64 231pseudo-device sl 4 232pseudo-device vnd 4 233 234# rnd is EXPERIMENTAL 235#pseudo-device rnd # /dev/random and in-kernel generator 236#options RND_COM # use "com" randomness too 237