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