GENERIC revision 1.33
1#	$NetBSD: GENERIC,v 1.33 1998/06/07 18:39:15 ragge 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 	"VAX410"	# VS 2000
16options 	"VAX43"		# VS 3100/76
17
18# Max users on system; this is just a hint
19maxusers	8
20
21# Kernel compiled-in symbolic debugger & system call tracer
22options 	DDB
23#options 	DDB_HISTORY_SIZE=100	# enable history editing in DDB
24options 	KTRACE
25#options 	DIAGNOSTIC
26
27#options 	SCSIVERBOSE		# Verbose SCSI errors
28
29# Network support
30#options 	GATEWAY
31options         INET
32
33# All supported filesystem types
34file-system 	FFS
35file-system 	LFS
36file-system 	MFS
37file-system 	NFS
38file-system 	FDESC
39file-system 	KERNFS
40file-system 	NULLFS
41file-system 	PROCFS
42file-system 	UMAPFS
43file-system 	UNION
44
45options 	QUOTA
46#options 	FFS_EI		# FFS Endian Independant support
47options 	FIFO
48options 	NFSSERVER
49options 	NFS_BOOT_BOOTPARAM	# Use the Sun way for netbooting.
50
51options 	UVM
52
53# WS console uses SUN terminal emulation
54options 	WSEMUL_SUN
55
56# System V shared memory & semaphores support.
57options 	SYSVMSG
58options 	SYSVSEM
59options 	SYSVSHM
60
61# Old compat stuff; needed to run 4.3BSD Reno programs.
62# Note that if COMPAT_ULTRIX is set, you lose compatibility with
63# 4.3BSD Reno programs and get Ultrix compatibility instead.
64# (They cannot coexist).
65options 	COMPAT_43
66options 	COMPAT_09
67options 	COMPAT_10
68options 	COMPAT_11
69options 	COMPAT_12
70options 	COMPAT_13
71#options 	COMPAT_ULTRIX
72options 	TCP_COMPAT_42
73
74options 	LKM
75
76# Kernel(s) to compile
77config          netbsd root on ? type ?
78
79backplane0	at root
80
81# Devices directly attached to backplane.
82cpu0		at backplane0	# Only one CPU so far.
83sbi*		at backplane0	# SBI's are always at backplane (Abus).
84mem*		at backplane0	# Some machines have memory at backplane.
85bi*		at backplane0	# VAXBI bus
86cmi0		at backplane0	# 11/750 internal bus.
87uba0		at backplane0	# MicroVAXen only have QBUS.
88vsbus0		at backplane0	# Internal "virtual" VAXstation bus
89
90# Devices connected at VAXBI
91cpu0		at bi? node?	# KA820/KA825 cpu
92mem*		at bi? node?	# Memory subsystems
93#ni*		at bi? node?	# DEBNA/DEBNT ethernet adapter
94kdb*		at bi? node?	# KDB50 MSCP disk ctlr
95mscpbus*	at kdb?
96
97# Devices connected at cmi
98mem*		at cmi? tr?	# Memory subsystems
99uba*		at cmi? tr?	# Unibus adapters
100mba*		at cmi? tr?	# Massbus adapters
101
102# Devices connected at sbi
103mem*		at sbi? tr?	# Memory subsystems
104uba*		at sbi? tr?	# Unibus adapters
105mba*		at sbi? tr?	# Massbus adapters
106
107# Devices on Massbus adapters
108hp*		at mba? drive?	# RM/RP disk drives
109
110# Disk controllers at Unibus
111uda0		at uba?	csr 0172150	# UDA50/RQDX?
112uda1		at uba?	csr 0160334
113mscpbus*	at uda?
114
115# Tape drivers
116mtc0		at uba? csr 0174500	# Tape MSCP ctlr
117mscpbus*	at mtc?
118
119# MSCP devices
120ra*		at mscpbus? drive?	# MSCP disk
121rx*		at mscpbus? drive?	# MSCP floppy
122mt*		at mscpbus? drive?	# MSCP tape
123
124# Unibus tapes
125#ts0		at uba? csr 0172520	# TS11/TSV05 tape.
126
127# VS2000 builtin MFM controller (HDC9224)
128#hdc0		at vsbus0		# The strange builtin MFM controller
129#rd*		at hdc0 drive?		# The RD disk subsystem on VS2000
130
131# VAXstation builtin SCSI-controller (NCR5380)
132#ncr0		at vsbus0		# 1st built-in SCSI interface
133#ncr1		at vsbus0		# 2nd built-in SCSI interface
134#scsibus*	at ncr?
135
136#sd*		at scsibus? target? lun?
137#st*		at scsibus? target? lun?
138
139# Graphic adapters.
140qd0		at uba? csr 0177400
141
142# Ethernet cards
143de0		at uba? csr 0174510	# DELUA/DEUNA
144qe0		at uba? csr 0174440	# DEQNA/DELQA
145ln0		at vsbus0		# LANCE
146
147# Terminal lines
148dhu0		at uba? csr 0160440	# DHU-11
149dz0		at uba? csr 0160100	# DZ-11
150dz0		at vsbus0		# DC-367
151dl0		at uba? csr 0176500	# DL-11
152
153# VAXstation graphics support
154smg0		at vsbus0		# Small monochrome display ctlr.
155wsdisplay0	at smg0			# display device driver.
156lkc0		at dz0			# Keyboard LK201
157
158pseudo-device   loop	1
159pseudo-device   pty	48
160pseudo-device	bpfilter 8	# Not supported by de yet.
161pseudo-device	sl	2
162pseudo-device	ppp	2
163pseudo-device	tun	2
164pseudo-device	tb	1
165pseudo-device	vnd	4
166pseudo-device	ccd	4
167# rnd is EXPERIMENTAL
168#pseudo-device	rnd			# /dev/random and in-kernel generator
169