GENERIC revision 1.50 1 # $NetBSD: GENERIC,v 1.50 1999/08/14 18:44:00 ragge 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 "VAX670" # VAX 4000/300
16 options "VAX410" # VS 2000
17 options "VAX43" # VS 3100/76
18 options "VAX46" # VS 4000/60
19 options "VAX48" # VS 4000 VLC
20 options "VAX49" # VS 4000/90
21
22 # Max users on system; this is just a hint
23 maxusers 8
24
25 # Kernel compiled-in symbolic debugger & system call tracer
26 #options DDB
27 #options DDB_HISTORY_SIZE=100 # enable history editing in DDB
28 options KTRACE
29 #options DIAGNOSTIC,DEBUG,KMEMSTATS,PMAPDEBUG,TRAPDEBUG
30
31 #options SCSIVERBOSE # Verbose SCSI errors
32
33 # Network support
34 #options GATEWAY
35 options INET
36
37 # All supported filesystem types
38 file-system FFS
39 file-system LFS
40 file-system MFS
41 file-system NFS
42 file-system FDESC
43 file-system KERNFS
44 file-system NULLFS
45 file-system PROCFS
46 file-system UMAPFS
47 file-system UNION
48 file-system CD9660
49
50 options QUOTA
51 #options FFS_EI # FFS Endian Independant support
52 options NFSSERVER
53 options NFS_BOOT_BOOTP,NFS_BOOT_DHCP # Use bootp <> dhcp
54 options NFS_BOOT_BOOTPARAM # Use the Sun way for netbooting.
55
56 # WS console uses VT100 terminal emulation
57 options WSEMUL_VT100
58 options WSDISPLAY_DEFAULTSCREENS=8
59
60 # System V shared memory & semaphores support.
61 options SYSVMSG
62 options SYSVSEM
63 options SYSVSHM
64
65 # Old compat stuff; needed to run 4.3BSD Reno programs.
66 # Note that if COMPAT_ULTRIX is set, you lose compatibility with
67 # 4.3BSD Reno programs and get Ultrix compatibility instead.
68 # (They cannot coexist).
69 options COMPAT_VAX1K # Must be present to run pre-1.4 binaries.
70 options COMPAT_43
71 options COMPAT_09
72 options COMPAT_10
73 options COMPAT_11
74 options COMPAT_12
75 options COMPAT_13
76 options COMPAT_14
77 #options COMPAT_ULTRIX
78 options TCP_COMPAT_42
79
80 options LKM
81
82 # Kernel(s) to compile
83 config netbsd root on ? type ?
84
85 mainbus0 at root
86
87 # All buses; from the beginning attached to mainbus.
88 abus0 at mainbus0 # Master bus on VAX 8600
89 sbi0 at mainbus0 # SBI, master bus on 11/780.
90 cmi0 at mainbus0 # 11/750 internal bus.
91 bi0 at mainbus0 # VAX 8200
92 vsbus0 at mainbus0 # All VAXstations
93 ibus0 at mainbus0 # All Microvax
94 #nbi0 at mainbus0 # VAX 8800
95 #xmi0 at mainbus0 # VAX 6000
96
97 # Vsbus, the virtual VAXstation bus, and possible devices.
98 le0 at vsbus0 csr 0x200e0000 # LANCE ethernet
99 dz0 at vsbus0 csr 0x200a0000 # DC-367 DZ-11 lookalike ctlr
100 #hdc0 at vsbus0 csr 0x200c0000 # HDC9224 MFM/floppy ctlr
101 ncr0 at vsbus0 csr 0x200c0080 # VS2000/3100 SCSI-ctlr
102 ncr1 at vsbus0 csr 0x200c0180 # VS2000/3100 SCSI-ctlr
103 smg0 at vsbus0 csr 0x200f0000 # Small monochrome display ctlr.
104 #clr0 at vsbus0 csr 0x30000000 # 4- or 8-bitplans color graphics
105
106 #rd* at hdc0 drive? # RD5x disks
107 #ry* at hdc0 drive? # RX floppies
108
109 # Ibus, the internal bus on most Microvaxen
110 uba0 at ibus0 # Qbus adapter
111 ze0 at ibus0 # SGEC on-board ethernet
112 #shac0 at ibus0 # DSSI controller
113
114 # Devices connected at VAXBI
115 cpu* at bi? node? # KA820/KA825 cpu
116 mem* at bi? node? # Memory subsystems
117 #uba* at bi? node? # DWBUA BI-Unibus adapter
118 #ni* at bi? node? # DEBNA/DEBNT ethernet adapter
119 #kdb* at bi? node? # KDB50 MSCP disk ctlr
120 #mscpbus* at kdb?
121
122 # CMI (VAX 11/750)
123 mem* at cmi? tr? # Memory subsystems
124 uba* at cmi? tr? # Unibus adapters
125 mba* at cmi? tr? # Massbus adapters
126
127 # SBI (VAX 11/780, VAX 8600)
128 sbi* at abus0 # VAX 8600 can have up to 4 SBI's.
129
130 mem* at sbi? tr? # Memory subsystems
131 uba* at sbi? tr? # Unibus adapters
132 mba* at sbi? tr? # Massbus adapters
133
134 # Devices on Massbus adapters
135 hp* at mba? drive? # RM/RP disk drives
136
137 # Devices on Unibus/Qbus adapters
138 uda0 at uba? csr 0172150 # UDA50/RQDX?
139 uda1 at uba? csr 0160334
140 mtc0 at uba? csr 0174500 # Tape MSCP ctlr
141 #ts0 at uba? csr 0172520 # TS11/TSV05 tape.
142 #qd0 at uba? csr 0177400 # 4- or 8-bitplans color graphics
143 #qv0 at uba? csr 0177400 # Monochrome graphics
144 #de0 at uba? csr 0174510 # DELUA/DEUNA
145 qe0 at uba? csr 0174440 # DEQNA/DELQA
146 dhu0 at uba? csr 0160440 # DHU-11
147 dz0 at uba? csr 0160100 # DZ-11
148 dl0 at uba? csr 0176500 # DL-11
149
150 # MSCP devices
151 mscpbus* at uda?
152 mscpbus* at mtc?
153 #mscpbus* at kdb?
154
155 ra* at mscpbus? drive? # MSCP disk
156 rx* at mscpbus? drive? # MSCP floppy
157 mt* at mscpbus? drive? # MSCP tape
158
159 # VS2000 builtin MFM controller (HDC9224)
160 #hdc0 at vsbus0 # The strange builtin MFM controller
161
162 # SCSI devices
163 scsibus* at ncr?
164
165 sd* at scsibus? target? lun?
166 st* at scsibus? target? lun?
167 cd* at scsibus? target? lun?
168 ch* at scsibus? target? lun?
169 ss* at scsibus? target? lun?
170 uk* at scsibus? target? lun?
171
172 # VAXstation graphics support
173 wsdisplay0 at smg0
174 #wsdisplay0 at clr0
175 #wsdisplay0 at qd0
176 #wsdisplay0 at qv0
177 lkc0 at dz0
178
179 pseudo-device loop 1
180 pseudo-device pty 48
181 pseudo-device bpfilter 8 # Not supported by de yet.
182 pseudo-device sl 2
183 pseudo-device ppp 2
184 pseudo-device tun 2
185 #pseudo-device gre 2 # generic L3 over IP tunnel
186 pseudo-device tb 1
187 pseudo-device vnd 4
188 pseudo-device ccd 4
189 #pseudo-device raid 4 # RAIDframe disk driver
190 # rnd is EXPERIMENTAL
191 #pseudo-device rnd # /dev/random and in-kernel generator
192