OPENBLOCKS266 revision 1.34
11.34Schristos#	$NetBSD: OPENBLOCKS266,v 1.34 2006/08/26 20:26:44 christos Exp $
21.1Sshige#
31.1Sshige#	GENERIC -- everything that's currently supported
41.1Sshige#
51.1Sshige
61.1Sshigeinclude		"arch/evbppc/conf/std.obs405"
71.1Sshige
81.1Sshige#options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
91.1Sshige
101.34Schristos#ident 		"OPENBLOCKS266-$Revision: 1.34 $"
111.1Sshige
121.1Sshigemaxusers	32
131.1Sshige
141.1Sshige
151.25Sshige#
161.25Sshige# Standard system options
171.25Sshige#
181.25Sshige
191.25Sshige#options 	INSECURE		# disable kernel security levels
201.25Sshige#options 	NTP			# NTP phase/frequency locked loop
211.25Sshige#options 	KTRACE			# system call tracing via ktrace(1)
221.25Sshige#options	SYSTRACE		# system call vetting via systrace(1)
231.25Sshige
241.25Sshigeoptions 	SYSVMSG			# System V message queues
251.25Sshigeoptions 	SYSVSEM			# System V semaphores
261.25Sshige#options	SEMMNI=10		# number of semaphore identifiers
271.25Sshige#options	SEMMNS=60		# number of semaphores in system
281.25Sshige#options	SEMUME=10		# max number of undo entries per process
291.25Sshige#options	SEMMNU=30		# number of undo structures in system
301.25Sshigeoptions 	SYSVSHM			# System V shared memory
311.25Sshige#options 	SHMMAXPGS=1024		# 1024 pages is the default
321.25Sshigeoptions		P1003_1B_SEMAPHORE	# p1003.1b semaphore support
331.1Sshige
341.25Sshige#options 	LKM			# loadable kernel modules
351.1Sshige
361.25Sshige#options 	USERCONF		# userconf(4) support
371.25Sshige#options	PIPE_SOCKETPAIR		# smaller, but slower pipe(2)
381.9Satatat#options 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
391.25Sshige#options	MALLOC_NOINLINE		# Not inlining MALLOC saves memory
401.25Sshige
411.25Sshige#options 	UVMHIST
421.25Sshige#options 	UVMHIST_PRINT
431.1Sshige
441.25Sshige
451.25Sshige#
461.1Sshige# Diagnostic/debugging support options
471.25Sshige#
481.25Sshige
491.25Sshige#options 	DIAGNOSTIC		# cheap kernel consistency checks
501.25Sshigeoptions 	DEBUG			# expensive debugging checks/support
511.25Sshige#options	KMEMSTATS		# kernel memory statistics (vmstat -m)
521.25Sshigeoptions 	DDB			# in-kernel debugger
531.1Sshigeoptions 	DDB_HISTORY_SIZE=512	# enable history editing in DDB
541.1Sshigeoptions 	TRAP_PANICWAIT
551.1Sshigeoptions 	SYMTAB_SPACE=300000	# size for embedded symbol table
561.1Sshige
571.25Sshigemakeoptions	DEBUG="-g"		# compile full symbol table
581.1Sshige
591.25Sshige
601.25Sshige#
611.1Sshige# Compatibility options
621.25Sshige#
631.25Sshige
641.25Sshige#options 	COMPAT_09		# NetBSD 0.9,
651.25Sshige#options 	COMPAT_10		# NetBSD 1.0,
661.25Sshige#options 	COMPAT_11		# NetBSD 1.1,
671.25Sshige#options 	COMPAT_12		# NetBSD 1.2,
681.25Sshigeoptions 	COMPAT_13		# NetBSD 1.3,
691.25Sshigeoptions 	COMPAT_14		# NetBSD 1.4,
701.25Sshigeoptions 	COMPAT_16		# NetBSD 1.6,
711.25Sshigeoptions 	COMPAT_20		# NetBSD 2.0,
721.25Sshigeoptions 	COMPAT_30		# NetBSD 3.0 compatibility.
731.25Sshigeoptions 	COMPAT_43		# and 4.3BSD
741.25Sshige#options 	COMPAT_386BSD_MBRPART	# recognize old partition ID
751.25Sshigeoptions		COMPAT_BSDPTY		# /dev/[pt]ty?? ptys.
761.25Sshige
771.1Sshige
781.25Sshige#
791.1Sshige# File systems
801.25Sshige#
811.25Sshige
821.1Sshigefile-system 	FFS		# UFS
831.1Sshigefile-system 	EXT2FS		# second extended file system (linux)
841.1Sshigefile-system 	LFS		# log-structured file system
851.1Sshigefile-system 	MFS		# memory file system
861.1Sshigefile-system 	NFS		# Network File System client
871.1Sshigefile-system 	CD9660		# ISO 9660 + Rock Ridge file system
881.1Sshigefile-system 	MSDOSFS		# MS-DOS file system
891.1Sshigefile-system 	FDESC		# /dev/fd
901.1Sshigefile-system 	KERNFS		# /kern
911.1Sshigefile-system 	NULLFS		# loopback file system
921.1Sshigefile-system 	OVERLAY		# overlay file system
931.1Sshigefile-system 	PORTAL		# portal filesystem (still experimental)
941.1Sshigefile-system 	PROCFS		# /proc
951.1Sshigefile-system 	UMAPFS		# NULLFS + uid and gid remapping
961.1Sshigefile-system 	UNION		# union file system
971.24Schristosfile-system	PTYFS		# /dev/pts/N support
981.25Sshige#file-system	NTFS		# Windows NT file system (experimental)
991.25Sshige
1001.1Sshige
1011.25Sshige#
1021.1Sshige# File system options
1031.25Sshige#
1041.1Sshige
1051.25Sshigeoptions 	QUOTA			# UFS quotas
1061.25Sshigeoptions 	FFS_EI			# FFS Endian Independant support
1071.25Sshigeoptions 	SOFTDEP			# FFS soft updates support.
1081.25Sshigeoptions 	NFSSERVER		# Network File System server
1091.27Stsutsui#options 	FFS_NO_SNAPSHOT		# No FFS snapshot support
1101.25Sshigeoptions 	EXT2FS_SYSTEM_FLAGS	# makes ext2fs file flags (append and
1111.25Sshige					# immutable) behave as system flags.
1121.25Sshigeoptions 	NFS_BOOT_DHCP		# Support DHCP NFS root
1131.1Sshige
1141.25Sshige
1151.25Sshige#
1161.1Sshige# Networking options
1171.25Sshige#
1181.25Sshige
1191.1Sshigeoptions 	GATEWAY		# packet forwarding
1201.1Sshigeoptions 	INET		# IP + ICMP + TCP + UDP
1211.1Sshigeoptions 	INET6		# IPV6
1221.1Sshige#options 	IPSEC		# IP security
1231.1Sshige#options 	IPSEC_ESP	# IP security (encryption part; define w/IPSEC)
1241.19Stron#options 	IPSEC_NAT_T	# IPsec NAT traversal (NAT-T)
1251.1Sshige#options 	IPSEC_DEBUG	# debug for IP security
1261.1Sshige#options 	MROUTING	# IP multicast routing
1271.10Smanu#options 	PIM		# Protocol Independent Multicast
1281.1Sshige#options        DIRECTED_BROADCAST      # allow broadcasts through routers
1291.1Sshigeoptions 	ISO,TPIP	# OSI
1301.1Sshige#options 	EON		# OSI tunneling over IP
1311.1Sshige#options 	NETATALK	# AppleTalk networking protocols
1321.1Sshigeoptions 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
1331.1Sshigeoptions 	PPP_DEFLATE	# Deflate compression support for PPP
1341.1Sshigeoptions 	PPP_FILTER	# Active filter support for PPP (requires bpf)
1351.1Sshigeoptions 	PFIL_HOOKS	# pfil(9) packet filter hooks
1361.1Sshigeoptions 	IPFILTER_LOG	# ipmon(8) log support
1371.34Schristosoptions 	IPFILTER_LOOKUP	# ippool(8) support
1381.25Sshige#options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
1391.1Sshige#options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
1401.1Sshige
1411.1Sshige
1421.25Sshige#
1431.25Sshige# Kernel root file system and dump configuration.
1441.25Sshige#
1451.1Sshige
1461.1Sshigeconfig		netbsd	root on ? type ?
1471.1Sshige
1481.25Sshige
1491.1Sshige#
1501.1Sshige# Device configuration
1511.1Sshige#
1521.1Sshige
1531.1Sshigeplb0 at root				# Processor Local Bus
1541.25Sshigecpu0	at plb?				# CPU
1551.1Sshigeecc0	at plb? irq 16			# On-chip ECC controller
1561.25Sshigepchb0	at plb?				# PCI-Host bridges
1571.1Sshige
1581.25Sshige# On-chip Peripheral Bus support
1591.1Sshigeopb*	at plb?				# On-chip Peripheral Bus
1601.1Sshigewdog*	at opb?				# Watchdog timer
1611.1Sshigecom*	at opb? addr ? irq ?		# UARTs
1621.1Sshigeemac0	at opb? addr ? irq ?		# Ethernet Media Access Controller
1631.1Sshigeoptions	EMAC_EVENT_COUNTERS
1641.3Sshigegpiic0	at opb? addr ? irq ?		# On-chip IIC controller
1651.3Sshigeiic0	at gpiic?			# I2C bus
1661.3Sshigexrtc0	at iic? addr 0x6f		# RTC
1671.30Sshigeopbgpio0 at opb? addr ? irq ?		# On-chip GPIO controller
1681.30Sshigegpio*	at opbgpio?			# GPIO framework
1691.13Sshige
1701.25Sshige# PCI bus support
1711.1Sshigepci*	at pchb?
1721.25Sshigeoptions 	PCIVERBOSE		# verbose PCI device autoconfig messages
1731.25Sshige#options 	PCI_CONFIG_DUMP		# verbosely dump PCI config space
1741.25Sshigeoptions 	PCI_NETBSD_CONFIGURE	# Do not rely on BIOS/whatever
1751.25Sshige					# to configure PCI devices
1761.25Sshige#options 	PCI_CONFIGURE_VERBOSE	# Show PCI config information
1771.1Sshigeppb*	at pci? dev ? function ?	# PCI-PCI bridges
1781.5Sbouyerhptide* at pci? dev ? function ?	# Triones/HighPoint IDE controllers
1791.1Sshigetlp*	at pci? dev ? function ?	# DECchip 21x4x and clones
1801.1Sshige
1811.25Sshige# ATA (IDE) bus support
1821.25Sshigeatabus* at ata?
1831.4Sbouyerwd*	at atabus? drive ?
1841.1Sshige
1851.25Sshige# MII/PHY support
1861.32Skiyoharadmphy*	at mii? phy ?			# Davicom DM9101/9102 PHYs
1871.25Sshigelxtphy*	at mii? phy ?			# Level One LXT-970 PHYs
1881.25Sshigeoptions 	MIIVERBOSE		# verbose PHY autoconfig messages
1891.1Sshige
1901.1Sshige
1911.25Sshige#
1921.25Sshige# Pseudo devices
1931.25Sshige#
1941.1Sshige
1951.25Sshige# disk/mass storage pseudo-devices
1961.25Sshige#pseudo-device	ccd		4	# concatenated/striped disk devices
1971.1Sshige#pseudo-device	cgd		4	# cryptographic disk devices
1981.1Sshige#pseudo-device	raid		4	# RAIDframe disk driver
1991.1Sshige#options 	RAID_AUTOCONFIG		# auto-configuration of RAID components
2001.14Shannken#pseudo-device	fss		4	# file system snapshot device
2011.25Sshige#pseudo-device	md		1	# memory disk device
2021.29Scube#pseudo-device	vnd			# disk-like interface to files
2031.25Sshige
2041.25Sshige# network pseudo-devices
2051.1Sshigepseudo-device	loop			# network loopback
2061.25Sshigepseudo-device	bpfilter		# packet filter
2071.1Sshigepseudo-device	ipfilter		# IP filter (firewall) and NAT
2081.25Sshigepseudo-device	ppp			# Point-to-Point Protocol
2091.25Sshigepseudo-device	pppoe			# PPP over Ethernet (RFC 2516)
2101.25Sshige#pseudo-device	sl			# Serial Line IP
2111.25Sshige#pseudo-device	strip			# Starmode Radio IP (Metricom)
2121.25Sshige#pseudo-device	irframetty		# IrDA frame line discipline
2131.25Sshige#pseudo-device	tun			# network tunneling over tty
2141.25Sshige#pseudo-device	tap			# virtual ethernet
2151.25Sshige#pseudo-device	gre			# generic L3 over IP tunnel
2161.25Sshigepseudo-device	gif			# IPv[46] over IPv[46] tunnel (RFC1933)
2171.25Sshige#pseudo-device	faith			# IPv[46] tcp relay translation i/f
2181.31Spavelpseudo-device	stf			# 6to4 IPv6 over IPv4 encapsulation
2191.1Sshigepseudo-device	vlan			# IEEE 802.1q encapsulation
2201.25Sshigepseudo-device	bridge			# simple inter-network bridging
2211.25Sshige#options	BRIDGE_IPF		# bridge uses IPv[46] pfil hooks too
2221.25Sshige#pseudo-device	pf			# PF packet filter
2231.25Sshige#pseudo-device	pflog			# PF log if
2241.25Sshige
2251.25Sshige# miscellaneous pseudo-devices
2261.1Sshigepseudo-device	pty			# pseudo-terminals
2271.1Sshigepseudo-device	rnd			# /dev/random and in-kernel generator
2281.1Sshigepseudo-device	clockctl		# user control of clock subsystem
2291.33Ssimonbpseudo-device	ksyms			# /dev/ksyms
230