GENERIC revision 1.59 1 # $NetBSD: GENERIC,v 1.59 2000/02/29 06:32:30 simonb Exp $
2 #
3 # GENERIC VAX configuration file; all supported devices.
4 #
5
6 include "arch/vax/conf/std.vax"
7
8 #ident "GENERIC-$Revision: 1.59 $"
9
10 # Here are all different supported CPU types listed.
11 options "VAX8600"
12 options "VAX8200"
13 options "VAX780"
14 options "VAX750"
15 options "VAX630" # MV II
16 options "VAX650" # MV III, 3600, 3800, 3900
17 options "VAX670" # VAX 4000/300
18 options "VAX410" # VS 2000
19 options "VAX43" # VS 3100/76
20 options "VAX46" # VS 4000/60
21 options "VAX48" # VS 4000 VLC
22 options "VAX49" # VS 4000/90
23
24 # Max users on system; this is just a hint
25 maxusers 8
26
27 # Kernel compiled-in symbolic debugger & system call tracer
28 #options DDB
29 #options DDB_HISTORY_SIZE=100 # enable history editing in DDB
30 options KTRACE
31 #options DIAGNOSTIC,DEBUG,KMEMSTATS,PMAPDEBUG,TRAPDEBUG
32
33 #options SCSIVERBOSE # Verbose SCSI errors
34
35 # Pull in config fragments for kernel crypto. This is required for
36 # options IPSEC etc. to work. If you want to run with IPSEC, uncomment
37 # one of these, based on whether you use crypto-us or crypto-intl, and
38 # adjust the prefixes as necessary.
39
40 #prefix ../crypto-us/sys
41 #cinclude "conf/files.crypto-us"
42 #prefix
43
44 #prefix ../crypto-intl/sys
45 #cinclude "conf/files.crypto-intl"
46 #prefix
47
48 # Network support
49 #options GATEWAY
50 options INET
51 options INET6 # IPV6
52 #options IPSEC # IP security
53 #options IPSEC_ESP # IP security (encryption part; define w/IPSEC)
54 #options IPSEC_DEBUG # debug for IP security
55
56 # All supported filesystem types
57 file-system FFS
58 file-system LFS
59 file-system MFS
60 file-system NFS
61 file-system FDESC
62 file-system KERNFS
63 file-system NULLFS
64 file-system OVERLAY # overlay file system
65 file-system PROCFS
66 file-system UMAPFS
67 file-system UNION
68 file-system CD9660
69
70 options QUOTA
71 #options FFS_EI # FFS Endian Independant support
72 #options SOFTDEP # FFS soft updates support.
73 options NFSSERVER
74 options NFS_BOOT_BOOTP,NFS_BOOT_DHCP # Use bootp <> dhcp
75 options NFS_BOOT_BOOTPARAM # Use the Sun way for netbooting.
76
77 # WS console uses VT100 terminal emulation
78 options WSEMUL_VT100
79 options WSDISPLAY_DEFAULTSCREENS=8
80
81 # System V shared memory & semaphores support.
82 options SYSVMSG
83 options SYSVSEM
84 options SYSVSHM
85
86 # Old compat stuff; needed to run 4.3BSD Reno programs.
87 # Note that if COMPAT_ULTRIX is set, you lose compatibility with
88 # 4.3BSD Reno programs and get Ultrix compatibility instead.
89 # (They cannot coexist).
90 options COMPAT_VAX1K # Must be present to run pre-1.4 binaries.
91 options COMPAT_43
92 options COMPAT_09
93 options COMPAT_10
94 options COMPAT_11
95 options COMPAT_12
96 options COMPAT_13
97 options COMPAT_14
98 #options COMPAT_ULTRIX
99 options COMPAT_IBCS2 # DEC SVR.3 compatilibity
100
101 options LKM
102
103 # Kernel(s) to compile
104 config netbsd root on ? type ?
105
106 mainbus0 at root
107
108 # All buses; from the beginning attached to mainbus.
109 abus0 at mainbus0 # Master bus on VAX 8600
110 sbi0 at mainbus0 # SBI, master bus on 11/780.
111 cmi0 at mainbus0 # 11/750 internal bus.
112 bi0 at mainbus0 # VAX 8200
113 vsbus0 at mainbus0 # All VAXstations
114 ibus0 at mainbus0 # All Microvax
115 #nbi0 at mainbus0 # VAX 8800
116 #xmi0 at mainbus0 # VAX 6000
117
118 # Vsbus, the virtual VAXstation bus, and possible devices.
119 le0 at vsbus0 csr 0x200e0000 # LANCE ethernet
120 ze0 at vsbus0 csr 0x20008000 # SGEC ethernet
121 dz0 at vsbus0 csr 0x200a0000 # DC-367 DZ-11 lookalike ctlr
122 dz0 at vsbus0 csr 0x25000000 # VS4000/90 serial line
123 #hdc0 at vsbus0 csr 0x200c0000 # HDC9224 MFM/floppy ctlr
124 ncr0 at vsbus0 csr 0x200c0080 # VS2000/3100 SCSI-ctlr
125 ncr1 at vsbus0 csr 0x200c0180 # VS2000/3100 SCSI-ctlr
126 smg0 at vsbus0 csr 0x200f0000 # Small monochrome display ctlr.
127 #clr0 at vsbus0 csr 0x30000000 # 4- or 8-bitplans color graphics
128
129 #rd* at hdc0 drive? # RD5x disks
130 #ry* at hdc0 drive? # RX floppies
131
132 # Ibus, the internal bus on most Microvaxen
133 uba0 at ibus0 # Qbus adapter
134 ze0 at ibus0 # SGEC on-board ethernet
135 #shac0 at ibus0 # DSSI controller
136
137 # Devices connected at VAXBI
138 cpu* at bi? node? # KA820/KA825 cpu
139 mem* at bi? node? # Memory subsystems
140 #uba* at bi? node? # DWBUA BI-Unibus adapter
141 #ni* at bi? node? # DEBNA/DEBNT ethernet adapter
142 #kdb* at bi? node? # KDB50 MSCP disk ctlr
143 #mscpbus* at kdb?
144
145 # CMI (VAX 11/750)
146 mem* at cmi? tr? # Memory subsystems
147 uba* at cmi? tr? # Unibus adapters
148 mba* at cmi? tr? # Massbus adapters
149
150 # SBI (VAX 11/780, VAX 8600)
151 sbi* at abus0 # VAX 8600 can have up to 4 SBI's.
152
153 mem* at sbi? tr? # Memory subsystems
154 uba* at sbi? tr? # Unibus adapters
155 mba* at sbi? tr? # Massbus adapters
156
157 # Devices on Massbus adapters
158 hp* at mba? drive? # RM/RP disk drives
159
160 # Devices on Unibus/Qbus adapters
161 uda0 at uba? csr 0172150 # UDA50/RQDX?
162 uda1 at uba? csr 0160334
163 mtc0 at uba? csr 0174500 # Tape MSCP ctlr
164 #ts0 at uba? csr 0172520 # TS11/TSV05 tape.
165 #qd0 at uba? csr 0177400 # 4- or 8-bitplans color graphics
166 #qv0 at uba? csr 0177400 # Monochrome graphics
167 #de0 at uba? csr 0174510 # DELUA/DEUNA
168 qe0 at uba? csr 0174440 # DEQNA/DELQA
169 dhu0 at uba? csr 0160440 # DHU-11
170 dz0 at uba? csr 0160100 # DZ-11
171 dl0 at uba? csr 0176500 # DL-11
172
173 # MSCP devices
174 mscpbus* at uda?
175 mscpbus* at mtc?
176 #mscpbus* at kdb?
177
178 ra* at mscpbus? drive? # MSCP disk
179 rx* at mscpbus? drive? # MSCP floppy
180 mt* at mscpbus? drive? # MSCP tape
181
182 # VS2000 builtin MFM controller (HDC9224)
183 #hdc0 at vsbus0 # The strange builtin MFM controller
184
185 # SCSI devices
186 scsibus* at ncr?
187
188 sd* at scsibus? target? lun?
189 st* at scsibus? target? lun?
190 cd* at scsibus? target? lun?
191 ch* at scsibus? target? lun?
192 ss* at scsibus? target? lun?
193 uk* at scsibus? target? lun?
194
195 # VAXstation graphics support
196 wsdisplay0 at smg0
197 #wsdisplay0 at clr0
198 #wsdisplay0 at qd0
199 #wsdisplay0 at qv0
200 lkc0 at dz0
201
202 pseudo-device loop 1
203 pseudo-device pty 48
204 pseudo-device bpfilter 8 # Not supported by de yet.
205 pseudo-device sl 2
206 pseudo-device ppp 2
207 pseudo-device tun 2
208 #pseudo-device gre 2 # generic L3 over IP tunnel
209 pseudo-device gif 4 # IPv[46] over IPv[46] tunnel (RFC1933)
210 #pseudo-device faith 1 # IPv[46] tcp relay translation i/f
211 pseudo-device tb 1
212 pseudo-device vnd 4
213 pseudo-device ccd 4
214 #pseudo-device raid 4 # RAIDframe disk driver
215 #options RAID_AUTOCONFIG # auto-configuration of RAID components
216 # rnd is EXPERIMENTAL
217 #pseudo-device rnd # /dev/random and in-kernel generator
218