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