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