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