GENERIC revision 1.7
1#	$NetBSD: GENERIC,v 1.7 1995/07/05 08:17:16 ragge 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
22options		DDB
23options		KTRACE
24
25# Network support
26options         INET
27options         ETHER
28
29# All supported filesystem types
30options		FFS,QUOTA
31options		LFS
32options		MFS
33options		NFSCLIENT
34options		FDESC
35options		FIFO
36options		KERNFS
37options		NULLFS
38options		PROCFS
39
40# Old compat stuff; needed to run 4.3BSD Reno programs
41options		COMPAT_43
42options		COMPAT_09
43options		COMPAT_10
44options		COMPAT_RENO
45options		TCP_COMPAT_42
46
47options		LKM
48
49
50# Kernel(s) to compile
51config          vmunix          swap generic
52
53# All supported CPU:s
54cpu0		at backplane0
55
56# Main buses at backplane
57sbi*		at backplane0
58
59# Devices connected at sbi
60mem*		at sbi? tr?	# Memory subsystems
61uba0		at sbi? tr?	# Unibus adapters
62uba1		at sbi? tr?	# Unibus adapters
63uba2		at sbi? tr?	# Unibus adapters
64uba3		at sbi? tr?	# Unibus adapters
65
66# Disk controllers at Unibus
67uda0		at uba?	csr 0172150
68ra0		at uda0 drive 0
69ra1		at uda0 drive 1
70ra2		at uda0 drive 2
71ra3		at uda0 drive 3
72
73uda1		at uba?	csr 0160334
74ra4		at uda1 drive 0
75ra5		at uda1 drive 1
76ra6		at uda1 drive 2
77ra7		at uda1 drive 3
78
79# Ethernet cards
80de0		at uba? csr 0174510
81qe0		at uba? csr 0174440
82
83# Tape drivers
84tmscp0		at uba? csr 0174500
85tms0		at tmscp0 drive ?
86
87pseudo-device   loop
88pseudo-device   pty	48
89