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