INSTALL revision 1.1
11.1Sragge#	$NetBSD: INSTALL,v 1.1 1999/04/01 20:36:32 ragge 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.1Sragge
81.1Sragge# Here are all different supported CPU types listed.
91.1Sraggeoptions 	"VAX8600"
101.1Sraggeoptions 	"VAX8200"
111.1Sraggeoptions 	"VAX780"
121.1Sraggeoptions 	"VAX750"
131.1Sraggeoptions 	"VAX630"	# MV II
141.1Sraggeoptions 	"VAX650"	# MV III, 3600, 3800, 3900
151.1Sraggeoptions 	"VAX670"	# VAX 4000/300
161.1Sraggeoptions 	"VAX410"	# VS 2000
171.1Sraggeoptions 	"VAX43"		# VS 3100/76
181.1Sraggeoptions 	"VAX46"		# VS 4000/60
191.1Sraggeoptions 	"VAX48"		# VS 4000 VLC
201.1Sraggeoptions 	"VAX49"		# VS 4000/90
211.1Sragge
221.1Sragge# Max users on system; this is just a hint
231.1Sraggemaxusers	8
241.1Sragge
251.1Sragge# Enable the hooks used for initializing the root memory-disk.
261.1Sraggeoptions 	MEMORY_DISK_HOOKS
271.1Sraggeoptions 	MEMORY_DISK_IS_ROOT     # force root on memory disk
281.1Sraggeoptions 	MEMORY_DISK_SERVER=0    # no userspace memory disk support
291.1Sraggeoptions 	MINIROOTSIZE=2400       # size of memory disk, in blocks
301.1Sragge
311.1Sragge
321.1Sragge# Kernel compiled-in symbolic debugger & system call tracer
331.1Sragge#options 	DDB
341.1Sragge#options 	DDB_HISTORY_SIZE=100	# enable history editing in DDB
351.1Sragge#options 	KTRACE
361.1Sragge#options 	DIAGNOSTIC,DEBUG,KMEMSTATS,PMAPDEBUG,TRAPDEBUG
371.1Sragge
381.1Sragge#options 	SCSIVERBOSE		# Verbose SCSI errors
391.1Sragge
401.1Sragge# Network support
411.1Sragge#options 	GATEWAY
421.1Sraggeoptions         INET
431.1Sragge
441.1Sragge# All supported filesystem types
451.1Sraggefile-system 	FFS
461.1Sragge#file-system 	LFS
471.1Sraggefile-system 	MFS
481.1Sraggefile-system 	NFS
491.1Sragge#file-system 	FDESC
501.1Sraggefile-system 	KERNFS
511.1Sragge#file-system 	NULLFS
521.1Sragge#file-system 	PROCFS
531.1Sragge#file-system 	UMAPFS
541.1Sragge#file-system 	UNION
551.1Sragge#file-system 	CD9660
561.1Sragge
571.1Sragge#options 	QUOTA
581.1Sragge#options 	FFS_EI		# FFS Endian Independant support
591.1Sragge#options 	NFSSERVER
601.1Sraggeoptions 	NFS_BOOT_BOOTP,NFS_BOOT_DHCP	# Use bootp <> dhcp
611.1Sraggeoptions 	NFS_BOOT_BOOTPARAM	# Use the Sun way for netbooting.
621.1Sragge
631.1Sragge# WS console uses VT100 terminal emulation
641.1Sraggeoptions 	WSEMUL_VT100
651.1Sraggeoptions 	WSDISPLAY_DEFAULTSCREENS=8
661.1Sragge
671.1Sragge# System V shared memory & semaphores support.
681.1Sragge#options 	SYSVMSG
691.1Sragge#options 	SYSVSEM
701.1Sragge#options 	SYSVSHM
711.1Sragge
721.1Sragge# Old compat stuff; needed to run 4.3BSD Reno programs.
731.1Sragge# Note that if COMPAT_ULTRIX is set, you lose compatibility with
741.1Sragge# 4.3BSD Reno programs and get Ultrix compatibility instead.
751.1Sragge# (They cannot coexist).
761.1Sragge#options 	COMPAT_VAX1K	# Must be present to run pre-1.4 binaries.
771.1Sragge#options 	COMPAT_43
781.1Sragge#options 	COMPAT_09
791.1Sragge#options 	COMPAT_10
801.1Sragge#options 	COMPAT_11
811.1Sragge#options 	COMPAT_12
821.1Sragge#options 	COMPAT_13
831.1Sragge#options 	COMPAT_ULTRIX
841.1Sragge#options 	TCP_COMPAT_42
851.1Sragge
861.1Sragge#options 	LKM
871.1Sragge
881.1Sragge# Kernel(s) to compile
891.1Sraggeconfig          netbsd root on ? type ?
901.1Sragge
911.1Sraggemainbus0	at root
921.1Sragge
931.1Sragge# Devices directly attached to mainbus.
941.1Sraggecpu0		at mainbus0	# Only one CPU so far.
951.1Sraggesbi*		at mainbus0	# SBI's are always at mainbus (Abus).
961.1Sraggemem*		at mainbus0	# Some machines have memory at mainbus.
971.1Sraggebi*		at mainbus0	# VAXBI bus
981.1Sraggecmi0		at mainbus0	# 11/750 internal bus.
991.1Sraggeuba0		at mainbus0	# MicroVAXen only have QBUS.
1001.1Sraggevsbus0		at mainbus0	# Internal "virtual" VAXstation bus
1011.1Sragge
1021.1Sragge# Devices connected at VAXBI
1031.1Sraggecpu0		at bi? node?	# KA820/KA825 cpu
1041.1Sraggecpu*		at bi? node?
1051.1Sraggemem*		at bi? node?	# Memory subsystems
1061.1Sraggeuba*		at bi? node?	# DWBUA BI-Unibus adapter
1071.1Sragge#ni*		at bi? node?	# DEBNA/DEBNT ethernet adapter
1081.1Sraggekdb*		at bi? node?	# KDB50 MSCP disk ctlr
1091.1Sraggemscpbus*	at kdb?
1101.1Sragge
1111.1Sragge# Devices connected at cmi
1121.1Sraggemem*		at cmi? tr?	# Memory subsystems
1131.1Sraggeuba*		at cmi? tr?	# Unibus adapters
1141.1Sraggemba*		at cmi? tr?	# Massbus adapters
1151.1Sragge
1161.1Sragge# Devices connected at sbi
1171.1Sraggemem*		at sbi? tr?	# Memory subsystems
1181.1Sraggeuba*		at sbi? tr?	# Unibus adapters
1191.1Sraggemba*		at sbi? tr?	# Massbus adapters
1201.1Sragge
1211.1Sragge# Devices on Massbus adapters
1221.1Sraggehp*		at mba? drive?	# RM/RP disk drives
1231.1Sragge
1241.1Sragge# Disk controllers at Unibus
1251.1Sraggeuda0		at uba?	csr 0172150	# UDA50/RQDX?
1261.1Sraggeuda1		at uba?	csr 0160334
1271.1Sraggemscpbus*	at uda?
1281.1Sragge
1291.1Sragge# Tape drivers
1301.1Sraggemtc0		at uba? csr 0174500	# Tape MSCP ctlr
1311.1Sraggemscpbus*	at mtc?
1321.1Sragge
1331.1Sragge# MSCP devices
1341.1Sraggera*		at mscpbus? drive?	# MSCP disk
1351.1Sraggerx*		at mscpbus? drive?	# MSCP floppy
1361.1Sraggemt*		at mscpbus? drive?	# MSCP tape
1371.1Sragge
1381.1Sragge# Unibus tapes
1391.1Sragge#ts0		at uba? csr 0172520	# TS11/TSV05 tape.
1401.1Sragge
1411.1Sragge# VS2000 builtin MFM controller (HDC9224)
1421.1Sragge#hdc0		at vsbus0		# The strange builtin MFM controller
1431.1Sragge#rd*		at hdc0 drive?		# The RD disk subsystem on VS2000
1441.1Sragge
1451.1Sragge# SCSI controllers.
1461.1Sraggencr0		at vsbus0 csr 0x200c0080 # VS2000/3100 SCSI-controller (5380)
1471.1Sraggencr1		at vsbus0 csr 0x200c0180 # VS2000/3100 SCSI-controller (5380)
1481.1Sraggescsibus*	at ncr?
1491.1Sragge
1501.1Sragge# SCSI devices
1511.1Sraggesd*		at scsibus? target? lun?
1521.1Sraggest*		at scsibus? target? lun?
1531.1Sraggecd*		at scsibus? target? lun?
1541.1Sraggech*		at scsibus? target? lun?
1551.1Sraggess*		at scsibus? target? lun?
1561.1Sraggeuk*		at scsibus? target? lun?
1571.1Sragge
1581.1Sragge# Graphic adapters.
1591.1Sraggeqd0		at uba? csr 0177400
1601.1Sragge
1611.1Sragge# Ethernet cards
1621.1Sraggede0		at uba? csr 0174510	# DELUA/DEUNA
1631.1Sraggeqe0		at uba? csr 0174440	# DEQNA/DELQA
1641.1Sraggeln0		at vsbus0 csr 0x200e0000# LANCE
1651.1Sragge
1661.1Sragge# Terminal lines
1671.1Sraggedhu0		at uba? csr 0160440	# DHU-11
1681.1Sraggedz0		at uba? csr 0160100	# DZ-11
1691.1Sraggedz0		at vsbus0 csr 0x200a0000# DC-367
1701.1Sraggedl0		at uba? csr 0176500	# DL-11
1711.1Sragge
1721.1Sragge# VAXstation graphics support
1731.1Sraggesmg0		at vsbus0 csr 0x200f0000# Small monochrome display ctlr.
1741.1Sraggewsdisplay0	at smg0			# display device driver.
1751.1Sraggelkc0		at dz0			# Keyboard LK201
1761.1Sragge
1771.1Sraggepseudo-device   loop	1
1781.1Sragge#pseudo-device   pty	48
1791.1Sragge#pseudo-device	bpfilter 8	# Not supported by de yet.
1801.1Sraggepseudo-device	sl	2
1811.1Sraggepseudo-device	ppp	2
1821.1Sragge#pseudo-device	tun	2
1831.1Sragge#pseudo-device	gre		2	# generic L3 over IP tunnel
1841.1Sragge#pseudo-device	tb	1
1851.1Sragge#pseudo-device	vnd	4
1861.1Sraggepseudo-device	ccd	4
1871.1Sragge#pseudo-device	raid	4		# RAIDframe disk driver
1881.1Sragge# rnd is EXPERIMENTAL
1891.1Sragge#pseudo-device	rnd			# /dev/random and in-kernel generator
1901.1Sraggepseudo-device	md	1
191