GENERIC revision 1.56
1#	$NetBSD: GENERIC,v 1.56 2000/01/20 19:12:36 wrstuden Exp $
2#
3# GENERIC VAX configuration file; all supported devices.
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# Kernel compiled-in symbolic debugger & system call tracer
26#options 	DDB
27#options 	DDB_HISTORY_SIZE=100	# enable history editing in DDB
28options 	KTRACE
29#options 	DIAGNOSTIC,DEBUG,KMEMSTATS,PMAPDEBUG,TRAPDEBUG
30
31#options 	SCSIVERBOSE		# Verbose SCSI errors
32
33# Pull in config fragments for kernel crypto.  This is required for
34# options IPSEC etc. to work. If you want to run with IPSEC, uncomment
35# one of these, based on whether you use crypto-us or crypto-intl, and
36# adjust the prefixes as necessary.
37
38#prefix ../crypto-us/sys
39#cinclude "conf/files.crypto-us"
40#prefix
41
42#prefix ../crypto-intl/sys
43#cinclude "conf/files.crypto-intl"
44#prefix
45
46# Network support
47#options 	GATEWAY
48options         INET
49options 	INET6		# IPV6
50#options 	IPSEC		# IP security
51#options 	IPSEC_ESP	# IP security (encryption part; define w/IPSEC)
52#options 	IPSEC_DEBUG	# debug for IP security
53
54# All supported filesystem types
55file-system 	FFS
56file-system 	LFS
57file-system 	MFS
58file-system 	NFS
59file-system 	FDESC
60file-system 	KERNFS
61file-system 	NULLFS
62file-system 	OVERLAY		# overlay file system
63file-system 	PROCFS
64file-system 	UMAPFS
65file-system 	UNION
66file-system 	CD9660
67
68options 	QUOTA
69#options 	FFS_EI		# FFS Endian Independant support
70#options 	SOFTDEP         # FFS soft updates support.
71options 	NFSSERVER
72options 	NFS_BOOT_BOOTP,NFS_BOOT_DHCP	# Use bootp <> dhcp
73options 	NFS_BOOT_BOOTPARAM	# Use the Sun way for netbooting.
74
75# WS console uses VT100 terminal emulation
76options 	WSEMUL_VT100
77options 	WSDISPLAY_DEFAULTSCREENS=8
78
79# System V shared memory & semaphores support.
80options 	SYSVMSG
81options 	SYSVSEM
82options 	SYSVSHM
83
84# Old compat stuff; needed to run 4.3BSD Reno programs.
85# Note that if COMPAT_ULTRIX is set, you lose compatibility with
86# 4.3BSD Reno programs and get Ultrix compatibility instead.
87# (They cannot coexist).
88options 	COMPAT_VAX1K	# Must be present to run pre-1.4 binaries.
89options 	COMPAT_43
90options 	COMPAT_09
91options 	COMPAT_10
92options 	COMPAT_11
93options 	COMPAT_12
94options 	COMPAT_13
95options 	COMPAT_14
96#options 	COMPAT_ULTRIX
97options 	COMPAT_IBCS2	# DEC SVR.3 compatilibity
98
99options 	LKM
100
101# Kernel(s) to compile
102config          netbsd root on ? type ?
103
104mainbus0	at root
105
106# All buses; from the beginning attached to mainbus.
107abus0		at mainbus0		# Master bus on VAX 8600
108sbi0		at mainbus0		# SBI, master bus on 11/780.
109cmi0		at mainbus0		# 11/750 internal bus.
110bi0		at mainbus0		# VAX 8200 
111vsbus0		at mainbus0		# All VAXstations
112ibus0		at mainbus0		# All Microvax
113#nbi0		at mainbus0		# VAX 8800
114#xmi0		at mainbus0		# VAX 6000
115
116# Vsbus, the virtual VAXstation bus, and possible devices.
117le0		at vsbus0 csr 0x200e0000 # LANCE ethernet
118ze0		at vsbus0 csr 0x20008000 # SGEC ethernet
119dz0		at vsbus0 csr 0x200a0000 # DC-367 DZ-11 lookalike ctlr
120dz0		at vsbus0 csr 0x25000000 # VS4000/90 serial line
121#hdc0		at vsbus0 csr 0x200c0000 # HDC9224 MFM/floppy ctlr
122ncr0		at vsbus0 csr 0x200c0080 # VS2000/3100 SCSI-ctlr
123ncr1		at vsbus0 csr 0x200c0180 # VS2000/3100 SCSI-ctlr
124smg0		at vsbus0 csr 0x200f0000 # Small monochrome display ctlr.
125#clr0		at vsbus0 csr 0x30000000 # 4- or 8-bitplans color graphics
126
127#rd*		at hdc0 drive?		# RD5x disks
128#ry*		at hdc0 drive?		# RX floppies
129
130# Ibus, the internal bus on most Microvaxen
131uba0		at ibus0 		# Qbus adapter
132ze0		at ibus0 		# SGEC on-board ethernet
133#shac0		at ibus0 		# DSSI controller
134
135# Devices connected at VAXBI
136cpu*		at bi? node?		# KA820/KA825 cpu
137mem*		at bi? node?		# Memory subsystems
138#uba*		at bi? node?		# DWBUA BI-Unibus adapter
139#ni*		at bi? node?		# DEBNA/DEBNT ethernet adapter
140#kdb*		at bi? node?		# KDB50 MSCP disk ctlr
141#mscpbus*	at kdb?
142
143# CMI (VAX 11/750)
144mem*		at cmi? tr?		# Memory subsystems
145uba*		at cmi? tr?		# Unibus adapters
146mba*		at cmi? tr?		# Massbus adapters
147
148# SBI (VAX 11/780, VAX 8600)
149sbi*		at abus0		# VAX 8600 can have up to 4 SBI's.
150
151mem*		at sbi? tr?		# Memory subsystems
152uba*		at sbi? tr?		# Unibus adapters
153mba*		at sbi? tr?		# Massbus adapters
154
155# Devices on Massbus adapters
156hp*		at mba? drive?		# RM/RP disk drives
157
158# Devices on Unibus/Qbus adapters
159uda0		at uba?	csr 0172150	# UDA50/RQDX?
160uda1		at uba?	csr 0160334
161mtc0		at uba? csr 0174500	# Tape MSCP ctlr
162#ts0		at uba? csr 0172520	# TS11/TSV05 tape.
163#qd0		at uba? csr 0177400	# 4- or 8-bitplans color graphics
164#qv0		at uba? csr 0177400	# Monochrome graphics
165#de0		at uba? csr 0174510	# DELUA/DEUNA
166qe0		at uba? csr 0174440	# DEQNA/DELQA
167dhu0		at uba? csr 0160440	# DHU-11
168dz0		at uba? csr 0160100	# DZ-11
169dl0		at uba? csr 0176500	# DL-11
170
171# MSCP devices
172mscpbus*	at uda?
173mscpbus*	at mtc?
174#mscpbus*	at kdb?
175
176ra*		at mscpbus? drive?	# MSCP disk
177rx*		at mscpbus? drive?	# MSCP floppy
178mt*		at mscpbus? drive?	# MSCP tape
179
180# VS2000 builtin MFM controller (HDC9224)
181#hdc0		at vsbus0		# The strange builtin MFM controller
182
183# SCSI devices
184scsibus*	at ncr?
185
186sd*		at scsibus? target? lun?
187st*		at scsibus? target? lun?
188cd*		at scsibus? target? lun?
189ch*		at scsibus? target? lun?
190ss*		at scsibus? target? lun?
191uk*		at scsibus? target? lun?
192
193# VAXstation graphics support
194wsdisplay0	at smg0
195#wsdisplay0	at clr0
196#wsdisplay0	at qd0
197#wsdisplay0	at qv0
198lkc0		at dz0
199
200pseudo-device   loop	1
201pseudo-device   pty	48
202pseudo-device	bpfilter 8		# Not supported by de yet.
203pseudo-device	sl	2
204pseudo-device	ppp	2
205pseudo-device	tun	2
206#pseudo-device	gre	2		# generic L3 over IP tunnel
207pseudo-device	gif	4		# IPv[46] over IPv[46] tunnel (RFC1933)
208#pseudo-device	faith	1		# IPv[46] tcp relay translation i/f
209pseudo-device	tb	1
210pseudo-device	vnd	4
211pseudo-device	ccd	4
212#pseudo-device	raid	4		# RAIDframe disk driver
213# rnd is EXPERIMENTAL
214#pseudo-device	rnd			# /dev/random and in-kernel generator
215