INSTALL revision 1.7 1 # $NetBSD: INSTALL,v 1.7 2000/08/26 02:32:57 matt Exp $
2 #
3 # INSTALL kernel; all supported devices but nothing fancy.
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 # Enable the hooks used for initializing the root memory-disk.
26 options MEMORY_DISK_HOOKS
27 options MEMORY_DISK_IS_ROOT # force root on memory disk
28 options MEMORY_DISK_SERVER=0 # no userspace memory disk support
29 options MINIROOTSIZE=2276 # size of memory disk, in blocks
30
31
32 # Kernel compiled-in symbolic debugger & system call tracer
33 #options DDB
34 #options DDB_HISTORY_SIZE=100 # enable history editing in DDB
35 #options KTRACE
36 #options DIAGNOSTIC,DEBUG,KMEMSTATS,PMAPDEBUG,TRAPDEBUG
37
38 #options SCSIVERBOSE # Verbose SCSI errors
39
40 # Network support
41 #options GATEWAY
42 options INET
43
44 # All supported filesystem types
45 file-system FFS
46 #file-system LFS
47 #file-system MFS
48 file-system NFS
49 #file-system FDESC
50 file-system KERNFS
51 #file-system NULLFS
52 #file-system PROCFS
53 #file-system UMAPFS
54 #file-system UNION
55 file-system CD9660
56
57 #options QUOTA
58 #options FFS_EI # FFS Endian Independant support
59 #options NFSSERVER
60 #options NFS_BOOT_BOOTP,NFS_BOOT_DHCP # Use bootp <> dhcp
61 #options NFS_BOOT_BOOTPARAM # Use the Sun way for netbooting.
62
63 # WS console uses VT100 terminal emulation
64 options WSEMUL_VT100
65 #options WSDISPLAY_DEFAULTSCREENS=8
66
67 # System V shared memory & semaphores support.
68 #options SYSVMSG
69 #options SYSVSEM
70 #options SYSVSHM
71
72 # Old compat stuff; needed to run 4.3BSD Reno programs.
73 # Note that if COMPAT_ULTRIX is set, you lose compatibility with
74 # 4.3BSD Reno programs and get Ultrix compatibility instead.
75 # (They cannot coexist).
76 #options COMPAT_VAX1K # Must be present to run pre-1.4 binaries.
77 #options COMPAT_43
78 #options COMPAT_09
79 #options COMPAT_10
80 #options COMPAT_11
81 #options COMPAT_12
82 #options COMPAT_13
83 options COMPAT_14
84 options COMPAT_15
85 #options COMPAT_ULTRIX
86
87 #options LKM
88
89 # Kernel(s) to compile
90 config netbsd root on ? type ?
91
92 mainbus0 at root
93
94 # Devices directly attached to mainbus.
95 sbi* at mainbus0 # SBI's, VAX-11/78[05] main bus
96 bi* at mainbus0 # VAXBI bus
97 abus0 at mainbus0 # 8600 internal bus.
98 cmi0 at mainbus0 # 11/750 internal bus.
99 vsbus0 at mainbus0 # Internal "virtual" VAXstation bus
100 ibus0 at mainbus0 # Internal MicroVAX bus
101
102 # Devices connected at VAXBI
103 cpu0 at bi? node? # KA820/KA825 cpu
104 cpu* at bi? node?
105 mem* at bi? node? # Memory subsystems
106 #uba* at bi? node? # DWBUA BI-Unibus adapter
107 #ni* at bi? node? # DEBNA/DEBNT ethernet adapter
108 kdb* at bi? node? # KDB50 MSCP disk ctlr
109 mscpbus* at kdb?
110
111 # Devices connected at cmi
112 mem* at cmi? tr? # Memory subsystems
113 uba* at cmi? tr? # Unibus adapters
114 mba* at cmi? tr? # Massbus adapters
115
116 # Devices connected at abus
117 sbi* at abus0
118
119 # Devices connected at sbi
120 mem* at sbi? tr? # Memory subsystems
121 uba* at sbi? tr? # Unibus adapters
122 mba* at sbi? tr? # Massbus adapters
123
124 # Devices on Massbus adapters
125 hp* at mba? drive? # RM/RP disk drives
126
127 # Devices on internal MicroVAX bus
128 uba0 at ibus? # Q-Bus adapter
129
130 # Disk controllers at Unibus
131 uda0 at uba? csr 0172150 # UDA50/RQDX?
132 uda1 at uba? csr 0160334
133 mscpbus* at uda?
134
135 # Tape drivers
136 mtc0 at uba? csr 0174500 # Tape MSCP ctlr
137 mscpbus* at mtc?
138
139 # MSCP devices
140 ra* at mscpbus? drive? # MSCP disk
141 rx* at mscpbus? drive? # MSCP floppy
142 mt* at mscpbus? drive? # MSCP tape
143
144 # Unibus tapes
145 #ts0 at uba? csr 0172520 # TS11/TSV05 tape.
146
147 # VS2000 builtin MFM controller (HDC9224)
148 #hdc0 at vsbus0 # The strange builtin MFM controller
149 #rd* at hdc0 drive? # The RD disk subsystem on VS2000
150
151 # SCSI controllers.
152 asc0 at vsbus0 csr 0x200c0080 # VS4000/{60,VLC} SCSI-controller
153 #asc0 at vsbus0 csr 0x26000080 # VS4000/90 SCSI-controller
154 si0 at vsbus0 csr 0x200c0080 # VS2000/3100 SCSI-controller (5380)
155 si1 at vsbus0 csr 0x200c0180 # VS2000/3100 SCSI-controller (5380)
156 scsibus* at asc?
157 scsibus* at si?
158
159 # SCSI devices
160 sd* at scsibus? target? lun?
161 st* at scsibus? target? lun?
162 cd* at scsibus? target? lun?
163 #ch* at scsibus? target? lun?
164 #ss* at scsibus? target? lun?
165 #uk* at scsibus? target? lun?
166
167 # Ethernet cards
168 de0 at uba? csr 0174510 # DELUA/DEUNA
169 qe0 at uba? csr 0174440 # DEQNA/DELQA
170 qe1 at uba? csr 0174460 # DEQNA/DELQA
171 le0 at vsbus0 csr 0x200e0000# LANCE
172 ze0 at vsbus0 csr 0x20008000# SGEC ethernet
173 ze0 at ibus0 # SGEC on-board ethernet
174
175 # Terminal lines
176 dhu0 at uba? csr 0160440 # DHU-11
177 dz0 at uba? csr 0160100 # DZ-11
178 dz0 at vsbus0 csr 0x200a0000# DC-367
179 dz0 at vsbus0 csr 0x25000000# VS4000/90
180 dl0 at uba? csr 0176500 # DL-11
181
182 # VAXstation graphics support
183 #qd0 at uba? csr 0177400
184 smg0 at vsbus0 csr 0x200f0000# Small monochrome display ctlr.
185 wsdisplay0 at smg0 # display device driver.
186 lkc0 at dz0 # Keyboard LK201
187
188 pseudo-device loop 1
189 pseudo-device pty 8
190 #pseudo-device bpfilter 8 # Not supported by de yet.
191 #pseudo-device tun 2
192 #pseudo-device gre 2 # generic L3 over IP tunnel
193 #pseudo-device tb 1
194 #pseudo-device vnd 4
195 #pseudo-device ccd 4
196 #pseudo-device raid 4 # RAIDframe disk driver
197 # rnd is EXPERIMENTAL
198 #pseudo-device rnd # /dev/random and in-kernel generator
199 pseudo-device md 1
200