GENERIC revision 1.10 1 # $NetBSD: GENERIC,v 1.10 1996/03/02 14:19:47 ragge Exp $
2 #
3 # GENERIC VAX configuration file; all supported devices.
4 #
5
6 include "std.vax"
7
8 # Here are all different supported CPU types listed.
9 options "VAX780"
10 options "VAX750"
11 options "VAX630"
12 options "VAX650"
13
14 # Kernel identification
15 options GENERIC
16
17 # Max users on system; this is just a hint
18 maxusers 8
19
20 # Paging system, we always have them all.
21 options SWAPPAGER, DEVPAGER, VNODEPAGER
22
23 # Kernel compiled-in symbolic debugger & system call tracer
24 options DDB
25 options KTRACE
26 options DIAGNOSTIC
27
28 # Network support
29 #options GATEWAY
30 options INET
31
32 # All supported filesystem types
33 options FFS,QUOTA
34 options LFS
35 options MFS
36 options NFSCLIENT
37 options NFSSERVER
38 options FDESC
39 options FIFO
40 options KERNFS
41 options NULLFS
42 options PROCFS
43 options UMAPFS
44 options UNION
45
46 # System V shared memory & semaphores support.
47 options SYSVMSG
48 options SYSVSEM
49 options SYSVSHM
50
51 # Old compat stuff; needed to run 4.3BSD Reno programs.
52 # Note that if COMPAT_ULTRIX is set, you lose compatibility with
53 # 4.3BSD Reno programs and get Ultrix compatibility instead.
54 # (They cannot coexist).
55 options COMPAT_43
56 options COMPAT_09
57 options COMPAT_10
58 #options COMPAT_ULTRIX
59 options TCP_COMPAT_42
60
61 options LKM
62
63
64 # Kernel(s) to compile
65 config netbsd swap generic
66
67 # All supported CPU:s
68 cpu0 at backplane0
69
70 # Main buses at backplane
71 sbi* at backplane0
72
73 # Devices connected at sbi
74 mem* at sbi? tr? # Memory subsystems
75 uba* at sbi? tr? # Unibus adapters
76 mba* at sbi? tr? # Massbus adapters
77
78 # Devices on Massbus adapters
79 hp* at mba? drive? # RM/RP disk drives
80
81 # Disk controllers at Unibus
82 uda0 at uba? csr 0172150
83 ra0 at uda0 drive 0
84 ra1 at uda0 drive 1
85 ra2 at uda0 drive 2
86 ra3 at uda0 drive 3
87
88 uda1 at uba? csr 0160334
89 ra4 at uda1 drive 0
90 ra5 at uda1 drive 1
91 ra6 at uda1 drive 2
92 ra7 at uda1 drive 3
93
94 # Ethernet cards
95 de0 at uba? csr 0174510 # DELUA/DEUNA
96 qe0 at uba? csr 0174440 # DEQNA/DELQA
97
98 # Tape drivers
99 tmscp0 at uba? csr 0174500 # TMSCP ctlr
100 tms0 at tmscp0 drive ? # TMSCP tape
101 ts0 at uba? csr 0172520 # TS11/TSV05 tape.
102
103 # Terminal lines
104 dhu0 at uba? csr 0160440 # DHU-11
105
106 pseudo-device loop 1
107 pseudo-device pty 48
108 pseudo-device bpfilter 8
109 pseudo-device sl 2
110 pseudo-device ppp 2
111 pseudo-device tun 2
112 pseudo-device tb 1
113 pseudo-device vnd 4
114