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