INSTALL revision 1.8
1# $NetBSD: INSTALL,v 1.8 2000/09/25 11:46:40 abs Exp $ 2# 3# INSTALL kernel; all supported devices but nothing fancy. 4# 5 6include "arch/vax/conf/std.vax" 7 8# Saving space 9makeoptions COPTS="-Os" # Optimise for space. Implies -O2 10#options VNODE_OP_NOINLINE # Don't inline vnode op calls 11#options NFS_V2_ONLY # Exclude NFS3 and NQNFS code 12 13# Here are all different supported CPU types listed. 14options "VAX8600" 15options "VAX8200" 16options "VAX780" 17options "VAX750" 18options "VAX630" # MV II 19options "VAX650" # MV III, 3600, 3800, 3900 20options "VAX670" # VAX 4000/300 21options "VAX410" # VS 2000 22options "VAX43" # VS 3100/76 23options "VAX46" # VS 4000/60 24options "VAX48" # VS 4000 VLC 25options "VAX49" # VS 4000/90 26 27# Max users on system; this is just a hint 28maxusers 8 29 30# Enable the hooks used for initializing the root memory-disk. 31options MEMORY_DISK_HOOKS 32options MEMORY_DISK_IS_ROOT # force root on memory disk 33options MEMORY_DISK_SERVER=0 # no userspace memory disk support 34options MINIROOTSIZE=2276 # size of memory disk, in blocks 35 36 37# Kernel compiled-in symbolic debugger & system call tracer 38#options DDB 39#options DDB_HISTORY_SIZE=100 # enable history editing in DDB 40#options KTRACE 41#options DIAGNOSTIC,DEBUG,KMEMSTATS,PMAPDEBUG,TRAPDEBUG 42 43#options SCSIVERBOSE # Verbose SCSI errors 44 45# Network support 46#options GATEWAY 47options INET 48 49# All supported filesystem types 50file-system FFS 51#file-system LFS 52#file-system MFS 53file-system NFS 54#file-system FDESC 55file-system KERNFS 56#file-system NULLFS 57#file-system PROCFS 58#file-system UMAPFS 59#file-system UNION 60file-system CD9660 61 62#options QUOTA 63#options FFS_EI # FFS Endian Independant support 64#options NFSSERVER 65#options NFS_BOOT_BOOTP,NFS_BOOT_DHCP # Use bootp <> dhcp 66#options NFS_BOOT_BOOTPARAM # Use the Sun way for netbooting. 67 68# WS console uses VT100 terminal emulation 69options WSEMUL_VT100 70#options WSDISPLAY_DEFAULTSCREENS=8 71 72# System V shared memory & semaphores support. 73#options SYSVMSG 74#options SYSVSEM 75#options SYSVSHM 76 77# Old compat stuff; needed to run 4.3BSD Reno programs. 78# Note that if COMPAT_ULTRIX is set, you lose compatibility with 79# 4.3BSD Reno programs and get Ultrix compatibility instead. 80# (They cannot coexist). 81#options COMPAT_VAX1K # Must be present to run pre-1.4 binaries. 82#options COMPAT_43 83#options COMPAT_09 84#options COMPAT_10 85#options COMPAT_11 86#options COMPAT_12 87#options COMPAT_13 88options COMPAT_14 89options COMPAT_15 90#options COMPAT_ULTRIX 91 92#options LKM 93 94# Kernel(s) to compile 95config netbsd root on ? type ? 96 97mainbus0 at root 98 99# Devices directly attached to mainbus. 100sbi* at mainbus0 # SBI's, VAX-11/78[05] main bus 101bi* at mainbus0 # VAXBI bus 102abus0 at mainbus0 # 8600 internal bus. 103cmi0 at mainbus0 # 11/750 internal bus. 104vsbus0 at mainbus0 # Internal "virtual" VAXstation bus 105ibus0 at mainbus0 # Internal MicroVAX bus 106 107# Devices connected at VAXBI 108cpu0 at bi? node? # KA820/KA825 cpu 109cpu* at bi? node? 110mem* at bi? node? # Memory subsystems 111#uba* at bi? node? # DWBUA BI-Unibus adapter 112#ni* at bi? node? # DEBNA/DEBNT ethernet adapter 113kdb* at bi? node? # KDB50 MSCP disk ctlr 114mscpbus* at kdb? 115 116# Devices connected at cmi 117mem* at cmi? tr? # Memory subsystems 118uba* at cmi? tr? # Unibus adapters 119mba* at cmi? tr? # Massbus adapters 120 121# Devices connected at abus 122sbi* at abus0 123 124# Devices connected at sbi 125mem* at sbi? tr? # Memory subsystems 126uba* at sbi? tr? # Unibus adapters 127mba* at sbi? tr? # Massbus adapters 128 129# Devices on Massbus adapters 130hp* at mba? drive? # RM/RP disk drives 131 132# Devices on internal MicroVAX bus 133uba0 at ibus? # Q-Bus adapter 134 135# Disk controllers at Unibus 136uda0 at uba? csr 0172150 # UDA50/RQDX? 137uda1 at uba? csr 0160334 138mscpbus* at uda? 139 140# Tape drivers 141mtc0 at uba? csr 0174500 # Tape MSCP ctlr 142mscpbus* at mtc? 143 144# MSCP devices 145ra* at mscpbus? drive? # MSCP disk 146rx* at mscpbus? drive? # MSCP floppy 147mt* at mscpbus? drive? # MSCP tape 148 149# Unibus tapes 150#ts0 at uba? csr 0172520 # TS11/TSV05 tape. 151 152# VS2000 builtin MFM controller (HDC9224) 153#hdc0 at vsbus0 # The strange builtin MFM controller 154#rd* at hdc0 drive? # The RD disk subsystem on VS2000 155 156# SCSI controllers. 157asc0 at vsbus0 csr 0x200c0080 # VS4000/{60,VLC} SCSI-controller 158#asc0 at vsbus0 csr 0x26000080 # VS4000/90 SCSI-controller 159si0 at vsbus0 csr 0x200c0080 # VS2000/3100 SCSI-controller (5380) 160si1 at vsbus0 csr 0x200c0180 # VS2000/3100 SCSI-controller (5380) 161scsibus* at asc? 162scsibus* at si? 163 164# SCSI devices 165sd* at scsibus? target? lun? 166st* at scsibus? target? lun? 167cd* at scsibus? target? lun? 168#ch* at scsibus? target? lun? 169#ss* at scsibus? target? lun? 170#uk* at scsibus? target? lun? 171 172# Ethernet cards 173de0 at uba? csr 0174510 # DELUA/DEUNA 174qe0 at uba? csr 0174440 # DEQNA/DELQA 175qe1 at uba? csr 0174460 # DEQNA/DELQA 176le0 at vsbus0 csr 0x200e0000# LANCE 177ze0 at vsbus0 csr 0x20008000# SGEC ethernet 178ze0 at ibus0 # SGEC on-board ethernet 179 180# Terminal lines 181dhu0 at uba? csr 0160440 # DHU-11 182dz0 at uba? csr 0160100 # DZ-11 183dz0 at vsbus0 csr 0x200a0000# DC-367 184dz0 at vsbus0 csr 0x25000000# VS4000/90 185dl0 at uba? csr 0176500 # DL-11 186 187# VAXstation graphics support 188#qd0 at uba? csr 0177400 189smg0 at vsbus0 csr 0x200f0000# Small monochrome display ctlr. 190wsdisplay0 at smg0 # display device driver. 191lkc0 at dz0 # Keyboard LK201 192 193pseudo-device loop 1 194pseudo-device pty 8 195#pseudo-device bpfilter 8 # Not supported by de yet. 196#pseudo-device tun 2 197#pseudo-device gre 2 # generic L3 over IP tunnel 198#pseudo-device tb 1 199#pseudo-device vnd 4 200#pseudo-device ccd 4 201#pseudo-device raid 4 # RAIDframe disk driver 202# rnd is EXPERIMENTAL 203#pseudo-device rnd # /dev/random and in-kernel generator 204pseudo-device md 1 205