GENERIC3X revision 1.18
1# $NetBSD: GENERIC3X,v 1.18 1998/02/05 04:56:27 gwr Exp $
2
3# GENERIC Sun3X (3/80, 3/470)
4# Supports root on: ie0, le0, sd*, ...
5
6include "arch/sun3/conf/std.sun3"
7
8# Machines to be supported by this kernel.  Note:
9# The SUN3 and SUN3X options are mutually exclusive!
10# (Your kernel will only run on one or the other.)
11makeoptions	MACHTYPE=sun3x
12options 	_SUN3X_
13
14# options 	FPU_EMULATE	# Every Sun3X has an FPU, right?
15# options 	HAVE_IOCACHE	# XXX - Not yet supported.
16
17# Needs to be set per system.  i.e change these as you see fit
18maxusers	4
19
20# Standard system options
21options 	KTRACE		# system call tracing
22options 	SYSVMSG		# System V message queues
23options 	SYSVSEM		# System V semaphores
24options 	SYSVSHM		# System V shared memory
25#options 	SHMMAXPGS=1024	# 1024 pages is the default
26#options 	LKM		# loadable kernel modules
27#options 	INSECURE	# disable kernel security level
28#options 	UCONSOLE	# Allow non-root TIOCCONS
29
30# Which kernel debugger?  Uncomment either this:
31options 	DDB
32# ... or these for KGDB (gdb remote target)
33#makeoptions DEBUG="-g"		# debugging symbols for gdb
34#options 	KGDB
35#options 	KGDBDEV=0x0C01	# ttya=0C00 ttyb=0C01
36
37# Other debugging options
38#options 	DDB_HISTORY_SIZE=100	# enable history editing in DDB
39#options 	DEBUG		# kernel debugging code
40#options 	DIAGNOSTIC	# extra kernel sanity checking
41#options 	KMEMSTATS	# kernel memory statistics (vmstat -m)
42#options 	PMAP_DEBUG
43#options 	SCSIDEBUG
44#options 	SCSIVERBOSE		# Verbose SCSI errors
45
46# Compatability options
47options 	COMPAT_SUNOS	# can run SunOS 4.1.1 executables
48options 	COMPAT_43	# and 4.3BSD and ...
49options 	COMPAT_10	# NetBSD 1.0
50options 	COMPAT_11	# NetBSD 1.1
51options 	COMPAT_12	# NetBSD 1.2
52options 	COMPAT_13	# NetBSD 1.3
53
54# Filesystem options
55file-system	FFS		# Berkeley Fast Filesystem
56file-system	NFS		# Sun NFS client support
57file-system	CD9660		# ISO 9660 + Rock Ridge file system
58file-system	MSDOSFS		# MS-DOS FAT file system
59file-system	FDESC		# /dev/fd/*
60file-system	KERNFS		# /kern
61file-system	NULLFS		# loopback file system
62file-system	PROCFS		# /proc
63file-system	UNION		# union file system
64file-system	MFS		# memory-based filesystem
65
66options 	FIFO		# FIFOs; RECOMMENDED
67options 	NFSSERVER	# nfs server support
68options 	QUOTA		# FFS quotas
69
70# Networking options
71options 	INET		# IP prototol stack support
72options 	TCP_COMPAT_42	# compatibility with 4.2BSD TCP/IP
73#options 	GATEWAY		# IP packet forwarding
74#options 	ISO,TPIP	# OSI networking
75#options 	EON		# OSI tunneling over IP
76#options 	CCITT,LLC,HDLC	# X.25
77#options 	PFIL_HOOKS	# pfil(9) packet filter hooks.
78
79# Work-around for root on slow servers (insurance...)
80options 	NFS_BOOT_RWSIZE=1024
81options 	NFS_BOOT_BOOTPARAM
82
83config		netbsd root on ? type ?
84
85# On-board I/O space (required)
86include "arch/sun3/conf/obio.sun3x"
87
88# On-board memory (optional)
89# See frame-buffers
90obmem0 at mainbus?
91
92# VME bus support (optional)
93# One unit for each address space
94vme0 at mainbus? # A16/D16
95vme1 at mainbus? # A16/D32
96vme2 at mainbus? # A24/D16
97vme3 at mainbus? # A24/D32
98vme4 at mainbus? # A32/D16
99vme5 at mainbus? # A32/D32
100
101#
102# Serial ports
103#
104zstty0	at zsc1 channel 0	# ttya
105zstty1	at zsc1 channel 1	# ttyb
106
107kbd0	at zsc0 channel 0	# keyboard
108ms0	at zsc0 channel 1	# mouse
109
110#
111# Network devices
112#
113
114# Intel Ethernet (onboard, or VME)
115ie0 at obio0 addr 0x65000000 ipl 3
116ie1 at vme2  addr   0xe88000 ipl 3 vect 0x75
117
118# Lance Ethernet (only onboard)
119le0 at obio0 addr 0x65002000 ipl 3
120
121#
122# Disk and tape devices
123#
124
125# Emulex SCSI (3/80 only)
126# Note the flags on the esp entries below, that work around
127# deficiencies in the current driver:
128#	bits 0-7:  disable disconnect/reselect for the corresponding target
129#	bits 8-15: disable synch negotiation for target [bit-8]
130#	Note: targets 4-7 have disconnect/reselect enabled on the premise
131#	      that tape devices normally have one of these targets. Tape
132#	      devices should be allowed to disconnect for the SCSI bus
133#	      to operate acceptably.
134#
135esp0 at obio0 addr 0x66000000 ipl 2 flags 0xff0f
136
137# Floppy drive
138fdc0 at obio0 addr 0x6e000000 ipl 6 vect 0x40
139fd0  at fdc0	# First (and only) floppy drive.
140
141# Sun3 "si" SCSI controller (NCR 5380)
142# This driver has several flags which may be enabled using
143# the "flags" directive.  Valid flags are:
144#
145# 0x000ff	Set (1<<target) to disable disconnect/reselect
146# 0x0ff00	Set (1<<(target+8)) to disable parity checking
147# 0x10000	Set this bit to disable DMA interrupts (poll)
148# 0x20000	Set this bit to disable DMA entirely (use PIO)
149#
150# For example: "flags 0x1000f" would disable DMA interrupts,
151# and disable disconnect/reselect for targets 0-3
152si0 at vme2  addr 0x200000 ipl 2 vect 0x40
153si1 at vme2  addr 0x204000 ipl 2 vect 0x41
154
155# Xylogics 450/451 controllers (VME A16/D16)
156xyc0 at vme0 addr 0xee40 ipl 2 vect 0x48
157xyc1 at vme0 addr 0xee48 ipl 2 vect 0x49
158xy* at xyc? drive ?
159
160# Xylogics 7053 controllers (VME A16/D32)
161xdc0 at vme1 addr 0xee80 ipl 2 vect 0x44
162xdc1 at vme1 addr 0xee90 ipl 2 vect 0x45
163xd* at xdc? drive ?
164
165# Xylogics 472 tape controllers?
166
167#
168# Frame buffer devices
169#
170
171# bwtwo - Monochrome frame buffer.
172bwtwo0 at obmem0 addr 0x50400000 ipl 4
173
174#
175# SCSI infrastructure
176#
177scsibus* at scsi?
178
179sd* at scsibus? target ? lun ?		# SCSI disks
180st* at scsibus? target ? lun ?		# SCSI tapes
181cd* at scsibus? target ? lun ?		# SCSI CD-ROMs
182ch* at scsibus? target ? lun ?		# SCSI changer devices
183ss* at scsibus? target ? lun ?		# SCSI scanners
184uk* at scsibus? target ? lun ?		# unknown SCSI devices
185
186# Memory-disk drivers
187pseudo-device	md		2
188
189# Misc.
190pseudo-device	loop		1	# network loopback
191pseudo-device	bpfilter	8	# packet filter
192pseudo-device	sl		2	# CSLIP
193pseudo-device	ppp		2	# PPP
194pseudo-device	tun		2	# network tunneling over tty
195#pseudo-device	ipfilter		# ip filter
196# rnd is EXPERIMENTAL
197#pseudo-device	rnd			# /dev/random and in-kernel generator
198
199pseudo-device	pty		32	# pseudo-terminals
200#pseudo-device	vnd		4	# paging to files
201#pseudo-device	ccd		4	# concatenated disks
202