GENERIC revision 1.9
1#	$NetBSD: GENERIC,v 1.9 1996/02/11 13:28:25 ragge Exp $
2#
3# GENERIC VAX configuration file; all supported devices.
4#
5
6include "std.vax"
7
8# Here are all different supported CPU types listed.
9options         "VAX750"
10options         "VAX630"
11options         "VAX650"
12
13# Kernel identification
14options         GENERIC
15
16# Max users on system; this is just a hint
17maxusers	8
18
19# Paging system, we always have them all.
20options		SWAPPAGER, DEVPAGER, VNODEPAGER
21
22# Kernel compiled-in symbolic debugger & system call tracer
23options		DDB
24options		KTRACE
25options		DIAGNOSTIC
26
27# Network support
28#options		GATEWAY
29options         INET
30
31# All supported filesystem types
32options		FFS,QUOTA
33options		LFS
34options		MFS
35options		NFSCLIENT
36options		NFSSERVER
37options		FDESC
38options		FIFO
39options		KERNFS
40options		NULLFS
41options		PROCFS
42options		UMAPFS
43options		UNION
44
45# System V shared memory & semaphores support.
46options		SYSVMSG
47options		SYSVSEM
48options		SYSVSHM
49
50# Old compat stuff; needed to run 4.3BSD Reno programs.
51# Note that if COMPAT_ULTRIX is set, you lose compatibility with
52# 4.3BSD Reno programs and get Ultrix compatibility instead.
53# (They cannot coexist).
54options		COMPAT_43
55options		COMPAT_09
56options		COMPAT_10
57#options		COMPAT_ULTRIX
58options		TCP_COMPAT_42
59
60options		LKM
61
62
63# Kernel(s) to compile
64config          netbsd          swap generic
65
66# All supported CPU:s
67cpu0		at backplane0
68
69# Main buses at backplane
70sbi*		at backplane0
71
72# Devices connected at sbi
73mem*		at sbi? tr?	# Memory subsystems
74uba*		at sbi? tr?	# Unibus adapters
75mba*		at sbi? tr?	# Massbus adapters
76
77# Devices on Massbus adapters
78hp*		at mba? drive?	# RM/RP disk drives
79
80# Disk controllers at Unibus
81uda0		at uba?	csr 0172150
82ra0		at uda0 drive 0
83ra1		at uda0 drive 1
84ra2		at uda0 drive 2
85ra3		at uda0 drive 3
86
87uda1		at uba?	csr 0160334
88ra4		at uda1 drive 0
89ra5		at uda1 drive 1
90ra6		at uda1 drive 2
91ra7		at uda1 drive 3
92
93# Ethernet cards
94de0		at uba? csr 0174510	# DELUA/DEUNA
95qe0		at uba? csr 0174440	# DEQNA/DELQA
96
97# Tape drivers
98tmscp0		at uba? csr 0174500	# TMSCP ctlr
99tms0		at tmscp0 drive ?	# TMSCP tape
100ts0		at uba? csr 0172520	# TS11/TSV05 tape.
101
102pseudo-device   loop	1
103pseudo-device   pty	48
104pseudo-device	bpfilter 8
105pseudo-device	sl	2
106pseudo-device	ppp	2
107pseudo-device	tun	2
108pseudo-device	tb	1
109pseudo-device	vnd	4
110