GENERIC revision 1.11 1 # $NetBSD: GENERIC,v 1.11 1996/03/07 23:27:58 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 "VAX8600"
10 options "VAX780"
11 options "VAX750"
12 options "VAX630"
13 options "VAX650"
14
15 # Kernel identification
16 options GENERIC
17
18 # Max users on system; this is just a hint
19 maxusers 8
20
21 # Paging system, we always have them all.
22 options SWAPPAGER, DEVPAGER, VNODEPAGER
23
24 # Kernel compiled-in symbolic debugger & system call tracer
25 options DDB
26 options KTRACE
27 options DIAGNOSTIC
28
29 # Network support
30 #options GATEWAY
31 options INET
32
33 # All supported filesystem types
34 options FFS,QUOTA
35 options LFS
36 options MFS
37 options NFSCLIENT
38 options NFSSERVER
39 options FDESC
40 options FIFO
41 options KERNFS
42 options NULLFS
43 options PROCFS
44 options UMAPFS
45 options UNION
46
47 # System V shared memory & semaphores support.
48 options SYSVMSG
49 options SYSVSEM
50 options SYSVSHM
51
52 # Old compat stuff; needed to run 4.3BSD Reno programs.
53 # Note that if COMPAT_ULTRIX is set, you lose compatibility with
54 # 4.3BSD Reno programs and get Ultrix compatibility instead.
55 # (They cannot coexist).
56 options COMPAT_43
57 options COMPAT_09
58 options COMPAT_10
59 #options COMPAT_ULTRIX
60 options TCP_COMPAT_42
61
62 options LKM
63
64
65 # Kernel(s) to compile
66 config netbsd swap generic
67
68 # Devices directly attached to backplane.
69 cpu0 at backplane0 # Only one CPU so far.
70 sbi* at backplane0 # SBI's are always at backplane (Abus).
71 mem0 at backplane0 # Some machines have memory at backplane.
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