GENERIC revision 1.24.4.1 1 # $NetBSD: GENERIC,v 1.24.4.1 1997/11/20 08:50:25 mellon Exp $
2 #
3 # GENERIC VAX configuration file; all supported devices.
4 #
5
6 include "arch/vax/conf/std.vax"
7
8 # Here are all different supported CPU types listed.
9 options "VAX8600"
10 options "VAX8200"
11 options "VAX780"
12 options "VAX750"
13 options "VAX630" # MV II
14 options "VAX650" # MV III, 3600, 3800, 3900
15 options "VAX410" # VS 2000
16 options "VAX43" # VS 3100/76
17
18 # Max users on system; this is just a hint
19 maxusers 8
20
21 # Kernel compiled-in symbolic debugger & system call tracer
22 options DDB
23 options KTRACE
24 #options DIAGNOSTIC
25
26 #options SCSIVERBOSE # Verbose SCSI errors
27
28 # Network support
29 #options GATEWAY
30 options INET
31
32 # All supported filesystem types
33 file-system FFS
34 file-system LFS
35 file-system MFS
36 file-system NFS
37 file-system FDESC
38 file-system KERNFS
39 file-system NULLFS
40 file-system PROCFS
41 file-system UMAPFS
42 file-system UNION
43
44 options QUOTA
45 options FIFO
46 options NFSSERVER
47
48 # System V shared memory & semaphores support.
49 options SYSVMSG
50 options SYSVSEM
51 options SYSVSHM
52
53 # Old compat stuff; needed to run 4.3BSD Reno programs.
54 # Note that if COMPAT_ULTRIX is set, you lose compatibility with
55 # 4.3BSD Reno programs and get Ultrix compatibility instead.
56 # (They cannot coexist).
57 options COMPAT_43
58 options COMPAT_09
59 options COMPAT_10
60 options COMPAT_11
61 options COMPAT_12
62 #options COMPAT_ULTRIX
63 options TCP_COMPAT_42
64
65 options LKM
66
67 # Kernel(s) to compile
68 config netbsd root on ? type ?
69
70 backplane0 at root
71
72 # Devices directly attached to backplane.
73 cpu0 at backplane0 # Only one CPU so far.
74 sbi* at backplane0 # SBI's are always at backplane (Abus).
75 mem* at backplane0 # Some machines have memory at backplane.
76 bi* at backplane0 # VAXBI bus
77 cmi0 at backplane0 # 11/750 internal bus.
78 uba0 at backplane0 # MicroVAXen only have QBUS.
79 vsbus0 at backplane0 # Internal "virtual" VAXstation bus
80
81 # Devices connected at VAXBI
82 cpu0 at bi? node? # KA820/KA825 cpu
83 mem* at bi? node? # Memory subsystems
84 #ni* at bi? node? # DEBNA/DEBNT ethernet adapter
85 kdb* at bi? node? # KDB50 MSCP disk ctlr
86 mscpbus* at kdb?
87
88 # Devices connected at cmi
89 mem* at cmi? tr? # Memory subsystems
90 uba* at cmi? tr? # Unibus adapters
91 mba* at cmi? tr? # Massbus adapters
92
93 # Devices connected at sbi
94 mem* at sbi? tr? # Memory subsystems
95 uba* at sbi? tr? # Unibus adapters
96 mba* at sbi? tr? # Massbus adapters
97
98 # Devices on Massbus adapters
99 hp* at mba? drive? # RM/RP disk drives
100
101 # Disk controllers at Unibus
102 uda0 at uba? csr 0172150 # UDA50/RQDX?
103 uda1 at uba? csr 0160334
104 mscpbus* at uda?
105
106 # Tape drivers
107 mtc0 at uba? csr 0174500 # Tape MSCP ctlr
108 mscpbus* at mtc?
109
110 # MSCP devices
111 ra* at mscpbus? drive? # MSCP disk
112 mt* at mscpbus? drive? # MSCP tape
113
114 # Unibus tapes
115 #ts0 at uba? csr 0172520 # TS11/TSV05 tape.
116
117 # VS2000 builtin MFM controller (HDC9224)
118 hdc0 at vsbus0 # The strange builtin MFM controller
119 rd* at hdc0 drive? # The RD disk subsystem on VS2000
120
121 # VAXstation builtin SCSI-controller (NCR5380)
122 ncr0 at vsbus0 # 1st built-in SCSI interface
123 ncr1 at vsbus0 # 2nd built-in SCSI interface
124 scsibus* at ncr?
125
126 sd* at scsibus? target? lun?
127 st* at scsibus? target? lun?
128
129
130 # Ethernet cards
131 de0 at uba? csr 0174510 # DELUA/DEUNA
132 qe0 at uba? csr 0174440 # DEQNA/DELQA
133 le0 at vsbus0 # LANCE
134
135 # Terminal lines
136 dhu0 at uba? csr 0160440 # DHU-11
137 dz0 at uba? csr 0160100 # DZ-11
138 dl0 at uba? csr 0176500 # DL-11
139
140 pseudo-device loop 1
141 pseudo-device pty 48
142 pseudo-device bpfilter 8 # Not supported by de or qe yet.
143 pseudo-device sl 2
144 pseudo-device ppp 2
145 pseudo-device tun 2
146 pseudo-device tb 1
147 pseudo-device vnd 4
148 pseudo-device ccd 4
149 # rnd is EXPERIMENTAL
150 #pseudo-device rnd # /dev/random and in-kernel generator
151