KRUPS revision 1.21
1# $NetBSD: KRUPS,v 1.21 2004/07/10 12:12:55 uwe Exp $
2# From: NetBSD: GENERIC,v 1.160 2004/07/10 12:05:35 uwe Exp
3#
4# Krups (JavaStation-NC) machine description file
5#
6
7include 	"arch/sparc/conf/std.sparc"
8
9options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
10
11#ident 		"KRUPS-$Revision: 1.21 $"
12
13maxusers	32
14
15## System kernel configuration.  See options(4) for more detail.
16
17
18# Options for variants of the Sun SPARC architecure.
19# We currently support three architecture types; at least one is required.
20options 	SUN4M		# sun4m - SS10, SS20, Classic, etc.
21
22# microSPARC-IIep is PCI based sun4m (JavaStation-NC, CP1200, etc)
23# This option selects if SUN4M means "normal" 4m or IIep.  Kernels
24# with this option turned on will refuse to work on normal 4m.
25options 	MSIIEP		# microSPARC-IIep
26
27# XXX: uwe: PROM location conflicts with kernel VA space !!!
28options 	PROM_AT_F0
29makeoptions	TEXTADDR=E8004000
30
31
32## System options specific to the sparc machine type
33
34# XXX: uwe: to do
35# Blink the power LED on some machines to indicate the system load.
36#options 	BLINK
37
38
39#### System options that are the same for all ports
40
41## Root device configuration: change the ?'s if you are going to use a
42## nonstandard root partition (other than where the kernel is booted from)
43## and/or nonstandard root type (not ffs or nfs).  Normally this can be
44## automagically determined at boot time.
45
46config		netbsd	root on ? type ?
47
48## System call tracing (see ktrace(1)).
49options 	KTRACE
50options 	SYSTRACE	# system call vetting via systrace(1)
51
52## Collect statistics on kernel malloc's and free's.  This does have a
53## significant performance hit on slower machines, so it is intended for
54## diagnostic use only.
55#options 	KMEMSTATS
56
57## System V compatible IPC subsystem.  (msgctl(2), semctl(2), and shmctl(2))
58options 	SYSVMSG		# System V message queues
59options 	SYSVSEM		# System V semaphores
60#options 	SEMMNI=10	# number of semaphore identifiers
61#options 	SEMMNS=60	# number of semaphores in system
62#options 	SEMUME=10	# max number of undo entries per process
63#options 	SEMMNU=30	# number of undo structures in system
64options 	SYSVSHM		# System V shared memory
65#options 	SHMMAXPGS=1024	# 1024 pages is the default
66options 	P1003_1B_SEMAPHORE # p1003.1b semaphore support
67
68## Loadable kernel module support; still under development.
69#options 	LKM
70
71#options 	USERCONF	# userconf(4) support
72#options 	PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
73
74## NFS boot options; tries DHCP/BOOTP then BOOTPARAM
75options 	NFS_BOOT_BOOTPARAM
76#options 	NFS_BOOT_BOOTP
77options 	NFS_BOOT_DHCP
78
79
80#### wscons options
81
82# builtin terminal emulations
83options 	WSEMUL_SUN		# sun terminal emulation
84options 	WSEMUL_VT100		# VT100 / VT220 emulation
85options 	WSEMUL_DEFAULT="\"vt100\""
86# different kernel output - see dev/wscons/wsdisplayvar.h
87options 	WS_KERNEL_FG=WSCOL_GREEN
88#options 	WS_KERNEL_BG=WSCOL_BLACK
89options 	WS_KERNEL_COLATTR=WSATTR_HILIT
90# compatibility to other console drivers
91options 	WSDISPLAY_COMPAT_PCVT		# emulate some ioctls
92options 	WSDISPLAY_COMPAT_SYSCONS	# emulate some ioctls
93options 	WSDISPLAY_COMPAT_USL		# VT handling
94options 	WSDISPLAY_COMPAT_RAWKBD		# can get raw scancodes
95
96options 	FONT_GALLANT12x22		# PROM font look-alike
97
98# see dev/pckbc/wskbdmap_mfii.c for implemented layouts
99#options 	PCKBD_LAYOUT="(KB_DE | KB_NODEAD)"
100# allocate a number of virtual screens at autoconfiguration time
101#options 	WSDISPLAY_DEFAULTSCREENS=4
102
103
104#### Debugging options
105
106## The DDB in-kernel debugger runs at panic (unless DDB_ONPANIC=0), or at
107## serial console break or keyboard reset, where the PROM would normally
108## intercept.  DDB_HISTORY_SIZE adds up/down arrow command history.
109#options 	DDB			# kernel dynamic debugger
110#options 	DDB_HISTORY_SIZE=100	# enable history editing in DDB
111#options 	DDB_ONPANIC=1		# see also sysctl(8): `ddb.onpanic'
112
113## You may also use gdb, on another computer connected to this machine over
114## a serial port.  Both KGDB_DEV and KGDB_DEVRATE should be specified;
115## KGDB_DEV is a dev_t encoded device number of the serial port to use, where
116## the minor device number encodes the PROM enumeration of the serial ports,
117## i.e.:
118## 0xc00 = ttya, 0xc01 = ttyb, 0xc02 = ttyc, 0xc03 = ttyd.
119## (Note: ttyc and ttyd are available only on some sun4 models)
120#options 	KGDB			# support for kernel gdb
121#options 	KGDB_DEV=0xc01		# kgdb device number (this is `ttyb')
122#options 	KGDB_DEVRATE=38400	# baud rate
123
124
125## Compile the kernel with debugging symbols (`netbsd.gdb' is the debug file),
126## such that gdb(1) can be used on a kernel coredump.
127
128#makeoptions	DEBUG="-g"
129makeoptions	CPUFLAGS="-mcpu=supersparc"
130
131
132## Adds code to the kernel that does internal consistency checks, and will
133## cause the kernel to panic if corruption of internal data structures
134## is detected.
135#options 	DIAGNOSTIC	# extra kernel sanity checking
136
137## Enable (possibly expensive) debugging code that may also display messages
138## on the system console
139#options 	DEBUG
140
141options 	MIIVERBOSE	# verbose PHY autoconfig messages
142
143## `INSECURE' turns off the kernel security level (securelevel = 0 always).
144## This allows writing to /dev/mem, loading kernel modules while multi-user,
145## and other insecurities good only for development work.  Do not use this
146## option on a production machine.
147#options 	INSECURE
148
149## `FDSCRIPTS' allows non-readable but executable scripts by providing a
150## pre-opened opaque file to the script interpreter.  `SETUIDSCRIPTS',
151## which implies FDSCRIPTS, allows scripts to be set-user-id using the same
152## opaque file mechanism.  Perl calls this "secure setuid scripts."
153
154#options 	FDSCRIPTS
155#options 	SETUIDSCRIPTS
156
157## Options for compatibility with previous releases foreign system binaries.
158## In the cases of COMPAT_SUNOS and COMPAT_SVR4, you may need to set up
159## additional user-level utilities or system configuration files. See
160## compat_sunos(8) and compat_svr4(8).
161
162options 	COMPAT_43	# 4.3BSD system interfaces
163options 	COMPAT_10	# NetBSD 1.0 binary compatibility
164options 	COMPAT_11	# NetBSD 1.1 binary compatibility
165options 	COMPAT_12	# NetBSD 1.2 binary compatibility
166options 	COMPAT_13	# NetBSD 1.3 binary compatibility
167options 	COMPAT_14	# NetBSD 1.4 binary compatibility
168options 	COMPAT_16	# NetBSD 1.6 binary compatibility
169options 	COMPAT_20	# NetBSD 2.0 binary compatibility
170options 	COMPAT_SUNOS	# SunOS 4.x binary compatibility
171options 	COMPAT_SVR4	# SunOS 5.x binary compatibility
172
173## File systems.  You probably need at least one of FFS or NFS.
174file-system	FFS		# Berkeley Fast Filesystem
175file-system	NFS		# Sun NFS-compatible filesystem client
176file-system	KERNFS		# kernel data-structure filesystem
177file-system	NULLFS		# NULL layered filesystem
178file-system 	OVERLAY		# overlay file system
179file-system	MFS		# memory-based filesystem
180file-system	FDESC		# user file descriptor filesystem
181file-system	UMAPFS		# uid/gid remapping filesystem
182#file-system	LFS		# Log-based filesystem (still experimental)
183file-system	PORTAL		# portal filesystem (still experimental)
184file-system	PROCFS		# /proc
185#file-system	CD9660		# ISO 9660 + Rock Ridge file system
186file-system	UNION		# union file system
187#file-system	MSDOSFS		# MS-DOS FAT filesystem(s).
188#file-system	CODA		# Coda File System; also needs vcoda (below)
189
190## File system options.
191#options 	NFSSERVER	# Sun NFS-compatible filesystem server
192#options 	QUOTA		# FFS quotas
193#options 	FFS_EI		# FFS Endian Independent support
194#options 	SOFTDEP		# FFS soft updates support.
195
196## Network protocol support.  In most environments, INET is required.
197options 	INET		# IP (Internet Protocol) v4
198options 	INET6		# IPV6
199#options 	IPSEC		# IP security
200#options 	IPSEC_ESP	# IP security (encryption part; define w/IPSEC)
201#options 	IPSEC_DEBUG	# debug for IP security
202#options 	GATEWAY		# packet forwarding ("router switch")
203#options 	MROUTING	# packet forwarding of multicast packets
204#options 	DIRECTED_BROADCAST	# allow broadcasts through routers
205options 	NS		# Xerox NS networking
206#options 	NSIP		# Xerox NS tunneling over IP
207options 	ISO,TPIP	# OSI networking
208#options 	EON		# OSI tunneling over IP
209#options 	CCITT,LLC,HDLC	# X.25 packet switched protocol
210#options 	NETATALK	# AppleTalk (over Ethernet) protocol
211options 	NTP		# Network Time Protocol in-kernel support
212#options 	PPS_SYNC	# Add serial line synchronization for NTP
213options 	PFIL_HOOKS	# Add pfil(9) hooks, intended for custom LKMs.
214options 	IPFILTER_LOG	# Add ipmon(8) logging for ipfilter device
215#options 	IPFILTER_DEFAULT_BLOCK	# block all packets by default
216options 	PPP_BSDCOMP	# Add BSD compression to ppp device
217options 	PPP_DEFLATE	# Add deflate (libz) compression to ppp device
218options 	PPP_FILTER	# Add active filters for ppp (via bpf)
219
220
221
222#### Main bus and CPU .. all systems.
223mainbus0 at root
224cpu0	at mainbus0
225
226#### Bus types found on SPARC systems.
227
228msiiep0	at mainbus0	# microSPARC-IIep PCIC, timer, ...
229
230mspcic0	at msiiep0	# PCI tree
231pci0	at mspcic0
232options 	PCIVERBOSE
233#options 	PCI_CONFIG_DUMP	# hangs reading IGA1682 config past offset 64
234
235ebus*	at pci?	dev ? function ?		# ebus devices
236
237
238#### Standard system devices -- all required for a given architecture
239
240# timer is part of ms-IIep PCIC
241timer0	at msiiep0
242
243## ds1287 TOD clock at EBus
244rtc*	at ebus?
245
246#### Serial port configuration
247
248## NS16x50 serial chips and clones.
249com*	at ebus?
250
251
252#### Disk controllers and disks
253
254## A disk-like interface to files.  Can be used to create floppy, CD,
255## miniroot images, etc.
256
257#pseudo-device	vnd	4
258
259## Memory disk device, used on boot floppies with compressed
260## kernel-plus-root-disk images.
261
262#pseudo-device	md	1
263
264
265#### Network interfaces
266
267## Happy Meal Ethernet
268hme*		at pci?	dev ? function ?	# network "hme" compatible
269
270# MII/PHY support
271qsphy*		at mii? phy ?		# Quality Semiconductor QS6612 PHYs
272
273## Loopback network interface; required
274pseudo-device	loop
275
276## SLIP and CSLIP interfaces, for IP over a serial line.
277#pseudo-device	sl		2
278
279## PPP, the successor to SLIP.  See pppd(8).
280#pseudo-device	ppp		2
281
282## PPP over Ethernet (RFC 2516)
283#pseudo-device	pppoe
284
285## Network "tunnel" device, allowing protocol stacks to run in the userland.
286## This is used by the third-party user-mode "ppp" program, and others.
287#pseudo-device	tun		4
288
289## Generic L3 over IP tunnel
290#pseudo-device	gre		2	# generic L3 over IP tunnel
291
292## Berkeley Packet Filter, required to run RARPD.  A generic C-language
293## interface that allows selective examining of incoming packets.
294pseudo-device	bpfilter	8
295
296## IP Filter, used in firewall and NAT applications.  See ipnat(8) for
297## one example of the use of the IP Filter.
298#pseudo-device	ipfilter
299
300## for IPv6
301#pseudo-device	gif		4	# IPv[46] over IPv[46] tunnel (RFC1933)
302#pseudo-device	faith		1	# IPv[46] tcp relay translation i/f
303#pseudo-device	stf		1	# 6to4 IPv6 over IPv4 encapsulation
304
305## IEEE 802.1Q Virtual LAN encapsulation, see vlan(4).
306#pseudo-device	vlan
307
308#### Audio and video devices
309
310## /dev/audio support
311audiocs*	at ebus?		# SUNW,CS4231
312audio*		at audiocs?
313
314# wscons
315pckbc*		at ebus?		# PC keyboard controller
316pckbd*		at pckbc?		# PC keyboard
317pms*		at pckbc?		# PS/2 mouse for wsmouse
318igsfb*		at pci? dev ? function ?
319wsdisplay*	at igsfb? console ?
320wskbd* 		at pckbd? console ?
321wsmouse*	at pms? mux 0
322
323
324#### Other device configuration
325
326## Pseudo ttys, required for network logins and programs like screen.
327
328pseudo-device	pty			# pseudo-terminals
329
330## Random device, used to implement /dev/random (a source of random noise),
331## and generate randomness for some kernel formulae.
332
333pseudo-device	rnd
334
335# a pseudo device needed for Coda	# also needs CODA (above)
336#pseudo-device	vcoda		4	# coda minicache <-> venus comm.
337
338# wscons pseudo-devices
339pseudo-device	wsmux			# mouse & keyboard multiplexor
340pseudo-device	wsfont
341
342pseudo-device	clockctl		# user control of clock subsystem
343pseudo-device	ksyms			# /dev/ksyms
344