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