INSTALL revision 1.56
11.56Swiz#	$NetBSD: INSTALL,v 1.56 2011/06/30 20:09:38 wiz 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.17Slukemoptions 	VAX53		# VAX 4000/105A
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.24Slukemoptions 	MEMORY_DISK_ROOT_SIZE=3072	# 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.1Sragge#options 	DDB_HISTORY_SIZE=100	# enable history editing in DDB
421.1Sragge#options 	KTRACE
431.1Sragge#options 	DIAGNOSTIC,DEBUG,KMEMSTATS,PMAPDEBUG,TRAPDEBUG
441.1Sragge
451.1Sragge#options 	SCSIVERBOSE		# Verbose SCSI errors
461.1Sragge
471.1Sragge# Network support
481.1Sragge#options 	GATEWAY
491.17Slukemoptions 	INET
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.1Sraggefile-system 	KERNFS
581.1Sragge#file-system 	NULLFS
591.1Sragge#file-system 	PROCFS
601.1Sragge#file-system 	UMAPFS
611.1Sragge#file-system 	UNION
621.3Sraggefile-system 	CD9660
631.39Schristos#file-system	PTYFS		# /dev/pts/N support
641.1Sragge
651.9Sabs# Filesystem options
661.55Sbouyer#options 	QUOTA		# legacy UFS quotas
671.55Sbouyer#options 	QUOTA2		# new, in-filesystem UFS quotas
681.56Swiz#options 	FFS_EI		# FFS Endian Independent support
691.1Sragge#options 	NFSSERVER
701.47Syamt#options 	NFS_V2_ONLY	# Exclude NFS3 code to save space
711.40Stsutsuioptions 	FFS_NO_SNAPSHOT	# No FFS snapshot support
721.50Ssimonboptions 	WAPBL		# File system journaling support - Experimental
731.9Sabs
741.3Sragge#options 	NFS_BOOT_BOOTP,NFS_BOOT_DHCP	# Use bootp <> dhcp
751.3Sragge#options 	NFS_BOOT_BOOTPARAM	# Use the Sun way for netbooting.
761.1Sragge
771.1Sragge# WS console uses VT100 terminal emulation
781.1Sraggeoptions 	WSEMUL_VT100
791.3Sragge#options 	WSDISPLAY_DEFAULTSCREENS=8
801.1Sragge
811.1Sragge# System V shared memory & semaphores support.
821.1Sragge#options 	SYSVMSG
831.1Sragge#options 	SYSVSEM
841.1Sragge#options 	SYSVSHM
851.1Sragge
861.1Sragge# Old compat stuff; needed to run 4.3BSD Reno programs.
871.1Sragge# Note that if COMPAT_ULTRIX is set, you lose compatibility with
881.1Sragge# 4.3BSD Reno programs and get Ultrix compatibility instead.
891.1Sragge# (They cannot coexist).
901.1Sragge#options 	COMPAT_VAX1K	# Must be present to run pre-1.4 binaries.
911.1Sragge#options 	COMPAT_43
921.1Sragge#options 	COMPAT_09
931.1Sragge#options 	COMPAT_10
941.1Sragge#options 	COMPAT_11
951.1Sragge#options 	COMPAT_12
961.1Sragge#options 	COMPAT_13
971.2Saugustssoptions 	COMPAT_14
981.7Smattoptions 	COMPAT_15
991.37Ssimonboptions 	COMPAT_20
1001.38Schristosoptions 	COMPAT_30	# NetBSD 3.0 compatibility.
1011.49Stsutsuioptions 	COMPAT_40	# NetBSD 4.0 compatibility.
1021.1Sragge#options 	COMPAT_ULTRIX
1031.33Schristosoptions		COMPAT_BSDPTY	# /dev/[pt]ty?? ptys.
1041.1Sragge
1051.19Sjdolecek
1061.29Slukemoptions 	USERCONF	# userconf(4) support
1071.28Sabsoptions		PIPE_SOCKETPAIR		# smaller, but slower pipe(2)
1081.32Satatat#options 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
1091.1Sragge
1101.1Sragge# Kernel(s) to compile
1111.17Slukemconfig		netbsd root on ? type ?
1121.1Sragge
1131.1Sraggemainbus0	at root
1141.1Sragge
1151.1Sragge# Devices directly attached to mainbus.
1161.4Smattsbi*		at mainbus0	# SBI's, VAX-11/78[05] main bus
1171.1Sraggebi*		at mainbus0	# VAXBI bus
1181.1Sraggecmi0		at mainbus0	# 11/750 internal bus.
1191.1Sraggevsbus0		at mainbus0	# Internal "virtual" VAXstation bus
1201.48Smattsbi*		at mainbus0	# SBI adapter
1211.48Smattuba0		at mainbus0	# Q-Bus adapter
1221.48Smattze0		at mainbus0	# SGEC on-board ethernet
1231.48Smattle0		at mainbus0	# LANCE
1241.1Sragge
1251.1Sragge# Devices connected at VAXBI
1261.31Swizcpu0		at bi? node?	# KA820/KA825 CPU
1271.1Sraggecpu*		at bi? node?
1281.1Sraggemem*		at bi? node?	# Memory subsystems
1291.4Smatt#uba*		at bi? node?	# DWBUA BI-Unibus adapter
1301.1Sragge#ni*		at bi? node?	# DEBNA/DEBNT ethernet adapter
1311.1Sraggekdb*		at bi? node?	# KDB50 MSCP disk ctlr
1321.1Sraggemscpbus*	at kdb?
1331.1Sragge
1341.1Sragge# Devices connected at cmi
1351.1Sraggemem*		at cmi? tr?	# Memory subsystems
1361.1Sraggeuba*		at cmi? tr?	# Unibus adapters
1371.1Sraggemba*		at cmi? tr?	# Massbus adapters
1381.1Sragge
1391.4Smatt# Devices connected at abus
1401.4Smatt
1411.1Sragge# Devices connected at sbi
1421.1Sraggemem*		at sbi? tr?	# Memory subsystems
1431.1Sraggeuba*		at sbi? tr?	# Unibus adapters
1441.1Sraggemba*		at sbi? tr?	# Massbus adapters
1451.1Sragge
1461.1Sragge# Devices on Massbus adapters
1471.1Sraggehp*		at mba? drive?	# RM/RP disk drives
1481.1Sragge
1491.4Smatt# Devices on internal MicroVAX bus
1501.14Sragge#asc0		at ibus?	# VAX 4000/105A SCSI ctlr
1511.4Smatt
1521.1Sragge# Disk controllers at Unibus
1531.27Sraggeuda*		at uba?	csr 0172150	# UDA50/RQDX?
1541.27Sraggeuda*		at uba?	csr 0160334
1551.1Sraggemscpbus*	at uda?
1561.1Sragge
1571.1Sragge# Tape drivers
1581.27Sraggemtc*		at uba? csr 0174500	# Tape MSCP ctlr
1591.1Sraggemscpbus*	at mtc?
1601.1Sragge
1611.1Sragge# MSCP devices
1621.1Sraggera*		at mscpbus? drive?	# MSCP disk
1631.1Sraggerx*		at mscpbus? drive?	# MSCP floppy
1641.1Sraggemt*		at mscpbus? drive?	# MSCP tape
1651.1Sragge
1661.1Sragge# Unibus tapes
1671.27Sragge#ts*		at uba? csr 0172520	# TS11/TSV05 tape.
1681.1Sragge
1691.1Sragge# VS2000 builtin MFM controller (HDC9224)
1701.18Sraggehdc0		at vsbus0 csr 0x200c0000 # HDC9224 MFM/floppy ctlr
1711.18Sraggerd*		at hdc0 drive?		# RD5x disks
1721.1Sragge
1731.1Sragge# SCSI controllers.
1741.4Smattasc0		at vsbus0 csr 0x200c0080 # VS4000/{60,VLC} SCSI-controller
1751.11Smattasc0		at vsbus0 csr 0x26000080 # VS4000/90 SCSI-controller
1761.6Smattsi0		at vsbus0 csr 0x200c0080 # VS2000/3100 SCSI-controller (5380)
1771.6Smattsi1		at vsbus0 csr 0x200c0180 # VS2000/3100 SCSI-controller (5380)
1781.4Smattscsibus*	at asc?
1791.6Smattscsibus*	at si?
1801.1Sragge
1811.1Sragge# SCSI devices
1821.1Sraggesd*		at scsibus? target? lun?
1831.1Sraggest*		at scsibus? target? lun?
1841.1Sraggecd*		at scsibus? target? lun?
1851.3Sragge#ch*		at scsibus? target? lun?
1861.3Sragge#ss*		at scsibus? target? lun?
1871.3Sragge#uk*		at scsibus? target? lun?
1881.1Sragge
1891.1Sragge# Ethernet cards
1901.27Sraggede*		at uba? csr 0174510	# DELUA/DEUNA
1911.27Sraggeqe*		at uba? csr 0174440	# DEQNA/DELQA
1921.27Sraggeqe*		at uba? csr 0174460	# DEQNA/DELQA
1931.48Smattle0		at vsbus0 csr 0x200e0000 # LANCE ethernet
1941.48Smatt
1951.1Sragge
1961.1Sragge# Terminal lines
1971.27Sraggedhu*		at uba? csr 0160440	# DHU-11
1981.27Sraggedz*		at uba? csr 0160100	# DZ-11
1991.1Sraggedz0		at vsbus0 csr 0x200a0000# DC-367
2001.21Smattdz0		at vsbus0 csr 0x25000000# VS4000/90 and VAX 4000/10x serial lines
2011.27Sraggedl*		at uba? csr 0176500	# DL-11
2021.1Sragge
2031.1Sragge# VAXstation graphics support
2041.4Smatt#qd0		at uba? csr 0177400
2051.1Sraggesmg0		at vsbus0 csr 0x200f0000# Small monochrome display ctlr.
2061.1Sraggewsdisplay0	at smg0			# display device driver.
2071.21Smattlkkbd0		at dz0 line 0		# Keyboard LK201
2081.22Smattwskbd0		at lkkbd0		# wscons keyboard
2091.1Sragge
2101.17Slukempseudo-device	loop	1
2111.10Sabspseudo-device	pty		2	# pseudo-terminals (Sysinst needs two)
2121.44Srpaulo#pseudo-device	bpfilter
2131.45Scube#pseudo-device	tun	
2141.45Scube#pseudo-device	gre			# generic L3 over IP tunnel
2151.45Scube#pseudo-device	vnd	
2161.3Sragge#pseudo-device	ccd	4
2171.1Sragge#pseudo-device	raid	4		# RAIDframe disk driver
2181.53Spooka#pseudo-device	fss			# file system snapshot device
2191.30Sitojunpseudo-device	rnd			# /dev/random and in-kernel generator
2201.54Shannkenpseudo-device	md	
221