GENERIC revision 1.29 1 # $NetBSD: GENERIC,v 1.29 1998/03/18 16:34:44 bouyer 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
50 # System V shared memory & semaphores support.
51 options SYSVMSG
52 options SYSVSEM
53 options SYSVSHM
54
55 # Old compat stuff; needed to run 4.3BSD Reno programs.
56 # Note that if COMPAT_ULTRIX is set, you lose compatibility with
57 # 4.3BSD Reno programs and get Ultrix compatibility instead.
58 # (They cannot coexist).
59 options COMPAT_43
60 options COMPAT_09
61 options COMPAT_10
62 options COMPAT_11
63 options COMPAT_12
64 options COMPAT_13
65 #options COMPAT_ULTRIX
66 options TCP_COMPAT_42
67
68 options LKM
69
70 # Kernel(s) to compile
71 config netbsd root on ? type ?
72
73 backplane0 at root
74
75 # Devices directly attached to backplane.
76 cpu0 at backplane0 # Only one CPU so far.
77 sbi* at backplane0 # SBI's are always at backplane (Abus).
78 mem* at backplane0 # Some machines have memory at backplane.
79 bi* at backplane0 # VAXBI bus
80 cmi0 at backplane0 # 11/750 internal bus.
81 uba0 at backplane0 # MicroVAXen only have QBUS.
82 vsbus0 at backplane0 # Internal "virtual" VAXstation bus
83
84 # Devices connected at VAXBI
85 cpu0 at bi? node? # KA820/KA825 cpu
86 mem* at bi? node? # Memory subsystems
87 #ni* at bi? node? # DEBNA/DEBNT ethernet adapter
88 kdb* at bi? node? # KDB50 MSCP disk ctlr
89 mscpbus* at kdb?
90
91 # Devices connected at cmi
92 mem* at cmi? tr? # Memory subsystems
93 uba* at cmi? tr? # Unibus adapters
94 mba* at cmi? tr? # Massbus adapters
95
96 # Devices connected at sbi
97 mem* at sbi? tr? # Memory subsystems
98 uba* at sbi? tr? # Unibus adapters
99 mba* at sbi? tr? # Massbus adapters
100
101 # Devices on Massbus adapters
102 hp* at mba? drive? # RM/RP disk drives
103
104 # Disk controllers at Unibus
105 uda0 at uba? csr 0172150 # UDA50/RQDX?
106 uda1 at uba? csr 0160334
107 mscpbus* at uda?
108
109 # Tape drivers
110 mtc0 at uba? csr 0174500 # Tape MSCP ctlr
111 mscpbus* at mtc?
112
113 # MSCP devices
114 ra* at mscpbus? drive? # MSCP disk
115 rx* at mscpbus? drive? # MSCP floppy
116 mt* at mscpbus? drive? # MSCP tape
117
118 # Unibus tapes
119 #ts0 at uba? csr 0172520 # TS11/TSV05 tape.
120
121 # VS2000 builtin MFM controller (HDC9224)
122 hdc0 at vsbus0 # The strange builtin MFM controller
123 rd* at hdc0 drive? # The RD disk subsystem on VS2000
124
125 # VAXstation builtin SCSI-controller (NCR5380)
126 ncr0 at vsbus0 # 1st built-in SCSI interface
127 ncr1 at vsbus0 # 2nd built-in SCSI interface
128 scsibus* at ncr?
129
130 sd* at scsibus? target? lun?
131 st* at scsibus? target? lun?
132
133
134 # Ethernet cards
135 de0 at uba? csr 0174510 # DELUA/DEUNA
136 qe0 at uba? csr 0174440 # DEQNA/DELQA
137 le0 at vsbus0 # LANCE
138
139 # Terminal lines
140 dhu0 at uba? csr 0160440 # DHU-11
141 dz0 at uba? csr 0160100 # DZ-11
142 dl0 at uba? csr 0176500 # DL-11
143
144 pseudo-device loop 1
145 pseudo-device pty 48
146 pseudo-device bpfilter 8 # Not supported by de or qe yet.
147 pseudo-device sl 2
148 pseudo-device ppp 2
149 pseudo-device tun 2
150 pseudo-device tb 1
151 pseudo-device vnd 4
152 pseudo-device ccd 4
153 # rnd is EXPERIMENTAL
154 #pseudo-device rnd # /dev/random and in-kernel generator
155