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