GENERIC revision 1.13
1#	$NetBSD: GENERIC,v 1.13 1996/05/19 16:25:23 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         "VAX8600"
10options         "VAX780"
11options         "VAX750"
12options         "VAX630"
13options         "VAX650"
14
15# Kernel identification
16options         GENERIC
17
18# Max users on system; this is just a hint
19maxusers	8
20
21# Paging system, we always have them all.
22options		SWAPPAGER, DEVPAGER, VNODEPAGER
23
24# Kernel compiled-in symbolic debugger & system call tracer
25options		DDB
26options		KTRACE
27options		DIAGNOSTIC
28
29# Network support
30#options		GATEWAY
31options         INET
32
33# All supported filesystem types
34options		FFS,QUOTA
35options		LFS
36options		MFS
37options		NFSCLIENT
38options		NFSSERVER
39options		FDESC
40options		FIFO
41options		KERNFS
42options		NULLFS
43options		PROCFS
44options		UMAPFS
45options		UNION
46
47# System V shared memory & semaphores support.
48options		SYSVMSG
49options		SYSVSEM
50options		SYSVSHM
51
52# Old compat stuff; needed to run 4.3BSD Reno programs.
53# Note that if COMPAT_ULTRIX is set, you lose compatibility with
54# 4.3BSD Reno programs and get Ultrix compatibility instead.
55# (They cannot coexist).
56options		COMPAT_43
57options		COMPAT_09
58options		COMPAT_10
59#options		COMPAT_ULTRIX
60options		TCP_COMPAT_42
61
62options		LKM
63
64
65# Kernel(s) to compile
66config          netbsd          swap generic
67
68# Devices directly attached to backplane.
69cpu0		at backplane0	# Only one CPU so far.
70sbi*		at backplane0	# SBI's are always at backplane (Abus).
71mem*		at backplane0	# Some machines have memory at backplane.
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
105dz0		at uba? csr 0160100	# DZ-11
106
107pseudo-device   loop	1
108pseudo-device   pty	48
109pseudo-device	bpfilter 8
110pseudo-device	sl	2
111pseudo-device	ppp	2
112pseudo-device	tun	2
113pseudo-device	tb	1
114pseudo-device	vnd	4
115