INSTALL revision 1.72
11.72Sflxd# $NetBSD: INSTALL,v 1.72 2016/12/27 08:56:00 flxd Exp $ 21.1Sragge# 31.1Sragge# INSTALL kernel; all supported devices but nothing fancy. 41.1Sragge# 51.1Sragge 61.1Sraggeinclude "arch/vax/conf/std.vax" 71.26Satatat 81.26Satatat#options INCLUDE_CONFIG_FILE # embed config file in kernel binary 91.8Sabs 101.17Slukemmakeoptions COPTS="-Os" # Optimise for space. Implies -O2 111.1Sragge 121.1Sragge# Here are all different supported CPU types listed. 131.17Slukemoptions VAX8600 141.17Slukemoptions VAX8200 151.17Slukemoptions VAX780 161.17Slukemoptions VAX750 171.17Slukemoptions VAX630 # MV II 181.17Slukemoptions VAX650 # MV III, 3300, 3400, 3500, 3600, 3800, 3900 191.17Slukemoptions VAX660 # VAX 4000/200 201.17Slukemoptions VAX670 # VAX 4000/300 211.17Slukemoptions VAX680 # VAX 4000/[45]00 221.17Slukemoptions VAX410 # VS 2000 231.17Slukemoptions VAX43 # VS 3100/76 241.17Slukemoptions VAX46 # VS 4000/60 251.17Slukemoptions VAX48 # VS 4000 VLC 261.17Slukemoptions VAX49 # VS 4000/90 271.62Sabsoptions VAX53 # VAX 4000/10[058], MicroVAX 3100/m96 281.1Sragge 291.1Sragge# Max users on system; this is just a hint 301.1Sraggemaxusers 8 311.1Sragge 321.1Sragge# Enable the hooks used for initializing the root memory-disk. 331.1Sraggeoptions MEMORY_DISK_HOOKS 341.17Slukemoptions MEMORY_DISK_IS_ROOT # force root on memory disk 351.17Slukemoptions MEMORY_DISK_SERVER=0 # no userspace memory disk support 361.68Sjoergoptions MEMORY_DISK_ROOT_SIZE=4100 # size of memory disk, in blocks 371.52Sjymoptions MEMORY_DISK_RBFLAGS=RB_SINGLE # boot in single-user mode 381.1Sragge 391.1Sragge# Kernel compiled-in symbolic debugger & system call tracer 401.1Sragge#options DDB 411.62Sabs#options DDB_HISTORY_SIZE=512 # enable history editing in DDB 421.1Sragge#options KTRACE 431.71Smaxv#options DIAGNOSTIC,DEBUG,PMAPDEBUG,TRAPDEBUG 441.1Sragge 451.1Sragge#options SCSIVERBOSE # Verbose SCSI errors 461.1Sragge 471.62Sabs# Networking options 481.62Sabs#options GATEWAY # packet forwarding 491.62Sabsoptions INET # IP + ICMP + TCP + UDP 501.1Sragge 511.9Sabs# File systems 521.1Sraggefile-system FFS 531.1Sragge#file-system LFS 541.3Sragge#file-system MFS 551.1Sraggefile-system NFS 561.1Sragge#file-system FDESC 571.61Sabs#file-system KERNFS 581.1Sragge#file-system NULLFS 591.62Sabs#file-system OVERLAY # overlay file system 601.1Sragge#file-system PROCFS 611.1Sragge#file-system UMAPFS 621.1Sragge#file-system UNION 631.3Sraggefile-system CD9660 641.39Schristos#file-system PTYFS # /dev/pts/N support 651.62Sabs#file-system TMPFS # Efficient memory file-system 661.62Sabs#file-system UDF # experimental - OSTA UDF CD/DVD file-system 671.1Sragge 681.9Sabs# Filesystem options 691.55Sbouyer#options QUOTA # legacy UFS quotas 701.55Sbouyer#options QUOTA2 # new, in-filesystem UFS quotas 711.56Swiz#options FFS_EI # FFS Endian Independent support 721.1Sragge#options NFSSERVER 731.47Syamt#options NFS_V2_ONLY # Exclude NFS3 code to save space 741.40Stsutsuioptions FFS_NO_SNAPSHOT # No FFS snapshot support 751.58Sdhollandoptions WAPBL # File system journaling support 761.9Sabs 771.3Sragge#options NFS_BOOT_BOOTP,NFS_BOOT_DHCP # Use bootp <> dhcp 781.3Sragge#options NFS_BOOT_BOOTPARAM # Use the Sun way for netbooting. 791.1Sragge 801.1Sragge# WS console uses VT100 terminal emulation 811.1Sraggeoptions WSEMUL_VT100 821.63Sabsoptions WSDISPLAY_DEFAULTSCREENS=1 831.63Sabs#options WSDISPLAY_COMPAT_USL # wsconscfg VT handling 841.1Sragge 851.1Sragge# System V shared memory & semaphores support. 861.1Sragge#options SYSVMSG 871.1Sragge#options SYSVSEM 881.1Sragge#options SYSVSHM 891.1Sragge 901.1Sragge# Old compat stuff; needed to run 4.3BSD Reno programs. 911.1Sragge# Note that if COMPAT_ULTRIX is set, you lose compatibility with 921.1Sragge# 4.3BSD Reno programs and get Ultrix compatibility instead. 931.1Sragge# (They cannot coexist). 941.1Sragge#options COMPAT_VAX1K # Must be present to run pre-1.4 binaries. 951.1Sragge#options COMPAT_43 961.70Sdholland#options COMPAT_09 # NetBSD 0.9, 971.70Sdholland#options COMPAT_10 # NetBSD 1.0, 981.70Sdholland#options COMPAT_11 # NetBSD 1.1, 991.70Sdholland#options COMPAT_12 # NetBSD 1.2, 1001.70Sdholland#options COMPAT_13 # NetBSD 1.3, 1011.70Sdhollandoptions COMPAT_14 # NetBSD 1.4, 1021.70Sdhollandoptions COMPAT_15 # NetBSD 1.5, 1031.70Sdhollandoptions COMPAT_16 # NetBSD 1.6, 1041.70Sdhollandoptions COMPAT_20 # NetBSD 2.0, 1051.70Sdhollandoptions COMPAT_30 # NetBSD 3.0, 1061.70Sdhollandoptions COMPAT_40 # NetBSD 4.0, 1071.70Sdhollandoptions COMPAT_50 # NetBSD 5.0, 1081.70Sdhollandoptions COMPAT_60 # NetBSD 6.0, and 1091.70Sdhollandoptions COMPAT_70 # NetBSD 7.0 binary compatibility. 1101.1Sragge#options COMPAT_ULTRIX 1111.33Schristosoptions COMPAT_BSDPTY # /dev/[pt]ty?? ptys. 1121.1Sragge 1131.19Sjdolecek 1141.29Slukemoptions USERCONF # userconf(4) support 1151.62Sabsoptions PIPE_SOCKETPAIR # smaller, but slower pipe(2) 1161.32Satatat#options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel 1171.1Sragge 1181.1Sragge# Kernel(s) to compile 1191.17Slukemconfig netbsd root on ? type ? 1201.1Sragge 1211.1Sraggemainbus0 at root 1221.1Sragge 1231.62Sabscpu* at mainbus0 1241.62Sabs 1251.62Sabs# All buses; from the beginning attached to mainbus. 1261.62Sabsabus0 at mainbus0 # Master bus on VAX 86x0 1271.62Sabssbi0 at mainbus0 # SBI, master bus on 11/78x. 1281.62Sabscmi0 at mainbus0 # 11/750 internal bus. 1291.62Sabsbi0 at mainbus0 # VAX 8200 1301.62Sabsvsbus0 at mainbus0 # All VAXstations 1311.62Sabs#nmi0 at mainbus0 # VAX 8800 1321.62Sabs#xmi0 at mainbus0 # VAX 6000 1331.62Sabsuba0 at mainbus0 # All MicroVAX 1341.62Sabsze0 at mainbus0 # KA48, KA49, KA53 1351.62Sabsle0 at mainbus0 # LANCE ethernet (MV3400) 1361.62Sabs#shac0 at mainbus0 # DSSI controller 1371.62Sabs 1381.62Sabs# NMI (internal bus) on VAX 88xx-series. 1391.62Sabs#cpu* at nmi0 slot? # 1-4 KA88 CPUs 1401.62Sabs#mem* at nmi0 slot? 1411.62Sabs#bi* at nmi0 slot? # BI bus adapters 1421.62Sabs 1431.62Sabs# XMI on VAX 6000 (and higher) 1441.62Sabs#cpu* at xmi? node? # 1-? VAX 6000 CPUs 1451.62Sabs#mem* at xmi? node? 1461.62Sabs#bi* at xmi? node? # XMI-BI adapter 1471.62Sabs 1481.62Sabs# Vsbus, the virtual VAXstation bus, and possible devices. 1491.62Sabsle0 at vsbus0 csr 0x200e0000 # LANCE ethernet 1501.62Sabsdz0 at vsbus0 csr 0x200a0000 # DC-367 DZ-11 lookalike ctlr 1511.62Sabsdz0 at vsbus0 csr 0x25000000 # VS4000/90 and 4000/10x serial line 1521.62Sabssi0 at vsbus0 csr 0x200c0080 # VS2000/3100 SCSI-ctlr 1531.62Sabssi1 at vsbus0 csr 0x200c0180 # VS2000/3100 SCSI-ctlr 1541.62Sabsasc0 at vsbus0 csr 0x200c0080 # VS4000/60 (or VLC) SCSI-ctlr 1551.62Sabsasc0 at vsbus0 csr 0x26000080 # VS4000/90 and 4000/10x SCSI-ctlr 1561.62Sabssmg0 at vsbus0 csr 0x200f0000 # Small monochrome display ctlr. 1571.62Sabs#clr0 at vsbus0 csr 0x30000000 # 4- or 8-bitplans color graphics 1581.62Sabsspx0 at vsbus0 csr 0x38000000 # Low Cost SPX on VS4000/90. 1591.62Sabs#lcg0 at vsbus0 csr 0x21801000 # VS4000/60 (or VLC) graphics 1601.72Sflxdtc0 at vsbus0 csr 0x36800000 # VS4000/60 or 90 TC adapter 1611.62Sabstcds* at tc0 slot ? offset ? # TC dual SCSI controller 1621.62Sabsasc* at tcds? chip ? # PMAZB/C 1631.62Sabsasc* at tc? slot ? offset ? # PMAZ 1641.62Sabsfta* at tc? slot ? offset ? # TC FDDI controller 1651.72Sflxdle* at tc? slot ? offset ? # PMAD 1661.62Sabs 1671.62Sabshdc0 at vsbus0 csr 0x200c0000 # HDC9224 MFM/floppy ctlr 1681.62Sabsrd* at hdc0 drive? # RD5x disks 1691.62Sabs#ry* at hdc0 drive? # RX floppies 1701.1Sragge 1711.1Sragge# Devices connected at VAXBI 1721.62Sabscpu* at bi? node? # KA820/KA825 CPU 1731.62Sabsmem* at bi? node? # Memory subsystems 1741.62Sabs#uba* at bi? node? # DWBUA BI-Unibus adapter 1751.62Sabsni* at bi? node? # DEBNA/DEBNT ethernet adapter 1761.62Sabskdb* at bi? node? # KDB50 MSCP disk ctlr 1771.62Sabs 1781.62Sabs# CMI (VAX 11/750) 1791.62Sabsmem* at cmi? tr? # Memory subsystems 1801.62Sabsuba* at cmi? tr? # Unibus adapters 1811.62Sabsmba* at cmi? tr? # Massbus adapters 1821.62Sabs 1831.62Sabs# ABUS (VAX 86x0) 1841.62Sabssbi* at abus0 # VAX 86x0 can have up to 2 SBI's. 1851.62Sabs 1861.62Sabs# SBI (VAX 11/780, VAX 8600) 1871.62Sabsmem* at sbi? tr? # Memory subsystems 1881.62Sabsuba* at sbi? tr? # Unibus adapters 1891.62Sabsmba* at sbi? tr? # Massbus adapters 1901.1Sragge 1911.1Sragge# Devices on Massbus adapters 1921.62Sabshp* at mba? drive? # RM/RP disk drives 1931.4Smatt 1941.62Sabs# Devices on Unibus/Qbus adapters 1951.27Sraggeuda* at uba? csr 0172150 # UDA50/RQDX? 1961.27Sraggeuda* at uba? csr 0160334 1971.62Sabsmtc* at uba? csr 0174500 # Tape MSCP ctlr 1981.62Sabsts0 at uba? csr 0172520 # TS11/TSV05 tape. 1991.62Sabs#qd0 at uba? csr 0177400 # 4- or 8-bitplans color graphics 2001.62Sabs#qv0 at uba? csr 0177400 # Monochrome graphics 2011.62Sabsde* at uba? csr 0174510 # DELUA/DEUNA 2021.62Sabsqe* at uba? csr 0174440 # DEQNA/DELQA 2031.62Sabsqe* at uba? csr 0174460 # DEQNA/DELQA 2041.62Sabsqt* at uba? csr 0174440 # DELQA-PLUS in Turbo mode 2051.62Sabsdhu* at uba? csr 0160440 # DHU-11 2061.62Sabs#dmf* at uba? csr 0160340 # DMF-32 2071.62Sabsdz* at uba? csr 0160100 # DZ-11 2081.62Sabsdl* at uba? csr 0176500 # DL-11 2091.62Sabsrlc* at uba? csr 0174400 # RL11/RLV11 controller 2101.62Sabsrl* at rlc? drive? # RL01/RL02 disk drive 2111.62Sabsrfc0 at uba? csr 0177170 # RX01/02 controller 2121.62Sabsrf* at rfc? drive? # RX01/RX02 floppy disk drive 2131.62Sabs 2141.62Sabs# MSCP devices 2151.1Sraggemscpbus* at uda? 2161.1Sraggemscpbus* at mtc? 2171.62Sabsmscpbus* at kdb? 2181.1Sragge 2191.62Sabsra* at mscpbus? drive? # MSCP disk 2201.60Sabsracd* at mscpbus? drive? # MSCP CD-ROM (RRD40) 2211.1Sraggerx* at mscpbus? drive? # MSCP floppy 2221.1Sraggemt* at mscpbus? drive? # MSCP tape 2231.1Sragge 2241.62Sabs# SCSI devices 2251.62Sabsscsibus* at scsi? 2261.1Sragge 2271.1Sraggesd* at scsibus? target? lun? 2281.1Sraggest* at scsibus? target? lun? 2291.1Sraggecd* at scsibus? target? lun? 2301.3Sragge#ch* at scsibus? target? lun? 2311.3Sragge#ss* at scsibus? target? lun? 2321.3Sragge#uk* at scsibus? target? lun? 2331.1Sragge 2341.62Sabs# VAXstation graphics support 2351.62Sabswsdisplay* at smg0 2361.62Sabswsdisplay* at spx0 2371.62Sabs#wsdisplay* at lcg0 2381.62Sabs#wsdisplay* at clr0 2391.62Sabs#wsdisplay* at qd0 2401.62Sabs#wsdisplay* at qv0 2411.62Sabslkkbd0 at dz0 line 0 2421.62Sabswskbd* at lkkbd? console ? 2431.62Sabs#lkms0 at dz0 line 1 2441.62Sabs#wsmouse* at lkms? 2451.48Smatt 2461.62Sabs# 2471.62Sabs# accept filters 2481.62Sabs#pseudo-device accf_data # "dataready" accept filter 2491.62Sabs#pseudo-device accf_http # "httpready" accept filter 2501.1Sragge 2511.65Schristospseudo-device loop 2521.65Schristospseudo-device pty # pseudo-terminals 2531.62Sabspseudo-device bpfilter 2541.45Scube#pseudo-device tun 2551.45Scube#pseudo-device gre # generic L3 over IP tunnel 2561.45Scube#pseudo-device vnd 2571.65Schristos#pseudo-device ccd 2581.66Schristospseudo-device raid # RAIDframe disk driver 2591.53Spooka#pseudo-device fss # file system snapshot device 2601.62Sabs 2611.54Shannkenpseudo-device md 262