INSTALL revision 1.16
1# $NetBSD: INSTALL,v 1.16 1998/06/05 17:03:07 thorpej Exp $ 2# 3# Alpha INSTALL kernel. 4 5include "arch/alpha/conf/std.alpha" 6 7maxusers 8 8 9# Enable the hooks used for initializing the ram-disk. 10options MEMORY_DISK_HOOKS 11options MEMORY_DISK_IS_ROOT # Force root on ram-disk 12options MINIROOTSIZE=6144 # 3 Megabytes 13 14# CPU Support 15#options DEC_2000_300 # "Jensen": 2000/300 (DECpc AXP 150) 16options DEC_2100_A50 # Avanti etc: AlphaStation 400, 200, etc. 17options DEC_3000_500 # Flamingo etc: 3000/[4-9]00* 18options DEC_3000_300 # Pelican etc: 3000/300* 19options DEC_AXPPCI_33 # NoName: AXPpci33, Multia, etc. 20options DEC_EB164 # EB164: AlphaPC 164 21options DEC_EB64PLUS # EB64+: AlphaPC 64, etc. 22options DEC_KN20AA # KN20AA: AlphaStation 500 and 600 23options DEC_KN8AE # KN8AE: AlphaServer 8200 and 8400 24options DEC_550 # Miata: Digital Personal Workstation 25 26# File systems 27file-system FFS # Fast file system 28file-system CD9660 # ISO-9660 CD-ROM FS (w/RockRidge extensions) 29file-system MSDOSFS # MS-DOS-compatible file system 30file-system NFS # Sun NFS-compatible file system client 31file-system KERNFS # Kernel variable file system (/kern) 32 33# File system options 34options FIFO # POSIX fifo support (in all file systems) 35 36# Networking options 37options INET # Internet protocol suite 38 39# 4.3BSD compatibility. Should be optional, but necessary for now. 40options COMPAT_43 41 42# Binary compatibility with previous versions of NetBSD. 43#options COMPAT_09 44options COMPAT_10 45options COMPAT_11 46options COMPAT_12 47options COMPAT_13 48 49# Misc. options 50options EISAVERBOSE # recognize "unknown" EISA devices 51options PCIVERBOSE # recognize "unknown" PCI devices 52options SCSIVERBOSE # Verbose SCSI errors 53options TCVERBOSE # recognize "unknown" TC devices 54options UCONSOLE # users can use TIOCCONS (for xconsole) 55 56# The Alpha console firmware network boots using the BOOTP 57# protocol, so we ask the NFS code to use BOOTP/DHCP as well, 58# in case we have NFS root. 59options NFS_BOOT_DHCP # superset of BOOTP 60 61# WS console uses SUN terminal emulation 62options WSEMUL_SUN 63 64config netbsd root on ? type ? 65 66mainbus0 at root 67cpu* at mainbus0 68 69# TurboLaser bus support and devices 70tlsb* at mainbus0 71gbus* at tlsb? node ? offset ? 72tlsbmem* at tlsb? node ? offset ? 73kft* at tlsb? node ? offset ? 74 75# Gbus Devices 76mcclock* at gbus? offset ? 77 78# TurboChannel host bus adapter support 79tcasic* at mainbus0 80 81# TurboChannel bus support 82tc* at tcasic? 83 84# TurboChannel devices 85ioasic* at tc? slot ? offset ? 86mcclock* at ioasic? offset ? 87le* at ioasic? offset ? 88scc0 at ioasic? offset ? 89scc1 at ioasic? offset ? 90tcds* at tc? slot ? offset ? 91asc* at tcds? chip ? 92le* at tc? slot ? offset ? 93fta* at tc? slot ? offset ? # DEC DEFTA FDDI cards 94 95# PCI host bus adapter support 96apecs* at mainbus? 97cia* at mainbus? 98lca* at mainbus? 99dwlpx* at kft? 100 101# PCI bus support 102pci* at apecs? 103pci* at cia? 104pci* at lca? 105pci* at ppb? 106pci* at dwlpx? 107 108# PCI devices 109ahc* at pci? dev ? function ? # Adaptec [23]94x, aic78x0 SCSI 110de* at pci? dev ? function ? # 21x4x-based Ethernet 111ep* at pci? dev ? function ? # 3COM 3c59x/3c90x Ethernet 112epic* at pci? dev ? function ? # SMC EPIC/100 Ethernet 113fpa* at pci? dev ? function ? # DEC DEFPA FDDI 114isp* at pci? dev ? function ? # Qlogic ISP 10x0 SCSI 115ncr* at pci? dev ? function ? # NCR 53c8xx SCSI 116pceb* at pci? dev ? function ? # Intel PCI-EISA Bridges 117ppb* at pci? dev ? function ? # PCI-PCI Bridges 118pciide* at pci? dev ? function ? # PCI IDE controllers 119wdc* at pciide? channel ? 120sio* at pci? dev ? function ? # Intel PCI-ISA Bridges 121tga* at pci? dev ? function ? # DEC ZLXp-E[123] Graphics 122vga* at pci? dev ? function ? # PCI VGA Graphics 123 124# ISA/EISA bus support 125isa* at pceb? 126eisa* at pceb? 127isa* at sio? 128 129# ISA devices 130mcclock* at isa? port 0x70 131pckbc* at isa? # PC keyboard controller 132pckbd* at pckbc? # PC keyboard (kbd port) 133psm* at pckbc? # PS/2-style mouse (aux port) 134com* at isa? port 0x3f8 irq 4 # standard serial ports 135com* at isa? port 0x2f8 irq 3 136ep* at isa? port ? irq ? # 3COM 3c509 Ethernet 137lc* at isa? port ? iomem ? irq ? # DEC EtherWORKS III (LEMAC) 138#le* at isa? port 0x320 irq 10 drq 7 # IsoLan, NE2100, DEPCA (unt.) 139lpt* at isa? port 0x3bc irq 7 # standard parallel port 140vga* at isa? # ISA (EISA: XXX) VGA 141wdc0 at isa? port 0x1f0 irq 14 # ST506/ESDI/IDE controllers 142wdc1 at isa? port 0x170 irq 15 143 144# EISA devices 145ahc* at eisa? slot ? # Adaptec 274x, aic7770 SCSI 146bha* at eisa? slot ? # BusLogic 7xx SCSI 147ep* at eisa? slot ? # 3COM 3c579 Ethernet (untested) 148fea* at eisa? slot ? # DEC DEFEA FDDI 149 150# SCSI bus support 151scsibus* at ahc? 152scsibus* at asc? 153scsibus* at bha? 154scsibus* at isp? 155scsibus* at ncr? 156 157# SCSI devices 158cd* at scsibus? target ? lun ? # SCSI CD-ROM drives 159sd* at scsibus? target ? lun ? # SCSI disk drives 160st* at scsibus? target ? lun ? # SCSI tape drives 161 162# ST506/ESDI/IDE devices 163wd* at wdc? drive ? 164 165# ATAPI bus support 166atapibus* at wdc? 167 168# ATAPI devices 169sd* at atapibus? drive ? # ATAPI disk devices 170cd* at atapibus? drive ? # ATAPI CD-ROM devices 171 172# Workstation Console attachments 173wsdisplay* at vga? 174wsdisplay* at tga? 175wskbd* at pckbd? 176wsmouse* at psm? 177 178pseudo-device loop 1 179pseudo-device md 1 180pseudo-device ppp 1 181pseudo-device pty 64 182pseudo-device sl 1 183