GENERIC revision 1.15 1 # $NetBSD: GENERIC,v 1.15 1996/07/10 23:51:53 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 mem* 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 # UDA50/RQDX?
83 uda1 at uba? csr 0160334
84 mscpbus* at uda?
85
86 # Tape drivers
87 mtc0 at uba? csr 0174500 # TMSCP ctlr
88 mscpbus* at mtc?
89
90 # MSCP devices
91 ra* at mscpbus? drive? # MSCP disk
92 mt* at mscpbus? drive? # MSCP tape
93
94 # Unibus tapes
95 #ts0 at uba? csr 0172520 # TS11/TSV05 tape.
96
97 # Ethernet cards
98 de0 at uba? csr 0174510 # DELUA/DEUNA
99 qe0 at uba? csr 0174440 # DEQNA/DELQA
100
101 # Terminal lines
102 dhu0 at uba? csr 0160440 # DHU-11
103 dz0 at uba? csr 0160100 # DZ-11
104
105 pseudo-device loop 1
106 pseudo-device pty 48
107 pseudo-device bpfilter 8 # Not supported by de or qe yet.
108 pseudo-device sl 2
109 pseudo-device ppp 2
110 pseudo-device tun 2
111 pseudo-device tb 1
112 pseudo-device vnd 4
113