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