GENERIC revision 1.38 1 # $NetBSD: GENERIC,v 1.38 1998/10/18 18:49:04 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 "VAX410" # VS 2000
16 options "VAX43" # VS 3100/76
17 options "VAX46" # VS 4000/60
18
19 # Max users on system; this is just a hint
20 maxusers 8
21
22 # Kernel compiled-in symbolic debugger & system call tracer
23 #options DDB
24 #options DDB_HISTORY_SIZE=100 # enable history editing in DDB
25 options KTRACE
26 #options DIAGNOSTIC
27
28 #options SCSIVERBOSE # Verbose SCSI errors
29
30 # Network support
31 #options GATEWAY
32 options INET
33
34 # All supported filesystem types
35 file-system FFS
36 file-system LFS
37 file-system MFS
38 file-system NFS
39 file-system FDESC
40 file-system KERNFS
41 file-system NULLFS
42 file-system PROCFS
43 file-system UMAPFS
44 file-system UNION
45
46 options QUOTA
47 #options FFS_EI # FFS Endian Independant support
48 options NFSSERVER
49 options NFS_BOOT_BOOTPARAM # Use the Sun way for netbooting.
50
51 options UVM
52 options PMAP_NEW
53
54 # WS console uses SUN terminal emulation
55 options WSEMUL_SUN
56
57 # System V shared memory & semaphores support.
58 options SYSVMSG
59 options SYSVSEM
60 options SYSVSHM
61
62 # Old compat stuff; needed to run 4.3BSD Reno programs.
63 # Note that if COMPAT_ULTRIX is set, you lose compatibility with
64 # 4.3BSD Reno programs and get Ultrix compatibility instead.
65 # (They cannot coexist).
66 options COMPAT_VAX1K # Must be present to run pre-1.4 binaries.
67 options COMPAT_43
68 options COMPAT_09
69 options COMPAT_10
70 options COMPAT_11
71 options COMPAT_12
72 options COMPAT_13
73 #options COMPAT_ULTRIX
74 options TCP_COMPAT_42
75
76 options LKM
77
78 # Kernel(s) to compile
79 config netbsd root on ? type ?
80
81 mainbus0 at root
82
83 # Devices directly attached to mainbus.
84 cpu0 at mainbus0 # Only one CPU so far.
85 sbi* at mainbus0 # SBI's are always at mainbus (Abus).
86 mem* at mainbus0 # Some machines have memory at mainbus.
87 bi* at mainbus0 # VAXBI bus
88 cmi0 at mainbus0 # 11/750 internal bus.
89 uba0 at mainbus0 # MicroVAXen only have QBUS.
90 vsbus0 at mainbus0 # Internal "virtual" VAXstation bus
91
92 # Devices connected at VAXBI
93 cpu0 at bi? node? # KA820/KA825 cpu
94 cpu* at bi? node?
95 mem* at bi? node? # Memory subsystems
96 uba* at bi? node? # DWBUA BI-Unibus adapter
97 #ni* at bi? node? # DEBNA/DEBNT ethernet adapter
98 kdb* at bi? node? # KDB50 MSCP disk ctlr
99 mscpbus* at kdb?
100
101 # Devices connected at cmi
102 mem* at cmi? tr? # Memory subsystems
103 uba* at cmi? tr? # Unibus adapters
104 mba* at cmi? tr? # Massbus adapters
105
106 # Devices connected at sbi
107 mem* at sbi? tr? # Memory subsystems
108 uba* at sbi? tr? # Unibus adapters
109 mba* at sbi? tr? # Massbus adapters
110
111 # Devices on Massbus adapters
112 hp* at mba? drive? # RM/RP disk drives
113
114 # Disk controllers at Unibus
115 uda0 at uba? csr 0172150 # UDA50/RQDX?
116 uda1 at uba? csr 0160334
117 mscpbus* at uda?
118
119 # Tape drivers
120 mtc0 at uba? csr 0174500 # Tape MSCP ctlr
121 mscpbus* at mtc?
122
123 # MSCP devices
124 ra* at mscpbus? drive? # MSCP disk
125 rx* at mscpbus? drive? # MSCP floppy
126 mt* at mscpbus? drive? # MSCP tape
127
128 # Unibus tapes
129 #ts0 at uba? csr 0172520 # TS11/TSV05 tape.
130
131 # VS2000 builtin MFM controller (HDC9224)
132 #hdc0 at vsbus0 # The strange builtin MFM controller
133 #rd* at hdc0 drive? # The RD disk subsystem on VS2000
134
135 # VAXstation builtin SCSI-controller (NCR5380)
136 #ncr0 at vsbus0 # 1st built-in SCSI interface
137 #ncr1 at vsbus0 # 2nd built-in SCSI interface
138 #scsibus* at ncr?
139
140 #sd* at scsibus? target? lun?
141 #st* at scsibus? target? lun?
142
143 # Graphic adapters.
144 qd0 at uba? csr 0177400
145
146 # Ethernet cards
147 de0 at uba? csr 0174510 # DELUA/DEUNA
148 qe0 at uba? csr 0174440 # DEQNA/DELQA
149 ln0 at vsbus0 # LANCE
150
151 # Terminal lines
152 dhu0 at uba? csr 0160440 # DHU-11
153 dz0 at uba? csr 0160100 # DZ-11
154 dz0 at vsbus0 # DC-367
155 dl0 at uba? csr 0176500 # DL-11
156
157 # VAXstation graphics support
158 smg0 at vsbus0 # Small monochrome display ctlr.
159 wsdisplay0 at smg0 # display device driver.
160 lkc0 at dz0 # Keyboard LK201
161
162 pseudo-device loop 1
163 pseudo-device pty 48
164 pseudo-device bpfilter 8 # Not supported by de yet.
165 pseudo-device sl 2
166 pseudo-device ppp 2
167 pseudo-device tun 2
168 pseudo-device tb 1
169 pseudo-device vnd 4
170 pseudo-device ccd 4
171 # rnd is EXPERIMENTAL
172 #pseudo-device rnd # /dev/random and in-kernel generator
173