GENERIC revision 1.40 1 # $NetBSD: GENERIC,v 1.40 1997/08/23 19:19:10 mjacob Exp $
2
3 #
4 # GENERIC Sun3 (3/50, 3/60, 3/110, 3/160, 3/260)
5 # Supports root on: ie0, le0, sd*, ...
6 #
7
8 include "arch/sun3/conf/std.sun3"
9
10 # Machines to be supported by this kernel
11 options FPU_EMULATE
12 options HAVECACHE # Sun3/260 VAC
13
14 # Needs to be set per system. i.e change these as you see fit
15 maxusers 4
16
17 # Standard system options
18 options KTRACE # system call tracing support
19
20 # Debugging options. Uncomment either this:
21 options DDB
22 # ... or these for KGDB (gdb remote target)
23 #makeoptions DEBUG="-g" # debugging symbols for gdb
24 #options KGDB
25 #options KGDBDEV=0x0C01
26 #options SCSIVERBOSE # Verbose SCSI errors
27
28 # Filesystem options
29 file-system FFS # ufs file system
30 file-system NFS # nfs client support
31 file-system CD9660 # ISO 9660 + Rock Ridge file system
32 file-system FDESC # /dev/fd/*
33 file-system KERNFS # /kern
34 file-system NULLFS # loopback file system
35 file-system PROCFS # /proc
36 file-system UNION # union file system
37 file-system MFS # memory-based filesystem
38
39 options NFSSERVER # nfs server support
40 options FIFO # FIFOs; RECOMMENDED
41
42 # Networking options
43 options INET # IP prototol stack support
44 #options GATEWAY # IP packet forwarding
45 options TCP_COMPAT_42 # TCP bug compatibility with 4.2BSD
46 # XXX - Work-around for root on slow servers (insurance...)
47 options NFS_BOOT_RWSIZE=1024
48
49 # Compatability options
50 options COMPAT_SUNOS # can run SunOS 4.1.1 executables
51 options COMPAT_43 # and 4.3BSD and ...
52 options COMPAT_10 # NetBSD 1.0
53 options COMPAT_11 # NetBSD 1.1
54 options COMPAT_12 # NetBSD 1.2
55 options UCONSOLE # Allow non-root TIOCCONS
56
57 # Sun3-specific debugging options
58 #options PMAP_DEBUG
59 #options VMFAULT_TRACE
60 #options SYSCALL_DEBUG
61 #options EXEC_DEBUG
62 options DIAGNOSTIC
63 #options SCSIDEBUG
64
65 config netbsd root on ? type ?
66
67 #
68 # Serial ports
69 #
70 zstty0 at zsc1 channel 0 # ttya
71 zstty1 at zsc1 channel 1 # ttyb
72
73 kbd0 at zsc0 channel 0 # keyboard
74 ms0 at zsc0 channel 1 # mouse
75
76 #
77 # Network devices
78 #
79
80 # Intel Ethernet (onboard, or VME)
81 ie0 at obio0 addr 0x0C0000 level 3
82 ie1 at vmes0 addr 0xffe88000 level 3 vect 0x75
83
84 # Lance Ethernet (only onboard)
85 le0 at obio0 addr 0x120000 level 3
86
87 #
88 # Disk and tape devices
89 #
90
91 # Sun3 "si" SCSI controller (NCR 5380)
92 # This driver has several flags which may be enabled using
93 # the "flags" directive. Valid flags are:
94 #
95 # 0x000ff Set (1<<target) to disable disconnect/reselect
96 # 0x0ff00 Set (1<<(target+8)) to disable parity checking
97 # 0x10000 Set this bit to disable DMA interrupts (poll)
98 # 0x20000 Set this bit to disable DMA entirely (use PIO)
99 #
100 # For example: "flags 0x1000f" would disable DMA interrupts,
101 # and disable disconnect/reselect for targets 0-3
102 si0 at obio0 addr 0x140000 level 2
103 si0 at vmes0 addr 0xff200000 level 2 vect 0x40
104 si1 at vmes0 addr 0xff204000 level 2 vect 0x41
105
106 # Xylogics 450/451 controllers
107 # xyc0 at vmes0 addr 0xffffee40 level 2 vect 0x48
108 # xyc1 at vmes0 addr 0xffffee48 level 2 vect 0x49
109 # Just wire-down the units so bootdev match is easy.
110 # xy0 at xyc0 drive 0
111 # xy1 at xyc0 drive 1
112 # xy2 at xyc1 drive 0
113 # xy3 at xyc1 drive 1
114
115 # Xylogics 7053 controllers
116 # xdc0 at vmel0 addr 0xffffee80 level 2 vect 0x44
117 # xdc1 at vmel0 addr 0xffffee90 level 2 vect 0x45
118 # Just wire-down the units so bootdev match is easy.
119 # xd0 at xdc0 drive 0
120 # xd1 at xdc0 drive 1
121 # xd2 at xdc1 drive 0
122 # xd3 at xdc1 drive 1
123
124 # Xylogics 472 tape controllers?
125
126 #
127 # Frame buffer devices
128 #
129
130 # The default cgfour address depends on the machine:
131 # 3/60: obmem 0xFF200000 .. 0xFF9fffff
132 # 3/110: different? (not tested)
133 cgfour0 at obmem0 addr ?
134
135 # 3/60 P4 accelerated 8-bit color frame buffer
136 # cgsix0 at obmem0 addr ?
137
138 # 3/60 P4 24-bit color frame buffer
139 # cgeight0 at obmem0 addr ?
140
141 # The default bwtwo address depends on the machine:
142 # 3/50: obmem 0x100000
143 # else: obmem 0xff000000
144 bwtwo0 at obmem0 addr ?
145 # 3/60 P4 color frame buffer overlay plane, or P4 monochrome frame buffer
146 #bwtwo1 at obmem0 addr 0xff300000
147 # 3/60 plug-in color frame buffer overlay plane
148 #bwtwo1 at obmem0 addr 0xff400000
149
150 # Sun-3 color board, or CG5 8-bit VME frame buffer.
151 cgtwo0 at vmes0 addr 0xff400000 level 4 vect 0xA8
152
153 # Support for the CG9 24-bit VME frame buffer.
154 # cgnine0 at vmel0 addr 0x08000000
155
156 #
157 # SCSI infrastructure
158 #
159 scsibus* at scsi?
160
161 sd* at scsibus? target ? lun ? # SCSI disks
162 st* at scsibus? target ? lun ? # SCSI tapes
163 cd* at scsibus? target ? lun ? # SCSI CD-ROMs
164 ch* at scsibus? target ? lun ? # SCSI changer devices
165 ss* at scsibus? target ? lun ? # SCSI scanners
166 uk* at scsibus? target ? lun ? # unknown SCSI devices
167
168 # Memory-disk drivers
169 pseudo-device md 2
170
171 # Misc.
172 pseudo-device loop 1 # network loopback
173 pseudo-device bpfilter 8 # packet filter
174 pseudo-device sl 2 # CSLIP
175 pseudo-device ppp 2 # PPP
176 pseudo-device tun 2 # network tunneling over tty
177 #pseudo-device ipfilter # ip filter
178
179 pseudo-device pty 64 # pseudo-terminals
180 #pseudo-device vnd 4 # paging to files
181 #pseudo-device ccd 4 # concatenated disks
182