GENERIC revision 1.4
1#	$NetBSD: GENERIC,v 1.4 1995/02/13 00:41:55 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"
10
11# Kernel identification
12options         GENERIC
13
14# Max users on system; this is just a hint
15maxusers	16
16
17# Paging system, we always have them all.
18options		SWAPPAGER, DEVPAGER, VNODEPAGER
19
20# Kernel compiled-in symbolic debugger
21#options		DDB
22
23# Network support
24options         INET
25options         ETHER
26
27# All supported filesystem types
28options		FFS
29
30# Old compat stuff; needed to run 4.3BSD Reno programs
31options		COMPAT_43
32options		COMPAT_09
33options		COMPAT_10
34options		COMPAT_RENO
35
36# Kernel(s) to compile
37config          vmunix          swap generic
38
39# All supported CPU:s
40cpu0		at backplane0
41
42# Main buses at backplane
43sbi*		at backplane0
44#bi*		at backplane0
45
46# Devices connected at sbi
47mem*		at sbi? tr?	# Memory subsystems
48uba0		at sbi? tr?	# Unibus adapters
49uba1		at sbi? tr?	# Unibus adapters
50uba2		at sbi? tr?	# Unibus adapters
51uba3		at sbi? tr?	# Unibus adapters
52
53# Disk controllers at Unibus
54uda0		at uba?	csr 0172150
55ra0		at uda0 drive 0
56ra1		at uda0 drive 1
57ra2		at uda0 drive 2
58ra3		at uda0 drive 3
59
60uda1		at uba?	csr 0172550
61ra4		at uda1 drive 0
62ra5		at uda1 drive 1
63ra6		at uda1 drive 2
64ra7		at uda1 drive 3
65
66# Ethernet cards
67de0		at uba? csr 0174510
68de1		at uba? csr 0175510
69
70pseudo-device   loop
71pseudo-device   pty	48
72