xref: /netbsd-src/sys/arch/vax/conf/INSTALL (revision 2b3d1ee8a773e028429b331332895d44f445d720)
1#	$NetBSD: INSTALL,v 1.63 2012/08/17 20:11:41 abs Exp $
2#
3# INSTALL kernel; all supported devices but nothing fancy.
4#
5
6include		"arch/vax/conf/std.vax"
7
8#options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
9
10makeoptions	COPTS="-Os"	# Optimise for space. Implies -O2
11
12# Here are all different supported CPU types listed.
13options 	VAX8600
14options 	VAX8200
15options 	VAX780
16options 	VAX750
17options 	VAX630		# MV II
18options 	VAX650		# MV III, 3300, 3400, 3500, 3600, 3800, 3900
19options 	VAX660		# VAX 4000/200
20options 	VAX670		# VAX 4000/300
21options 	VAX680		# VAX 4000/[45]00
22options 	VAX410		# VS 2000
23options 	VAX43		# VS 3100/76
24options 	VAX46		# VS 4000/60
25options 	VAX48		# VS 4000 VLC
26options 	VAX49		# VS 4000/90
27options 	VAX53		# VAX 4000/10[058], MicroVAX 3100/m96
28
29# Max users on system; this is just a hint
30maxusers	8
31
32# Enable the hooks used for initializing the root memory-disk.
33options 	MEMORY_DISK_HOOKS
34options 	MEMORY_DISK_IS_ROOT	# force root on memory disk
35options 	MEMORY_DISK_SERVER=0	# no userspace memory disk support
36options 	MEMORY_DISK_ROOT_SIZE=3328	# size of memory disk, in blocks
37options 	MEMORY_DISK_RBFLAGS=RB_SINGLE	# boot in single-user mode
38
39# Kernel compiled-in symbolic debugger & system call tracer
40#options 	DDB
41#options 	DDB_HISTORY_SIZE=512	# enable history editing in DDB
42#options 	KTRACE
43#options 	DIAGNOSTIC,DEBUG,KMEMSTATS,PMAPDEBUG,TRAPDEBUG
44
45#options 	SCSIVERBOSE		# Verbose SCSI errors
46
47# Networking options
48#options 	GATEWAY		# packet forwarding
49options 	INET		# IP + ICMP + TCP + UDP
50
51# File systems
52file-system 	FFS
53#file-system 	LFS
54#file-system 	MFS
55file-system 	NFS
56#file-system 	FDESC
57#file-system 	KERNFS
58#file-system 	NULLFS
59#file-system 	OVERLAY		# overlay file system
60#file-system 	PROCFS
61#file-system 	UMAPFS
62#file-system 	UNION
63file-system 	CD9660
64#file-system	PTYFS		# /dev/pts/N support
65#file-system	TMPFS		# Efficient memory file-system
66#file-system	UDF		# experimental - OSTA UDF CD/DVD file-system
67
68# Filesystem options
69#options 	QUOTA		# legacy UFS quotas
70#options 	QUOTA2		# new, in-filesystem UFS quotas
71#options 	FFS_EI		# FFS Endian Independent support
72#options 	NFSSERVER
73#options 	NFS_V2_ONLY	# Exclude NFS3 code to save space
74options 	FFS_NO_SNAPSHOT	# No FFS snapshot support
75options 	WAPBL		# File system journaling support
76
77#options 	NFS_BOOT_BOOTP,NFS_BOOT_DHCP	# Use bootp <> dhcp
78#options 	NFS_BOOT_BOOTPARAM	# Use the Sun way for netbooting.
79
80# WS console uses VT100 terminal emulation
81options 	WSEMUL_VT100
82options 	WSDISPLAY_DEFAULTSCREENS=1
83#options 	WSDISPLAY_COMPAT_USL		# wsconscfg VT handling
84
85# System V shared memory & semaphores support.
86#options 	SYSVMSG
87#options 	SYSVSEM
88#options 	SYSVSHM
89
90# Old compat stuff; needed to run 4.3BSD Reno programs.
91# Note that if COMPAT_ULTRIX is set, you lose compatibility with
92# 4.3BSD Reno programs and get Ultrix compatibility instead.
93# (They cannot coexist).
94#options 	COMPAT_VAX1K	# Must be present to run pre-1.4 binaries.
95#options 	COMPAT_43
96#options 	COMPAT_09
97#options 	COMPAT_10
98#options 	COMPAT_11
99#options 	COMPAT_12
100#options 	COMPAT_13
101options 	COMPAT_14
102options 	COMPAT_15
103options 	COMPAT_16
104options 	COMPAT_20
105options 	COMPAT_30	# NetBSD 3.0 compatibility.
106options 	COMPAT_40	# NetBSD 4.0 compatibility.
107options 	COMPAT_50	# NetBSD 5.0 compatibility.
108#options 	COMPAT_ULTRIX
109options		COMPAT_BSDPTY	# /dev/[pt]ty?? ptys.
110
111
112options 	USERCONF	# userconf(4) support
113options 	PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
114#options 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
115
116# Kernel(s) to compile
117config		netbsd root on ? type ?
118
119mainbus0	at root
120
121cpu*		at mainbus0
122
123# All buses; from the beginning attached to mainbus.
124abus0		at mainbus0		# Master bus on VAX 86x0
125sbi0		at mainbus0		# SBI, master bus on 11/78x.
126cmi0		at mainbus0		# 11/750 internal bus.
127bi0		at mainbus0		# VAX 8200
128vsbus0		at mainbus0		# All VAXstations
129#nmi0		at mainbus0		# VAX 8800
130#xmi0		at mainbus0		# VAX 6000
131uba0		at mainbus0		# All MicroVAX
132ze0		at mainbus0		# KA48, KA49, KA53
133le0		at mainbus0		# LANCE ethernet (MV3400)
134#shac0		at mainbus0 		# DSSI controller
135
136# NMI (internal bus) on VAX 88xx-series.
137#cpu*		at nmi0 slot?		# 1-4 KA88 CPUs
138#mem*		at nmi0 slot?
139#bi*		at nmi0 slot?		# BI bus adapters
140
141# XMI on VAX 6000 (and higher)
142#cpu*		at xmi? node?		# 1-? VAX 6000 CPUs
143#mem*		at xmi? node?
144#bi*		at xmi? node?		# XMI-BI adapter
145
146# Vsbus, the virtual VAXstation bus, and possible devices.
147le0		at vsbus0 csr 0x200e0000 # LANCE ethernet
148dz0		at vsbus0 csr 0x200a0000 # DC-367 DZ-11 lookalike ctlr
149dz0		at vsbus0 csr 0x25000000 # VS4000/90 and 4000/10x serial line
150si0		at vsbus0 csr 0x200c0080 # VS2000/3100 SCSI-ctlr
151si1		at vsbus0 csr 0x200c0180 # VS2000/3100 SCSI-ctlr
152asc0		at vsbus0 csr 0x200c0080 # VS4000/60 (or VLC) SCSI-ctlr
153asc0		at vsbus0 csr 0x26000080 # VS4000/90 and 4000/10x SCSI-ctlr
154smg0		at vsbus0 csr 0x200f0000 # Small monochrome display ctlr.
155#clr0		at vsbus0 csr 0x30000000 # 4- or 8-bitplans color graphics
156spx0		at vsbus0 csr 0x38000000 # Low Cost SPX on VS4000/90.
157#lcg0		at vsbus0 csr 0x21801000 # VS4000/60 (or VLC) graphics
158tc0		at vsbus0 csr 0x36000000 # VS4000/60 or 90 TC adapter
159tcds*		at tc0 slot ? offset ?	 # TC dual SCSI controller
160asc*		at tcds? chip ?		 # PMAZB/C
161asc*		at tc? slot ? offset ?	 # PMAZ
162fta*		at tc? slot ? offset ?	 # TC FDDI controller
163
164hdc0		at vsbus0 csr 0x200c0000 # HDC9224 MFM/floppy ctlr
165rd*		at hdc0 drive?		# RD5x disks
166#ry*		at hdc0 drive?		# RX floppies
167
168# Devices connected at VAXBI
169cpu*		at bi? node?		# KA820/KA825 CPU
170mem*		at bi? node?		# Memory subsystems
171#uba*		at bi? node?		# DWBUA BI-Unibus adapter
172ni*		at bi? node?		# DEBNA/DEBNT ethernet adapter
173kdb*		at bi? node?		# KDB50 MSCP disk ctlr
174
175# CMI (VAX 11/750)
176mem*		at cmi? tr?		# Memory subsystems
177uba*		at cmi? tr?		# Unibus adapters
178mba*		at cmi? tr?		# Massbus adapters
179
180# ABUS (VAX 86x0)
181sbi*		at abus0		# VAX 86x0 can have up to 2 SBI's.
182
183# SBI (VAX 11/780, VAX 8600)
184mem*		at sbi? tr?		# Memory subsystems
185uba*		at sbi? tr?		# Unibus adapters
186mba*		at sbi? tr?		# Massbus adapters
187
188# Devices on Massbus adapters
189hp*		at mba? drive?		# RM/RP disk drives
190
191# Devices on Unibus/Qbus adapters
192uda*		at uba?	csr 0172150	# UDA50/RQDX?
193uda*		at uba?	csr 0160334
194mtc*		at uba? csr 0174500	# Tape MSCP ctlr
195ts0		at uba? csr 0172520	# TS11/TSV05 tape.
196#qd0		at uba? csr 0177400	# 4- or 8-bitplans color graphics
197#qv0		at uba? csr 0177400	# Monochrome graphics
198de*		at uba? csr 0174510	# DELUA/DEUNA
199qe*		at uba? csr 0174440	# DEQNA/DELQA
200qe*		at uba? csr 0174460	# DEQNA/DELQA
201qt*		at uba? csr 0174440	# DELQA-PLUS in Turbo mode
202dhu*		at uba? csr 0160440	# DHU-11
203#dmf*		at uba? csr 0160340	# DMF-32
204dz*		at uba? csr 0160100	# DZ-11
205dl*		at uba? csr 0176500	# DL-11
206rlc*		at uba? csr 0174400	# RL11/RLV11 controller
207rl*		at rlc? drive?		# RL01/RL02 disk drive
208rfc0		at uba? csr 0177170	# RX01/02 controller
209rf*		at rfc? drive?		# RX01/RX02 floppy disk drive
210
211# MSCP devices
212mscpbus*	at uda?
213mscpbus*	at mtc?
214mscpbus*	at kdb?
215
216ra*		at mscpbus? drive?	# MSCP disk
217racd*		at mscpbus? drive?	# MSCP CD-ROM (RRD40)
218rx*		at mscpbus? drive?	# MSCP floppy
219mt*		at mscpbus? drive?	# MSCP tape
220
221# SCSI devices
222scsibus*	at scsi?
223
224sd*		at scsibus? target? lun?
225st*		at scsibus? target? lun?
226cd*		at scsibus? target? lun?
227#ch*		at scsibus? target? lun?
228#ss*		at scsibus? target? lun?
229#uk*		at scsibus? target? lun?
230
231# VAXstation graphics support
232wsdisplay*	at smg0
233wsdisplay*	at spx0
234#wsdisplay*	at lcg0
235#wsdisplay*	at clr0
236#wsdisplay*	at qd0
237#wsdisplay*	at qv0
238lkkbd0		at dz0 line 0
239wskbd*		at lkkbd? console ?
240#lkms0		at dz0 line 1
241#wsmouse*	at lkms?
242
243#
244# accept filters
245#pseudo-device   accf_data		# "dataready" accept filter
246#pseudo-device   accf_http		# "httpready" accept filter
247
248pseudo-device	loop	1
249pseudo-device	pty		2	# pseudo-terminals (Sysinst needs two)
250pseudo-device	bpfilter
251#pseudo-device	tun
252#pseudo-device	gre			# generic L3 over IP tunnel
253#pseudo-device	vnd
254#pseudo-device	ccd	4
255pseudo-device	raid	8		# RAIDframe disk driver
256#pseudo-device	fss			# file system snapshot device
257
258pseudo-device	md
259