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