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