GENERIC revision 1.47
1#	$NetBSD: GENERIC,v 1.47 1999/08/04 19:15:56 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 	"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# Network support
34#options 	GATEWAY
35options         INET
36
37# All supported filesystem types
38file-system 	FFS
39file-system 	LFS
40file-system 	MFS
41file-system 	NFS
42file-system 	FDESC
43file-system 	KERNFS
44file-system 	NULLFS
45file-system 	PROCFS
46file-system 	UMAPFS
47file-system 	UNION
48file-system 	CD9660
49
50options 	QUOTA
51#options 	FFS_EI		# FFS Endian Independant support
52options 	NFSSERVER
53options 	NFS_BOOT_BOOTP,NFS_BOOT_DHCP	# Use bootp <> dhcp
54options 	NFS_BOOT_BOOTPARAM	# Use the Sun way for netbooting.
55
56# WS console uses VT100 terminal emulation
57options 	WSEMUL_VT100
58options 	WSDISPLAY_DEFAULTSCREENS=8
59
60# System V shared memory & semaphores support.
61options 	SYSVMSG
62options 	SYSVSEM
63options 	SYSVSHM
64
65# Old compat stuff; needed to run 4.3BSD Reno programs.
66# Note that if COMPAT_ULTRIX is set, you lose compatibility with
67# 4.3BSD Reno programs and get Ultrix compatibility instead.
68# (They cannot coexist).
69options 	COMPAT_VAX1K	# Must be present to run pre-1.4 binaries.
70options 	COMPAT_43
71options 	COMPAT_09
72options 	COMPAT_10
73options 	COMPAT_11
74options 	COMPAT_12
75options 	COMPAT_13
76options 	COMPAT_14
77#options 	COMPAT_ULTRIX
78options 	TCP_COMPAT_42
79
80options 	LKM
81
82# Kernel(s) to compile
83config          netbsd root on ? type ?
84
85mainbus0	at root
86
87# Devices directly attached to mainbus.
88cpu0		at mainbus0	# Only one CPU so far.
89sbi*		at mainbus0	# SBI's are always at mainbus (Abus).
90mem*		at mainbus0	# Some machines have memory at mainbus.
91bi*		at mainbus0	# VAXBI bus
92cmi0		at mainbus0	# 11/750 internal bus.
93uba0		at mainbus0	# MicroVAXen only have QBUS.
94vsbus0		at mainbus0	# Internal "virtual" VAXstation bus
95
96# Devices connected at VAXBI
97cpu*		at bi? node?	# KA820/KA825 cpu
98mem*		at bi? node?	# Memory subsystems
99#uba*		at bi? node?	# DWBUA BI-Unibus adapter
100#ni*		at bi? node?	# DEBNA/DEBNT ethernet adapter
101#kdb*		at bi? node?	# KDB50 MSCP disk ctlr
102#mscpbus*	at kdb?
103
104# Devices connected at cmi
105mem*		at cmi? tr?	# Memory subsystems
106uba*		at cmi? tr?	# Unibus adapters
107mba*		at cmi? tr?	# Massbus adapters
108
109# Devices connected at sbi
110mem*		at sbi? tr?	# Memory subsystems
111uba*		at sbi? tr?	# Unibus adapters
112mba*		at sbi? tr?	# Massbus adapters
113
114# Devices on Massbus adapters
115hp*		at mba? drive?	# RM/RP disk drives
116
117# Disk controllers at Unibus
118uda0		at uba?	csr 0172150	# UDA50/RQDX?
119uda1		at uba?	csr 0160334
120mscpbus*	at uda?
121
122# Tape drivers
123mtc0		at uba? csr 0174500	# Tape MSCP ctlr
124mscpbus*	at mtc?
125
126# MSCP devices
127ra*		at mscpbus? drive?	# MSCP disk
128rx*		at mscpbus? drive?	# MSCP floppy
129mt*		at mscpbus? drive?	# MSCP tape
130
131# Unibus tapes
132#ts0		at uba? csr 0172520	# TS11/TSV05 tape.
133
134# VS2000 builtin MFM controller (HDC9224)
135#hdc0		at vsbus0		# The strange builtin MFM controller
136#rd*		at hdc0 drive?		# The RD disk subsystem on VS2000
137
138# SCSI controllers.
139ncr0		at vsbus0 csr 0x200c0080 # VS2000/3100 SCSI-controller (5380)
140ncr1		at vsbus0 csr 0x200c0180 # VS2000/3100 SCSI-controller (5380)
141scsibus*	at ncr?
142
143# SCSI devices
144sd*		at scsibus? target? lun?
145st*		at scsibus? target? lun?
146cd*		at scsibus? target? lun?
147ch*		at scsibus? target? lun?
148ss*		at scsibus? target? lun?
149uk*		at scsibus? target? lun?
150
151# Graphic adapters.
152#qd0		at uba? csr 0177400
153
154# Ethernet cards
155#de0		at uba? csr 0174510	# DELUA/DEUNA
156qe0		at uba? csr 0174440	# DEQNA/DELQA
157ln0		at vsbus0 csr 0x200e0000# LANCE
158
159# Terminal lines
160dhu0		at uba? csr 0160440	# DHU-11
161dz0		at uba? csr 0160100	# DZ-11
162dz0		at vsbus0 csr 0x200a0000# DC-367
163dl0		at uba? csr 0176500	# DL-11
164
165# VAXstation graphics support
166smg0		at vsbus0 csr 0x200f0000# Small monochrome display ctlr.
167wsdisplay0	at smg0			# display device driver.
168lkc0		at dz0			# Keyboard LK201
169
170pseudo-device   loop	1
171pseudo-device   pty	48
172pseudo-device	bpfilter 8	# Not supported by de yet.
173pseudo-device	sl	2
174pseudo-device	ppp	2
175pseudo-device	tun	2
176#pseudo-device	gre		2	# generic L3 over IP tunnel
177pseudo-device	tb	1
178pseudo-device	vnd	4
179pseudo-device	ccd	4
180#pseudo-device	raid	4		# RAIDframe disk driver
181# rnd is EXPERIMENTAL
182#pseudo-device	rnd			# /dev/random and in-kernel generator
183