KRUPS revision 1.59
11.59Sabs# $NetBSD: KRUPS,v 1.59 2012/06/05 08:44:15 abs Exp $
21.42Suwe# From: NetBSD: GENERIC,v 1.197 2006/12/04 23:43:35 elad Exp
31.1Suwe#
41.12Suwe# Krups (JavaStation-NC) machine description file
51.1Suwe#
61.1Suwe
71.1Suweinclude 	"arch/sparc/conf/std.sparc"
81.1Suwe
91.17Suweoptions 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
101.7Satatat
111.59Sabs#ident 		"KRUPS-$Revision: 1.59 $"
121.1Suwe
131.1Suwemaxusers	32
141.1Suwe
151.1Suwe## System kernel configuration.  See options(4) for more detail.
161.1Suwe
171.1Suwe
181.1Suwe# Options for variants of the Sun SPARC architecure.
191.1Suwe# We currently support three architecture types; at least one is required.
201.1Suweoptions 	SUN4M		# sun4m - SS10, SS20, Classic, etc.
211.1Suwe
221.19Suwe# microSPARC-IIep is PCI based sun4m (JavaStation-NC, CP1200, etc)
231.1Suwe# This option selects if SUN4M means "normal" 4m or IIep.  Kernels
241.1Suwe# with this option turned on will refuse to work on normal 4m.
251.21Suweoptions 	MSIIEP		# microSPARC-IIep
261.1Suwe
271.1Suwe# XXX: uwe: PROM location conflicts with kernel VA space !!!
281.17Suweoptions 	PROM_AT_F0
291.1Suwemakeoptions	TEXTADDR=E8004000
301.1Suwe
311.1Suwe
321.1Suwe## System options specific to the sparc machine type
331.1Suwe
341.1Suwe# Blink the power LED on some machines to indicate the system load.
351.33Smacallanoptions 	BLINK
361.1Suwe
371.1Suwe
381.1Suwe#### System options that are the same for all ports
391.1Suwe
401.1Suwe## Root device configuration: change the ?'s if you are going to use a
411.1Suwe## nonstandard root partition (other than where the kernel is booted from)
421.1Suwe## and/or nonstandard root type (not ffs or nfs).  Normally this can be
431.1Suwe## automagically determined at boot time.
441.1Suwe
451.1Suweconfig		netbsd	root on ? type ?
461.1Suwe
471.1Suwe## System call tracing (see ktrace(1)).
481.1Suweoptions 	KTRACE
491.1Suwe
501.1Suwe## Collect statistics on kernel malloc's and free's.  This does have a
511.1Suwe## significant performance hit on slower machines, so it is intended for
521.1Suwe## diagnostic use only.
531.1Suwe#options 	KMEMSTATS
541.1Suwe
551.1Suwe## System V compatible IPC subsystem.  (msgctl(2), semctl(2), and shmctl(2))
561.17Suweoptions 	SYSVMSG		# System V message queues
571.17Suweoptions 	SYSVSEM		# System V semaphores
581.1Suwe#options 	SEMMNI=10	# number of semaphore identifiers
591.1Suwe#options 	SEMMNS=60	# number of semaphores in system
601.1Suwe#options 	SEMUME=10	# max number of undo entries per process
611.1Suwe#options 	SEMMNU=30	# number of undo structures in system
621.17Suweoptions 	SYSVSHM		# System V shared memory
631.1Suwe
641.17Suwe#options 	USERCONF	# userconf(4) support
651.1Suwe#options 	PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
661.22Satatatoptions 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
671.1Suwe
681.9Slukem## NFS boot options; tries DHCP/BOOTP then BOOTPARAM
691.1Suweoptions 	NFS_BOOT_BOOTPARAM
701.1Suwe#options 	NFS_BOOT_BOOTP
711.9Slukemoptions 	NFS_BOOT_DHCP
721.1Suwe
731.12Suwe
741.12Suwe#### wscons options
751.12Suwe
761.12Suwe# builtin terminal emulations
771.12Suweoptions 	WSEMUL_SUN		# sun terminal emulation
781.12Suweoptions 	WSEMUL_VT100		# VT100 / VT220 emulation
791.12Suweoptions 	WSEMUL_DEFAULT="\"vt100\""
801.42Suwe
811.42Suwe# customization of console and kernel output - see dev/wscons/wsdisplayvar.h
821.42Suweoptions 	WSDISPLAY_CUSTOM_OUTPUT	# color customization from wsconsctl(8)
831.42Suwe#options 	WS_DEFAULT_FG=WSCOL_WHITE
841.42Suwe#options 	WS_DEFAULT_BG=WSCOL_BLACK
851.42Suwe#options 	WS_DEFAULT_COLATTR="(0)"
861.12Suweoptions 	WS_KERNEL_FG=WSCOL_GREEN
871.12Suwe#options 	WS_KERNEL_BG=WSCOL_BLACK
881.12Suweoptions 	WS_KERNEL_COLATTR=WSATTR_HILIT
891.42Suwe
901.42Suwe# customization of console border color
911.42Suweoptions 	WSDISPLAY_CUSTOM_BORDER	# custom border colors via wsconsctl(8)
921.42Suwe#options 	WSDISPLAY_BORDER_COLOR=WSCOL_BLUE	# default color
931.42Suwe
941.12Suwe# compatibility to other console drivers
951.12Suweoptions 	WSDISPLAY_COMPAT_PCVT		# emulate some ioctls
961.12Suweoptions 	WSDISPLAY_COMPAT_SYSCONS	# emulate some ioctls
971.59Sabsoptions 	WSDISPLAY_COMPAT_USL		# wsconscfg VT handling
981.12Suweoptions 	WSDISPLAY_COMPAT_RAWKBD		# can get raw scancodes
991.12Suwe
1001.14Suweoptions 	FONT_GALLANT12x22		# PROM font look-alike
1011.12Suwe
1021.42Suwe#options 	WSKBD_EVENT_AUTOREPEAT		# auto repeat in event mode
1031.42Suwe#options 	WSKBD_USONLY			# strip off non-US keymaps
1041.42Suwe
1051.37Sdrochner# see dev/pckbport/wskbdmap_mfii.c for implemented layouts
1061.12Suwe#options 	PCKBD_LAYOUT="(KB_DE | KB_NODEAD)"
1071.42Suwe
1081.12Suwe# allocate a number of virtual screens at autoconfiguration time
1091.12Suwe#options 	WSDISPLAY_DEFAULTSCREENS=4
1101.12Suwe
1111.12Suwe
1121.1Suwe#### Debugging options
1131.1Suwe
1141.1Suwe## The DDB in-kernel debugger runs at panic (unless DDB_ONPANIC=0), or at
1151.1Suwe## serial console break or keyboard reset, where the PROM would normally
1161.1Suwe## intercept.  DDB_HISTORY_SIZE adds up/down arrow command history.
1171.50Stsutsuioptions 	DDB			# kernel dynamic debugger
1181.50Stsutsuioptions 	DDB_HISTORY_SIZE=100	# enable history editing in DDB
1191.20Smartin#options 	DDB_ONPANIC=1		# see also sysctl(8): `ddb.onpanic'
1201.1Suwe
1211.1Suwe## You may also use gdb, on another computer connected to this machine over
1221.1Suwe## a serial port.  Both KGDB_DEV and KGDB_DEVRATE should be specified;
1231.1Suwe## KGDB_DEV is a dev_t encoded device number of the serial port to use, where
1241.1Suwe## the minor device number encodes the PROM enumeration of the serial ports,
1251.1Suwe## i.e.:
1261.1Suwe## 0xc00 = ttya, 0xc01 = ttyb, 0xc02 = ttyc, 0xc03 = ttyd.
1271.1Suwe## (Note: ttyc and ttyd are available only on some sun4 models)
1281.1Suwe#options 	KGDB			# support for kernel gdb
1291.1Suwe#options 	KGDB_DEV=0xc01		# kgdb device number (this is `ttyb')
1301.1Suwe#options 	KGDB_DEVRATE=38400	# baud rate
1311.1Suwe
1321.1Suwe
1331.1Suwe## Compile the kernel with debugging symbols (`netbsd.gdb' is the debug file),
1341.1Suwe## such that gdb(1) can be used on a kernel coredump.
1351.1Suwe
1361.1Suwe#makeoptions	DEBUG="-g"
1371.17Suwemakeoptions	CPUFLAGS="-mcpu=supersparc"
1381.1Suwe
1391.1Suwe
1401.1Suwe## Adds code to the kernel that does internal consistency checks, and will
1411.1Suwe## cause the kernel to panic if corruption of internal data structures
1421.1Suwe## is detected.
1431.20Smartin#options 	DIAGNOSTIC	# extra kernel sanity checking
1441.1Suwe
1451.1Suwe## Enable (possibly expensive) debugging code that may also display messages
1461.1Suwe## on the system console
1471.1Suwe#options 	DEBUG
1481.54Sjdc#options 	LOCKDEBUG
1491.54Sjdc#options 	SYSCALL_DEBUG
1501.1Suwe
1511.1Suweoptions 	MIIVERBOSE	# verbose PHY autoconfig messages
1521.1Suwe
1531.1Suwe## `INSECURE' turns off the kernel security level (securelevel = 0 always).
1541.1Suwe## This allows writing to /dev/mem, loading kernel modules while multi-user,
1551.1Suwe## and other insecurities good only for development work.  Do not use this
1561.1Suwe## option on a production machine.
1571.1Suwe#options 	INSECURE
1581.1Suwe
1591.1Suwe## `FDSCRIPTS' allows non-readable but executable scripts by providing a
1601.1Suwe## pre-opened opaque file to the script interpreter.  `SETUIDSCRIPTS',
1611.1Suwe## which implies FDSCRIPTS, allows scripts to be set-user-id using the same
1621.1Suwe## opaque file mechanism.  Perl calls this "secure setuid scripts."
1631.1Suwe
1641.1Suwe#options 	FDSCRIPTS
1651.1Suwe#options 	SETUIDSCRIPTS
1661.1Suwe
1671.1Suwe## Options for compatibility with previous releases foreign system binaries.
1681.1Suwe## In the cases of COMPAT_SUNOS and COMPAT_SVR4, you may need to set up
1691.1Suwe## additional user-level utilities or system configuration files. See
1701.1Suwe## compat_sunos(8) and compat_svr4(8).
1711.1Suwe
1721.20Smartinoptions 	COMPAT_43	# 4.3BSD system interfaces
1731.20Smartinoptions 	COMPAT_10	# NetBSD 1.0 binary compatibility
1741.20Smartinoptions 	COMPAT_11	# NetBSD 1.1 binary compatibility
1751.20Smartinoptions 	COMPAT_12	# NetBSD 1.2 binary compatibility
1761.20Smartinoptions 	COMPAT_13	# NetBSD 1.3 binary compatibility
1771.20Smartinoptions 	COMPAT_14	# NetBSD 1.4 binary compatibility
1781.40Smanuoptions 	COMPAT_15	# NetBSD 1.5 binary compatibility
1791.17Suweoptions 	COMPAT_16	# NetBSD 1.6 binary compatibility
1801.21Suweoptions 	COMPAT_20	# NetBSD 2.0 binary compatibility
1811.43Suweoptions 	COMPAT_30	# NetBSD 3.0 binary compatibility
1821.43Suweoptions 	COMPAT_40	# NetBSD 4.0 binary compatibility
1831.20Smartinoptions 	COMPAT_SUNOS	# SunOS 4.x binary compatibility
1841.20Smartinoptions 	COMPAT_SVR4	# SunOS 5.x binary compatibility
1851.48Sjdcoptions 	COMPAT_BSDPTY	# /dev/[pt]ty?? ptys.
1861.1Suwe
1871.1Suwe## File systems.  You probably need at least one of FFS or NFS.
1881.21Suwefile-system	FFS		# Berkeley Fast Filesystem
1891.1Suwefile-system	NFS		# Sun NFS-compatible filesystem client
1901.1Suwefile-system	KERNFS		# kernel data-structure filesystem
1911.20Smartinfile-system	NULLFS		# NULL layered filesystem
1921.20Smartinfile-system 	OVERLAY		# overlay file system
1931.20Smartinfile-system	MFS		# memory-based filesystem
1941.20Smartinfile-system	FDESC		# user file descriptor filesystem
1951.20Smartinfile-system	UMAPFS		# uid/gid remapping filesystem
1961.1Suwe#file-system	LFS		# Log-based filesystem (still experimental)
1971.51Spookafile-system	PUFFS		# Userspace file systems (e.g. ntfs-3g & sshfs)
1981.1Suwefile-system	PROCFS		# /proc
1991.1Suwe#file-system	CD9660		# ISO 9660 + Rock Ridge file system
2001.20Smartinfile-system	UNION		# union file system
2011.1Suwe#file-system	MSDOSFS		# MS-DOS FAT filesystem(s).
2021.1Suwe#file-system	CODA		# Coda File System; also needs vcoda (below)
2031.31Schristosfile-system	PTYFS		# /dev/pts/N support
2041.41Sjmmv#file-system	TMPFS		# Efficient memory file-system
2051.42Suwe#file-system	UDF		# experimental - OSTA UDF CD/DVD file-system
2061.1Suwe
2071.1Suwe## File system options.
2081.1Suwe#options 	NFSSERVER	# Sun NFS-compatible filesystem server
2091.55Sbouyer#options 	QUOTA		# legacy UFS quotas
2101.55Sbouyer#options 	QUOTA2		# new, in-filesystem UFS quotas
2111.1Suwe#options 	FFS_EI		# FFS Endian Independent support
2121.34Stsutsuioptions 	FFS_NO_SNAPSHOT	# No FFS snapshot support
2131.1Suwe
2141.1Suwe## Network protocol support.  In most environments, INET is required.
2151.1Suweoptions 	INET		# IP (Internet Protocol) v4
2161.20Smartinoptions 	INET6		# IPV6
2171.1Suwe#options 	IPSEC		# IP security
2181.1Suwe#options 	IPSEC_ESP	# IP security (encryption part; define w/IPSEC)
2191.27Stron#options 	IPSEC_NAT_T	# IPsec NAT traversal (NAT-T)
2201.1Suwe#options 	IPSEC_DEBUG	# debug for IP security
2211.1Suwe#options 	GATEWAY		# packet forwarding ("router switch")
2221.1Suwe#options 	MROUTING	# packet forwarding of multicast packets
2231.23Smanu#options 	PIM		# Protocol Independent Multicast
2241.1Suwe#options 	DIRECTED_BROADCAST	# allow broadcasts through routers
2251.20Smartinoptions 	ISO,TPIP	# OSI networking
2261.1Suwe#options 	EON		# OSI tunneling over IP
2271.1Suwe#options 	NETATALK	# AppleTalk (over Ethernet) protocol
2281.20Smartinoptions 	NTP		# Network Time Protocol in-kernel support
2291.1Suwe#options 	PPS_SYNC	# Add serial line synchronization for NTP
2301.58Snakayamaoptions 	PFIL_HOOKS	# Add pfil(9) packet filter hooks
2311.20Smartinoptions 	IPFILTER_LOG	# Add ipmon(8) logging for ipfilter device
2321.39Schristosoptions 	IPFILTER_LOOKUP	# ippool(8) support
2331.12Suwe#options 	IPFILTER_DEFAULT_BLOCK	# block all packets by default
2341.20Smartinoptions 	PPP_BSDCOMP	# Add BSD compression to ppp device
2351.20Smartinoptions 	PPP_DEFLATE	# Add deflate (libz) compression to ppp device
2361.20Smartinoptions 	PPP_FILTER	# Add active filters for ppp (via bpf)
2371.1Suwe
2381.1Suwe
2391.21Suwe
2401.1Suwe#### Main bus and CPU .. all systems.
2411.1Suwemainbus0 at root
2421.1Suwecpu0	at mainbus0
2431.1Suwe
2441.1Suwe#### Bus types found on SPARC systems.
2451.1Suwe
2461.1Suwemsiiep0	at mainbus0	# microSPARC-IIep PCIC, timer, ...
2471.1Suwe
2481.5Suwemspcic0	at msiiep0	# PCI tree
2491.5Suwepci0	at mspcic0
2501.1Suweoptions 	PCIVERBOSE
2511.2Suwe#options 	PCI_CONFIG_DUMP	# hangs reading IGA1682 config past offset 64
2521.1Suwe
2531.12Suweebus*	at pci?	dev ? function ?		# ebus devices
2541.1Suwe
2551.1Suwe
2561.1Suwe#### Standard system devices -- all required for a given architecture
2571.1Suwe
2581.1Suwe# timer is part of ms-IIep PCIC
2591.4Spktimer0	at msiiep0
2601.1Suwe
2611.1Suwe## ds1287 TOD clock at EBus
2621.12Suwertc*	at ebus?
2631.1Suwe
2641.1Suwe#### Serial port configuration
2651.1Suwe
2661.1Suwe## NS16x50 serial chips and clones.
2671.12Suwecom*	at ebus?
2681.1Suwe
2691.1Suwe
2701.1Suwe#### Disk controllers and disks
2711.1Suwe
2721.1Suwe## A disk-like interface to files.  Can be used to create floppy, CD,
2731.1Suwe## miniroot images, etc.
2741.1Suwe
2751.36Scube#pseudo-device	vnd	
2761.32Suwe#options 	VND_COMPRESSION		# compressed vnd(4)
2771.1Suwe
2781.1Suwe## Memory disk device, used on boot floppies with compressed
2791.1Suwe## kernel-plus-root-disk images.
2801.1Suwe
2811.53Shannken#pseudo-device	md	
2821.1Suwe
2831.1Suwe
2841.1Suwe#### Network interfaces
2851.1Suwe
2861.1Suwe## Happy Meal Ethernet
2871.1Suwehme*		at pci?	dev ? function ?	# network "hme" compatible
2881.1Suwe
2891.1Suwe# MII/PHY support
2901.1Suweqsphy*		at mii? phy ?		# Quality Semiconductor QS6612 PHYs
2911.1Suwe
2921.1Suwe## Loopback network interface; required
2931.1Suwepseudo-device	loop
2941.1Suwe
2951.1Suwe## SLIP and CSLIP interfaces, for IP over a serial line.
2961.36Scube#pseudo-device	sl		
2971.1Suwe
2981.1Suwe## PPP, the successor to SLIP.  See pppd(8).
2991.36Scube#pseudo-device	ppp		
3001.1Suwe
3011.1Suwe## PPP over Ethernet (RFC 2516)
3021.1Suwe#pseudo-device	pppoe
3031.1Suwe
3041.1Suwe## Network "tunnel" device, allowing protocol stacks to run in the userland.
3051.1Suwe## This is used by the third-party user-mode "ppp" program, and others.
3061.36Scube#pseudo-device	tun		
3071.32Suwe#pseudo-device	tap			# virtual Ethernet
3081.1Suwe
3091.1Suwe## Generic L3 over IP tunnel
3101.36Scube#pseudo-device	gre			# generic L3 over IP tunnel
3111.1Suwe
3121.1Suwe## Berkeley Packet Filter, required to run RARPD.  A generic C-language
3131.1Suwe## interface that allows selective examining of incoming packets.
3141.35Srpaulopseudo-device	bpfilter
3151.1Suwe
3161.42Suwe#pseudo-device	carp			# Common Address Redundancy Protocol
3171.42Suwe
3181.1Suwe## IP Filter, used in firewall and NAT applications.  See ipnat(8) for
3191.1Suwe## one example of the use of the IP Filter.
3201.1Suwe#pseudo-device	ipfilter
3211.1Suwe
3221.1Suwe## for IPv6
3231.36Scube#pseudo-device	gif			# IPv[46] over IPv[46] tunnel (RFC1933)
3241.36Scube#pseudo-device	faith			# IPv[46] tcp relay translation i/f
3251.36Scube#pseudo-device	stf			# 6to4 IPv6 over IPv4 encapsulation
3261.1Suwe
3271.1Suwe## IEEE 802.1Q Virtual LAN encapsulation, see vlan(4).
3281.1Suwe#pseudo-device	vlan
3291.1Suwe
3301.1Suwe#### Audio and video devices
3311.1Suwe
3321.1Suwe## /dev/audio support
3331.12Suweaudiocs*	at ebus?		# SUNW,CS4231
3341.12Suweaudio*		at audiocs?
3351.12Suwe
3361.12Suwe# wscons
3371.12Suwepckbc*		at ebus?		# PC keyboard controller
3381.12Suwepckbd*		at pckbc?		# PC keyboard
3391.12Suwepms*		at pckbc?		# PS/2 mouse for wsmouse
3401.12Suweigsfb*		at pci? dev ? function ?
3411.12Suwewsdisplay*	at igsfb? console ?
3421.12Suwewskbd* 		at pckbd? console ?
3431.12Suwewsmouse*	at pms? mux 0
3441.1Suwe
3451.1Suwe
3461.1Suwe#### Other device configuration
3471.1Suwe
3481.1Suwe## Pseudo ttys, required for network logins and programs like screen.
3491.1Suwe
3501.1Suwepseudo-device	pty			# pseudo-terminals
3511.1Suwe
3521.1Suwe## Random device, used to implement /dev/random (a source of random noise),
3531.1Suwe## and generate randomness for some kernel formulae.
3541.1Suwe
3551.1Suwe
3561.1Suwe# a pseudo device needed for Coda	# also needs CODA (above)
3571.1Suwe#pseudo-device	vcoda		4	# coda minicache <-> venus comm.
3581.12Suwe
3591.12Suwe# wscons pseudo-devices
3601.12Suwepseudo-device	wsmux			# mouse & keyboard multiplexor
3611.12Suwepseudo-device	wsfont
3621.10Slukem
3631.10Slukempseudo-device	clockctl		# user control of clock subsystem
3641.17Suwepseudo-device	ksyms			# /dev/ksyms
3651.51Spookapseudo-device	putter			# for puffs and pud
3661.42Suwe
3671.42Suwe#pseudo-device	pf			# PF packet filter
3681.42Suwe#pseudo-device	pflog			# PF log if
3691.52Spooka#pseudo-device	fss			# file system snapshot device
3701.42Suwe
3711.48Sjdc#options 	FILEASSOC		# fileassoc(9)
3721.42Suwe
3731.42Suwe# Veriexec
3741.42Suwe#
3751.42Suwe# a pseudo device needed for veriexec
3761.42Suwe#pseudo-device	veriexec		1
3771.42Suwe#
3781.42Suwe# Uncomment the fingerprint methods below that are desired. Note that
3791.42Suwe# removing fingerprint methods will have almost no impact on the kernel
3801.42Suwe# code size.
3811.42Suwe#
3821.42Suwe#options VERIFIED_EXEC_FP_RMD160
3831.42Suwe#options VERIFIED_EXEC_FP_SHA256
3841.42Suwe#options VERIFIED_EXEC_FP_SHA384
3851.42Suwe#options VERIFIED_EXEC_FP_SHA512
3861.42Suwe#options VERIFIED_EXEC_FP_SHA1
3871.42Suwe#options VERIFIED_EXEC_FP_MD5
3881.42Suwe
3891.42Suwe#options PAX_MPROTECT=0			# PaX mprotect(2) restrictions
3901.42Suwe					# (for static binaries only for now)
391