GENERIC revision 1.30
1#	$NetBSD: GENERIC,v 1.30 1996/10/09 00:14:34 thorpej 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 ? level ?
82ie1 at vmes0 addr 0xffe88000 level 3 vect 0x75
83
84# Lance Ethernet (only onboard)
85le0 at obio0 addr ? level ?
86
87#
88# Disk and tape devices
89#
90
91# Sun3 "si" SCSI controller (NCR 5380)
92si0 at obio0 addr ? level ?
93si0 at vmes0 addr 0xff200000 level 2 vect 0x40
94si1 at vmes0 addr 0xff204000 level 2 vect 0x41
95
96# Xylogics 7053 controllers
97# xdc0 at vmel0 addr 0xffffee80 level 2 vect 0x44
98# xdc1 at vmel0 addr 0xffffee90 level 2 vect 0x45
99# xd* at xdc? drive ?
100
101# Xylogics 450/451 controllers
102# xyc0 at vmes0 addr 0xffffee40 level 2 vect 0x48
103# xyc1 at vmes0 addr 0xffffee48 level 2 vect 0x49
104# xy* at xyc? drive ?
105
106# Xylogics 472 tape controllers?
107
108#
109# Frame buffer devices
110#
111
112# The default cgfour address depends on the machine:
113# 3/60: obmem 0xFF200000 .. 0xFF9fffff
114# 3/110: different? (not tested)
115cgfour0 at obmem0 addr ?
116
117# 3/60 P4 accelerated 8-bit color frame buffer
118# cgsix0 at obmem0 addr ?
119
120# 3/60 P4 24-bit color frame buffer
121# cgeight0 at obmem0 addr ?
122
123# The default bwtwo address depends on the machine:
124# 3/50: obmem   0x100000
125# else: obmem 0xff000000
126bwtwo0 at obmem0 addr ?
127# 3/60 P4 color frame buffer overlay plane, or P4 monochrome frame buffer
128#bwtwo1 at obmem0 addr 0xff300000
129# 3/60 plug-in color frame buffer overlay plane
130#bwtwo1 at obmem0 addr 0xff400000
131
132# Sun-3 color board, or CG5 8-bit VME frame buffer.
133cgtwo0 at vmes0 addr 0xff400000 level 4 vect 0xA8
134
135# Support for the CG9 24-bit VME frame buffer.
136# cgnine0 at vmel0 addr 0x08000000
137
138#
139# SCSI infrastructure
140#
141scsibus* at scsi?
142
143# Sun compatible scsi device mappings
144sd0 at scsibus? target 0 lun 0
145sd1 at scsibus? target 0 lun 1
146sd2 at scsibus? target 1 lun 0
147sd3 at scsibus? target 1 lun 1
148sd* at scsibus? target ? lun ?
149
150st0 at scsibus? target 4 lun 0
151st1 at scsibus? target 5 lun 0
152st* at scsibus? target ? lun ?
153
154cd0 at scsibus? target 6 lun 0
155cd* at scsibus? target ? lun ?
156
157#ch* at scsibus? target ? lun ?
158
159# RAM-disk drivers
160pseudo-device	rd	2
161
162# Misc.
163pseudo-device	loop	1		# network loopback
164pseudo-device	bpfilter 8		# packet filter
165pseudo-device	sl	2		# CSLIP
166pseudo-device	ppp	2		# PPP
167pseudo-device	tun	2		# network tunneling over tty
168
169pseudo-device	pty	64		# pseudo-terminals
170#pseudo-device	vnd	4		# paging to files
171