FOUR_TTYS revision 1.6 1 # $NetBSD: FOUR_TTYS,v 1.6 1996/12/28 23:27:27 pk Exp $
2
3 #
4 # FOUR_TTYS Sun3 (3/50, 3/60, 3/110, 3/160, 3/260)
5 # like GENERIC but both zs chips are used as ttys
6 #
7
8 include "arch/sun3/conf/std.sun3"
9
10 # Machines to be supported by this kernel
11 options GENERIC
12 options FPU_EMULATE
13 options HAVECACHE # Sun3/260 VAC
14
15 # Needs to be set per system. i.e change these as you see fit
16 maxusers 4
17
18 # Standard system options
19 options KTRACE # system call tracing support
20
21 # Debugging options. Uncomment either this:
22 options DDB
23 # ... or these two: (for KGDB on another machine)
24 #makeoptions DEBUG="-g" # symbols for kgdb + nm
25 #options KGDB
26
27 # Filesystem options
28 options NFSSERVER # nfs server support
29 options NFSCLIENT # nfs client support
30 options FFS # ufs file system
31 #
32 options CD9660 # ISO 9660 + Rock Ridge file system
33 options FDESC # /dev/fd/*
34 options FIFO # FIFOs; RECOMMENDED
35 options KERNFS # /kern
36 options NULLFS # loopback file system
37 options PROCFS # /proc
38 options UNION # union file system
39 options MFS # memory-based filesystem
40
41 # Networking options
42 options INET # IP prototol stack support
43 #options GATEWAY # IP packet forwarding
44 options TCP_COMPAT_42 # TCP bug compatibility with 4.2BSD
45 # XXX - Work-around for root on slow SunOS/Sun3 servers (sigh...)
46 options NFS_BOOT_RWSIZE=1024
47
48 # Compatability options
49 options COMPAT_SUNOS # can run SunOS 4.1.1 executables
50 options COMPAT_43 # and 4.3BSD and ...
51 options COMPAT_10 # NetBSD 1.0
52 options COMPAT_11 # NetBSD 1.1
53 options COMPAT_12 # NetBSD 1.2
54 options UCONSOLE # Allow non-root TIOCCONS
55
56 # Sun3-specific debugging options
57 options PMAP_DEBUG
58 #options VMFAULT_TRACE
59 #options SYSCALL_DEBUG
60 #options EXEC_DEBUG
61 options DIAGNOSTIC
62 #options SCSIDEBUG
63
64 config netbsd swap generic
65
66 #
67 # Serial ports
68 #
69 zstty0 at zsc1 channel 0 # ttya
70 zstty1 at zsc1 channel 1 # ttyb
71 #
72 # Note that by ommitting "kdb0" and "ms0" one can build
73 # a kernel that operates four plain serial lines, where
74 # two of them are data-leads-only ports wired up using
75 # a custom cable on the keyboard connector.
76 #
77 zstty2 at zsc0 channel 0 # ttyc
78 zstty3 at zsc0 channel 1 # ttyd
79
80 #
81 # Network devices
82 #
83
84 # Intel Ethernet (onboard, or VME)
85 ie0 at obio0 addr ? level ?
86 ie1 at vmes0 addr 0xffe88000 level 3 vect 0x75
87
88 # Lance Ethernet (only onboard)
89 le0 at obio0 addr ? level ?
90
91 #
92 # Disk and tape devices
93 #
94
95 # Sun3 "si" SCSI controller (NCR 5380)
96 si0 at obio0 addr ? level ?
97 si0 at vmes0 addr 0xff200000 level 2 vect 0x40
98 si1 at vmes0 addr 0xff204000 level 2 vect 0x41
99
100 # Xylogics 7053 controllers
101 # xdc0 at vmel0 addr 0xffffee80 level 2 vect 0x44
102 # xdc1 at vmel0 addr 0xffffee90 level 2 vect 0x45
103 # xd* at xdc? drive ?
104
105 # Xylogics 450/451 controllers
106 # xyc0 at vmes0 addr 0xffffee40 level 2 vect 0x48
107 # xyc1 at vmes0 addr 0xffffee48 level 2 vect 0x49
108 # xy* at xyc? drive ?
109
110 # Xylogics 472 tape controllers?
111
112 #
113 # Frame buffer devices
114 #
115
116 # The default cgfour address depends on the machine:
117 # 3/60: obmem 0xFF200000 .. 0xFF9fffff
118 # 3/110: different? (not tested)
119 cgfour0 at obmem0 addr ?
120
121 # 3/60 P4 accelerated 8-bit color frame buffer
122 # cgsix0 at obmem0 addr ?
123
124 # 3/60 P4 24-bit color frame buffer
125 # cgeight0 at obmem0 addr ?
126
127 # The default bwtwo address depends on the machine:
128 # 3/50: obmem 0x100000
129 # else: obmem 0xff000000
130 bwtwo0 at obmem0 addr ?
131 # 3/60 P4 color frame buffer overlay plane, or P4 monochrome frame buffer
132 #bwtwo1 at obmem0 addr 0xff300000
133 # 3/60 plug-in color frame buffer overlay plane
134 #bwtwo1 at obmem0 addr 0xff400000
135
136 # Sun-3 color board, or CG5 8-bit VME frame buffer.
137 cgtwo0 at vmes0 addr 0xff400000 level 4 vect 0xA8
138
139 # Support for the CG9 24-bit VME frame buffer.
140 # cgnine0 at vmel0 addr 0x08000000
141
142 #
143 # SCSI infrastructure
144 #
145 scsibus* at scsi?
146
147 # Sun compatible scsi device mappings
148 sd0 at scsibus? target 0 lun 0
149 sd1 at scsibus? target 0 lun 1
150 sd2 at scsibus? target 1 lun 0
151 sd3 at scsibus? target 1 lun 1
152 sd* at scsibus? target ? lun ?
153
154 st0 at scsibus? target 4 lun 0
155 st1 at scsibus? target 5 lun 0
156 st* at scsibus? target ? lun ?
157
158 cd0 at scsibus? target 6 lun 0
159 cd* at scsibus? target ? lun ?
160
161 #ch* at scsibus? target ? lun ?
162
163 # Memory-disk drivers
164 pseudo-device md 2
165
166 # Misc.
167 pseudo-device loop 1 # network loopback
168 pseudo-device bpfilter 8 # packet filter
169 pseudo-device sl 2 # CSLIP
170 pseudo-device ppp 2 # PPP
171 pseudo-device tun 2 # network tunneling over tty
172
173 pseudo-device pty 64 # pseudo-terminals
174 #pseudo-device vnd 4 # paging to files
175