GENERIC revision 1.45.2.1 1 # $NetBSD: GENERIC,v 1.45.2.1 2000/06/03 14:45:48 he 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_ULTRIX
77 options TCP_COMPAT_42
78
79 options LKM
80
81 # Kernel(s) to compile
82 config netbsd root on ? type ?
83
84 mainbus0 at root
85
86 # Devices directly attached to mainbus.
87 cpu0 at mainbus0 # Only one CPU so far.
88 sbi* at mainbus0 # SBI's are always at mainbus (Abus).
89 mem* at mainbus0 # Some machines have memory at mainbus.
90 bi* at mainbus0 # VAXBI bus
91 cmi0 at mainbus0 # 11/750 internal bus.
92 uba0 at mainbus0 # MicroVAXen only have QBUS.
93 vsbus0 at mainbus0 # Internal "virtual" VAXstation bus
94
95 # Devices connected at VAXBI
96 cpu0 at bi? node? # KA820/KA825 cpu
97 cpu* at bi? node?
98 mem* at bi? node? # Memory subsystems
99 uba* at bi? node? # DWBUA BI-Unibus adapter
100 #ni* at bi? node? # DEBNA/DEBNT ethernet adapter
101 kdb* at bi? node? # KDB50 MSCP disk ctlr
102 mscpbus* at kdb?
103
104 # Devices connected at cmi
105 mem* at cmi? tr? # Memory subsystems
106 uba* at cmi? tr? # Unibus adapters
107 mba* at cmi? tr? # Massbus adapters
108
109 # Devices connected at sbi
110 mem* at sbi? tr? # Memory subsystems
111 uba* at sbi? tr? # Unibus adapters
112 mba* at sbi? tr? # Massbus adapters
113
114 # Devices on Massbus adapters
115 hp* at mba? drive? # RM/RP disk drives
116
117 # Disk controllers at Unibus
118 uda0 at uba? csr 0172150 # UDA50/RQDX?
119 uda1 at uba? csr 0160334
120 mscpbus* at uda?
121
122 # Tape drivers
123 mtc0 at uba? csr 0174500 # Tape MSCP ctlr
124 mscpbus* at mtc?
125
126 # MSCP devices
127 ra* at mscpbus? drive? # MSCP disk
128 rx* at mscpbus? drive? # MSCP floppy
129 mt* at mscpbus? drive? # MSCP tape
130
131 # Unibus tapes
132 #ts0 at uba? csr 0172520 # TS11/TSV05 tape.
133
134 # VS2000 builtin MFM controller (HDC9224)
135 #hdc0 at vsbus0 # The strange builtin MFM controller
136 #rd* at hdc0 drive? # The RD disk subsystem on VS2000
137
138 # SCSI controllers.
139 ncr0 at vsbus0 csr 0x200c0080 # VS2000/3100 SCSI-controller (5380)
140 ncr1 at vsbus0 csr 0x200c0180 # VS2000/3100 SCSI-controller (5380)
141 scsibus* at ncr?
142
143 # SCSI devices
144 sd* at scsibus? target? lun?
145 st* at scsibus? target? lun?
146 cd* at scsibus? target? lun?
147 ch* at scsibus? target? lun?
148 ss* at scsibus? target? lun?
149 uk* at scsibus? target? lun?
150
151 # Graphic adapters.
152 qd0 at uba? csr 0177400
153
154 # Ethernet cards
155 de0 at uba? csr 0174510 # DELUA/DEUNA
156 qe0 at uba? csr 0174440 # DEQNA/DELQA
157 ln0 at vsbus0 csr 0x200e0000# LANCE
158
159 # Terminal lines
160 dhu0 at uba? csr 0160440 # DHU-11
161 dz0 at uba? csr 0160100 # DZ-11
162 dz0 at vsbus0 csr 0x200a0000# DC-367
163 dl0 at uba? csr 0176500 # DL-11
164
165 # VAXstation graphics support
166 smg0 at vsbus0 csr 0x200f0000# Small monochrome display ctlr.
167 wsdisplay0 at smg0 # display device driver.
168 lkc0 at dz0 # Keyboard LK201
169
170 pseudo-device loop 1
171 pseudo-device pty 48
172 pseudo-device bpfilter 8 # Not supported by de yet.
173 pseudo-device sl 2
174 pseudo-device ppp 2
175 pseudo-device tun 2
176 #pseudo-device gre 2 # generic L3 over IP tunnel
177 pseudo-device tb 1
178 pseudo-device vnd 4
179 pseudo-device ccd 4
180 #pseudo-device raid 4 # RAIDframe disk driver
181 # rnd is EXPERIMENTAL
182 #pseudo-device rnd # /dev/random and in-kernel generator
183