SLAB revision 1.53
11.53Sdholland# $NetBSD: SLAB,v 1.53 2014/08/23 20:26:59 dholland Exp $
21.1Sdeberg#
31.1Sdeberg# deberg's development machine
41.1Sdeberg#
51.1Sdeberg#
61.1Sdeberg
71.1Sdeberginclude "arch/next68k/conf/std.next68k"
81.12Satatat
91.12Satatat#options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
101.1Sdeberg
111.1Sdeberg# Needs to be set per system.  i.e change these as you see fit
121.1Sdebergmaxusers	16
131.1Sdeberg
141.1Sdeberg# Standard system options
151.1Sdebergoptions 	KTRACE		# system call tracing
161.1Sdebergoptions 	SYSVMSG		# System V message queues
171.1Sdebergoptions 	SYSVSEM		# System V semaphores
181.1Sdebergoptions 	SYSVSHM		# System V shared memory
191.1Sdeberg
201.1Sdebergoptions 	INSECURE	# disable kernel security level
211.17Slukemoptions 	USERCONF	# userconf(4) support
221.10Sjdolecek#options	PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
231.21Satatat#options 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
241.1Sdeberg
251.1Sdebergoptions 	DEBUG		# kernel debugging code
261.1Sdebergoptions 	DIAGNOSTIC	# extra kernel sanity checking
271.1Sdeberg
281.1Sdeberg# Which kernel debugger?  Uncomment either this:
291.1Sdebergoptions 	DDB
301.1Sdebergoptions 	DDB_HISTORY_SIZE=100	# enable history editing in DDB
311.1Sdeberg
321.1Sdeberg# ... or these for KGDB (gdb remote target)
331.9Slukemmakeoptions	DEBUG="-g"		# debugging symbols for gdb
341.8Slukem#options 	KGDB			# support for kernel gdb
351.8Slukem#options 	KGDB_DEV=0xc01		# kgdb device number (dev_t)
361.8Slukem#options 	KGDB_DEVRATE=9600	# baud rate
371.1Sdeberg
381.1Sdeberg# Other debugging options
391.1Sdebergoptions 	KMEMSTATS	# kernel memory statistics (vmstat -m)
401.1Sdeberg#options 	PMAP_DEBUG
411.1Sdebergoptions 	SCSIDEBUG
421.1Sdebergoptions 	SCSIVERBOSE		# Verbose SCSI errors
431.9Slukemoptions 	SWAPDEBUG
441.1Sdeberg
451.5Swiz# Compatibility options
461.53Sdholland#options 	COMPAT_43	# 4.3BSD binary compatibility.
471.53Sdholland#options 	COMPAT_44	# 4.4BSD binary compatibility.
481.53Sdholland#options 	COMPAT_09	# NetBSD 0.9,
491.53Sdholland#options 	COMPAT_10	# NetBSD 1.0,
501.53Sdholland#options 	COMPAT_11	# NetBSD 1.1,
511.53Sdholland#options 	COMPAT_12	# NetBSD 1.2,
521.53Sdholland#options 	COMPAT_13	# NetBSD 1.3,
531.53Sdhollandoptions 	COMPAT_14	# NetBSD 1.4,
541.53Sdhollandoptions 	COMPAT_15	# NetBSD 1.5,
551.53Sdhollandoptions 	COMPAT_16	# NetBSD 1.6,
561.53Sdhollandoptions 	COMPAT_20	# NetBSD 2.0,
571.53Sdhollandoptions 	COMPAT_30	# NetBSD 3.0, and
581.53Sdhollandoptions 	COMPAT_40	# NetBSD 4.0 binary compatibility.
591.1Sdeberg
601.6Sabs#options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
611.6Sabs
621.1Sdeberg#options 	COMPAT_M68K4K	# compatibility with NetBSD/m68k4k binaries
631.1Sdeberg#options 	COMPAT_NOMID	# compatibility with 386BSD, BSDI, NetBSD 0.8,
641.1Sdeberg#options 	COMPAT_SUNOS	# can run SunOS 4.1.1 executables
651.1Sdeberg#options 	COMPAT_SVR4	# can run SVR4 executables
661.1Sdeberg#options 	COMPAT_LINUX	# can run Linux/m68k executables
671.4Schsoptions 	COMPAT_AOUT_M68K # support for NetBSD a.out executables
681.4Schsoptions 	EXEC_AOUT	# support for a.out executables
691.23Schristosoptions		COMPAT_BSDPTY	# /dev/[pt]ty?? ptys.
701.1Sdeberg
711.1Sdeberg# File systems
721.1Sdeberg#file-system 	FFS		# UFS
731.1Sdeberg#file-system 	EXT2FS		# second extended file system (linux)
741.1Sdeberg#file-system 	LFS		# log-structured file system
751.1Sdebergfile-system 	MFS		# memory file system
761.1Sdebergfile-system 	NFS		# Network File System client
771.1Sdeberg#file-system 	CD9660		# ISO 9660 + Rock Ridge file system
781.1Sdeberg#file-system 	MSDOSFS		# MS-DOS file system
791.1Sdebergfile-system 	FDESC		# /dev/fd
801.1Sdebergfile-system 	KERNFS		# /kern
811.1Sdebergfile-system 	NULLFS		# loopback file system
821.1Sdeberg#file-system 	PROCFS		# /proc
831.1Sdeberg#file-system 	UMAPFS		# NULLFS + uid and gid remapping
841.1Sdeberg#file-system 	UNION		# union file system
851.30Schristosfile-system	PTYFS		# /dev/pts/N support
861.1Sdeberg
871.1Sdeberg#options 	NFSSERVER	# nfs server support
881.43Sbouyer#options 	QUOTA		# legacy UFS quotas
891.43Sbouyer#options 	QUOTA2		# new, in-filesystem UFS quotas
901.1Sdeberg#options 	EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
911.1Sdeberg				# immutable) behave as system flags.
921.1Sdeberg
931.1Sdeberg# Networking options
941.1Sdeberg#options 	GATEWAY		# packet forwarding
951.1Sdebergoptions 	INET		# IP + ICMP + TCP + UDP
961.1Sdebergoptions 	INET6		# IPV6
971.1Sdeberg#options 	IPSEC		# IP security
981.1Sdeberg#options 	IPSEC_DEBUG	# debug for IP security
991.1Sdeberg#options 	MROUTING	# IP multicast routing
1001.22Smanu#options 	PIM		# Protocol Independent Multicast
1011.1Sdeberg#options 	NETATALK	# AppleTalk networking protocols
1021.1Sdeberg#options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
1031.1Sdeberg#options 	PPP_DEFLATE	# Deflate compression support for PPP
1041.1Sdeberg#options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
1051.41Smrg#options 	IPFILTER_LOG	# ipmon(8) log support
1061.41Smrg#options 	IPFILTER_LOOKUP	# ippool(8) support
1071.41Smrg#options 	IPFILTER_COMPAT # Compat for IP-Filter
1081.41Smrg#options 	IPFILTER_DEFAULT_BLOCK	# block all packets by default
1091.6Sabs#options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
1101.1Sdeberg
1111.1Sdeberg# NeXT specific options
1121.1Sdebergoptions 	M68040
1131.1Sdebergoptions 	M68030
1141.1Sdebergoptions 	FPSP
1151.1Sdeberg#options 	FPU_EMULATE
1161.1Sdeberg
1171.1Sdebergoptions 	ZS_CONSOLE_ABORT	# drop to debugger on break
1181.1Sdeberg#options 	SERCONSOLE		# use serial console
1191.1Sdeberg
1201.1Sdebergoptions 	NFS_BOOT_BOOTP
1211.1Sdebergoptions 	NFS_BOOT_DHCP
1221.1Sdeberg
1231.1Sdeberg# wscons options
1241.9Slukemoptions 	RCONS_2BPP		# necessary for nextdisplay
1251.9Slukemoptions 	RCONS_16BPP		# necessary for nextdisplay
1261.1Sdeberg#options 	WSEMUL_SUN		# sun terminal emulation
1271.1Sdebergoptions 	WSEMUL_VT100		# VT100 / VT220 emulation
1281.1Sdebergoptions 	WSDISPLAY_COMPAT_SYSCONS	# emulate some ioctls
1291.46Sabsoptions 	WSDISPLAY_COMPAT_USL		# wsconscfg VT handling
1301.1Sdebergoptions 	WSDISPLAY_COMPAT_RAWKBD	# can get raw scancodes
1311.1Sdeberg# see dev/wskbdmap_next.h for implemented layouts
1321.1Sdeberg#options 	PCKBD_LAYOUT="(KB_DE | KB_NODEAD)"
1331.1Sdeberg
1341.1Sdebergconfig		netbsd root on ? type ?
1351.1Sdeberg
1361.1Sdeberg#
1371.1Sdeberg# Device configuration
1381.1Sdeberg#
1391.1Sdeberg
1401.1Sdeberg# The root node:
1411.1Sdebergmainbus0 at root
1421.1Sdeberg
1431.1Sdeberg#fpu0 at mainbus?
1441.1Sdeberg
1451.1Sdeberg# device space
1461.9Slukemintio0	at mainbus?
1471.1Sdeberg
1481.9Slukemnextkbd0	at intio? ipl 3
1491.9Slukemnextdisplay0	at mainbus?
1501.1Sdeberg
1511.9Slukemwsdisplay*	at nextdisplay? console ?
1521.9Slukemwskbd*		at nextkbd? console ?
1531.1Sdeberg
1541.1Sdeberg# INTIO
1551.16Smycroftnextdma*	at intio? ipl 6
1561.16Smycroft
1571.9Slukemzsc0	at intio? ipl 5
1581.9Slukem#zsc1	at intio? ipl 5
1591.1Sdeberg
1601.9Slukemxe*	at intio? ipl 3			# ethernet
1611.1Sdeberg
1621.14Smycroftesp0	at intio? ipl 3	flags 0xff00	# Turn off sync negotiation
1631.1Sdeberg
1641.1Sdeberg#
1651.1Sdeberg# Serial ports
1661.1Sdeberg#
1671.1Sdebergzstty0	at zsc0 channel 0	# ttya
1681.1Sdebergzstty1	at zsc0 channel 1	# ttyb
1691.1Sdeberg
1701.1Sdeberg# SCSI bus support
1711.15Smycroftscsibus* at scsi?
1721.1Sdeberg
1731.1Sdeberg# SCSI devices
1741.1Sdeberg#sd*	at scsibus? target ? lun ?	# SCSI disk drives
1751.1Sdeberg#st*	at scsibus? target ? lun ?	# SCSI tape drives
1761.1Sdeberg#cd*	at scsibus? target ? lun ?	# SCSI CD-ROM drives
1771.1Sdeberg#ch*	at scsibus? target ? lun ?	# SCSI autochangers
1781.1Sdeberg#se*	at scsibus? target ? lun ?	# SCSI ethernet
1791.1Sdeberg#ss*	at scsibus? target ? lun ?	# SCSI scanners
1801.1Sdeberg#uk*	at scsibus? target ? lun ?	# SCSI unknown
1811.1Sdeberg
1821.1Sdeberg
1831.1Sdeberg# Memory-disk drivers
1841.42Shannkenpseudo-device	md		
1851.1Sdeberg
1861.1Sdeberg# Misc.
1871.49Schristospseudo-device	loop			# network loopback
1881.32Srpaulopseudo-device	bpfilter		# packet filter
1891.33Scubepseudo-device	sl			# CSLIP
1901.33Scubepseudo-device	ppp			# PPP
1911.33Scubepseudo-device	tun			# network tunneling over tty
1921.33Scube#pseudo-device	gre			# generic L3 over IP tunnel
1931.1Sdebergpseudo-device	ipfilter		# ip filter
1941.33Scubepseudo-device	gif			# IPv[46] over IPv[46] tunnel (RFC1933)
1951.33Scube#pseudo-device	faith			# IPv[46] tcp relay translation i/f
1961.33Scube#pseudo-device	stf			# 6to4 IPv6 over IPv4 encapsulation
1971.1Sdeberg# rnd is EXPERIMENTAL
1981.7Saugustss#pseudo-device	wsmux			# mouse & keyboard multiplexor
1991.1Sdeberg
2001.2Sjdolecekpseudo-device	pty			# pseudo-terminals
2011.33Scubepseudo-device	vnd			# paging to files
2021.50Schristos#pseudo-device	raid			# RAIDframe disk driver
2031.1Sdeberg#options 	RAID_AUTOCONFIG		# auto-configuration of RAID components
2041.40Spooka#pseudo-device	fss			# file system snapshot device
2051.49Schristospseudo-device	ccd			# concatenated disks
2061.13Slukempseudo-device	clockctl		# user control of clock subsystem
207