Home | History | Annotate | Line # | Download | only in conf
OPENBLOCKS266 revision 1.28.6.1
      1  1.28.6.1    simonb #	$NetBSD: OPENBLOCKS266,v 1.28.6.1 2006/04/22 11:37:25 simonb Exp $
      2       1.1     shige #
      3       1.1     shige #	GENERIC -- everything that's currently supported
      4       1.1     shige #
      5       1.1     shige 
      6       1.1     shige include		"arch/evbppc/conf/std.obs405"
      7       1.1     shige 
      8       1.1     shige #options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
      9       1.1     shige 
     10  1.28.6.1    simonb #ident 		"OPENBLOCKS266-$Revision: 1.28.6.1 $"
     11       1.1     shige 
     12       1.1     shige maxusers	32
     13       1.1     shige 
     14       1.1     shige 
     15      1.25     shige #
     16      1.25     shige # Standard system options
     17      1.25     shige #
     18      1.25     shige 
     19      1.25     shige #options 	INSECURE		# disable kernel security levels
     20      1.25     shige #options 	NTP			# NTP phase/frequency locked loop
     21      1.25     shige #options 	KTRACE			# system call tracing via ktrace(1)
     22      1.25     shige #options	SYSTRACE		# system call vetting via systrace(1)
     23      1.25     shige 
     24      1.25     shige options 	SYSVMSG			# System V message queues
     25      1.25     shige options 	SYSVSEM			# System V semaphores
     26      1.25     shige #options	SEMMNI=10		# number of semaphore identifiers
     27      1.25     shige #options	SEMMNS=60		# number of semaphores in system
     28      1.25     shige #options	SEMUME=10		# max number of undo entries per process
     29      1.25     shige #options	SEMMNU=30		# number of undo structures in system
     30      1.25     shige options 	SYSVSHM			# System V shared memory
     31      1.25     shige #options 	SHMMAXPGS=1024		# 1024 pages is the default
     32      1.25     shige options		P1003_1B_SEMAPHORE	# p1003.1b semaphore support
     33       1.1     shige 
     34      1.25     shige #options 	LKM			# loadable kernel modules
     35       1.1     shige 
     36      1.25     shige #options 	USERCONF		# userconf(4) support
     37      1.25     shige #options	PIPE_SOCKETPAIR		# smaller, but slower pipe(2)
     38       1.9    atatat #options 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
     39      1.25     shige #options	MALLOC_NOINLINE		# Not inlining MALLOC saves memory
     40      1.25     shige 
     41      1.25     shige #options 	UVMHIST
     42      1.25     shige #options 	UVMHIST_PRINT
     43       1.1     shige 
     44      1.25     shige 
     45      1.25     shige #
     46       1.1     shige # Diagnostic/debugging support options
     47      1.25     shige #
     48      1.25     shige 
     49      1.25     shige #options 	DIAGNOSTIC		# cheap kernel consistency checks
     50      1.25     shige options 	DEBUG			# expensive debugging checks/support
     51      1.25     shige #options	KMEMSTATS		# kernel memory statistics (vmstat -m)
     52      1.25     shige options 	DDB			# in-kernel debugger
     53       1.1     shige options 	DDB_HISTORY_SIZE=512	# enable history editing in DDB
     54       1.1     shige options 	TRAP_PANICWAIT
     55       1.1     shige options 	SYMTAB_SPACE=300000	# size for embedded symbol table
     56       1.1     shige 
     57      1.25     shige makeoptions	DEBUG="-g"		# compile full symbol table
     58       1.1     shige 
     59      1.25     shige 
     60      1.25     shige #
     61       1.1     shige # Compatibility options
     62      1.25     shige #
     63      1.25     shige 
     64      1.25     shige #options 	COMPAT_09		# NetBSD 0.9,
     65      1.25     shige #options 	COMPAT_10		# NetBSD 1.0,
     66      1.25     shige #options 	COMPAT_11		# NetBSD 1.1,
     67      1.25     shige #options 	COMPAT_12		# NetBSD 1.2,
     68      1.25     shige options 	COMPAT_13		# NetBSD 1.3,
     69      1.25     shige options 	COMPAT_14		# NetBSD 1.4,
     70      1.25     shige options 	COMPAT_16		# NetBSD 1.6,
     71      1.25     shige options 	COMPAT_20		# NetBSD 2.0,
     72      1.25     shige options 	COMPAT_30		# NetBSD 3.0 compatibility.
     73      1.25     shige options 	COMPAT_43		# and 4.3BSD
     74      1.25     shige #options 	COMPAT_386BSD_MBRPART	# recognize old partition ID
     75      1.25     shige options		COMPAT_BSDPTY		# /dev/[pt]ty?? ptys.
     76      1.25     shige 
     77       1.1     shige 
     78      1.25     shige #
     79       1.1     shige # File systems
     80      1.25     shige #
     81      1.25     shige 
     82       1.1     shige file-system 	FFS		# UFS
     83       1.1     shige file-system 	EXT2FS		# second extended file system (linux)
     84       1.1     shige file-system 	LFS		# log-structured file system
     85       1.1     shige file-system 	MFS		# memory file system
     86       1.1     shige file-system 	NFS		# Network File System client
     87       1.1     shige file-system 	CD9660		# ISO 9660 + Rock Ridge file system
     88       1.1     shige file-system 	MSDOSFS		# MS-DOS file system
     89       1.1     shige file-system 	FDESC		# /dev/fd
     90       1.1     shige file-system 	KERNFS		# /kern
     91       1.1     shige file-system 	NULLFS		# loopback file system
     92       1.1     shige file-system 	OVERLAY		# overlay file system
     93       1.1     shige file-system 	PORTAL		# portal filesystem (still experimental)
     94       1.1     shige file-system 	PROCFS		# /proc
     95       1.1     shige file-system 	UMAPFS		# NULLFS + uid and gid remapping
     96       1.1     shige file-system 	UNION		# union file system
     97      1.24  christos file-system	PTYFS		# /dev/pts/N support
     98      1.25     shige #file-system	NTFS		# Windows NT file system (experimental)
     99      1.25     shige 
    100       1.1     shige 
    101      1.25     shige #
    102       1.1     shige # File system options
    103      1.25     shige #
    104       1.1     shige 
    105      1.25     shige options 	QUOTA			# UFS quotas
    106      1.25     shige options 	FFS_EI			# FFS Endian Independant support
    107      1.25     shige options 	SOFTDEP			# FFS soft updates support.
    108      1.25     shige options 	NFSSERVER		# Network File System server
    109      1.27   tsutsui #options 	FFS_NO_SNAPSHOT		# No FFS snapshot support
    110      1.25     shige options 	EXT2FS_SYSTEM_FLAGS	# makes ext2fs file flags (append and
    111      1.25     shige 					# immutable) behave as system flags.
    112      1.25     shige options 	NFS_BOOT_DHCP		# Support DHCP NFS root
    113       1.1     shige 
    114      1.25     shige 
    115      1.25     shige #
    116       1.1     shige # Networking options
    117      1.25     shige #
    118      1.25     shige 
    119       1.1     shige options 	GATEWAY		# packet forwarding
    120       1.1     shige options 	INET		# IP + ICMP + TCP + UDP
    121       1.1     shige options 	INET6		# IPV6
    122       1.1     shige #options 	IPSEC		# IP security
    123       1.1     shige #options 	IPSEC_ESP	# IP security (encryption part; define w/IPSEC)
    124      1.19      tron #options 	IPSEC_NAT_T	# IPsec NAT traversal (NAT-T)
    125       1.1     shige #options 	IPSEC_DEBUG	# debug for IP security
    126       1.1     shige #options 	MROUTING	# IP multicast routing
    127      1.10      manu #options 	PIM		# Protocol Independent Multicast
    128       1.1     shige #options        DIRECTED_BROADCAST      # allow broadcasts through routers
    129       1.1     shige #options 	NS		# XNS
    130       1.1     shige #options 	NSIP		# XNS tunneling over IP
    131       1.1     shige options 	ISO,TPIP	# OSI
    132       1.1     shige #options 	EON		# OSI tunneling over IP
    133       1.1     shige #options 	CCITT,LLC,HDLC	# X.25
    134       1.1     shige #options 	NETATALK	# AppleTalk networking protocols
    135       1.1     shige options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
    136       1.1     shige options 	PPP_DEFLATE	# Deflate compression support for PPP
    137       1.1     shige options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
    138       1.1     shige options 	PFIL_HOOKS	# pfil(9) packet filter hooks
    139       1.1     shige options 	IPFILTER_LOG	# ipmon(8) log support
    140      1.25     shige #options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
    141       1.1     shige #options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
    142       1.1     shige 
    143       1.1     shige 
    144      1.25     shige #
    145      1.25     shige # Kernel root file system and dump configuration.
    146      1.25     shige #
    147       1.1     shige 
    148       1.1     shige config		netbsd	root on ? type ?
    149       1.1     shige 
    150      1.25     shige 
    151       1.1     shige #
    152       1.1     shige # Device configuration
    153       1.1     shige #
    154       1.1     shige 
    155       1.1     shige plb0 at root				# Processor Local Bus
    156      1.25     shige cpu0	at plb?				# CPU
    157       1.1     shige ecc0	at plb? irq 16			# On-chip ECC controller
    158      1.25     shige pchb0	at plb?				# PCI-Host bridges
    159       1.1     shige 
    160      1.25     shige # On-chip Peripheral Bus support
    161       1.1     shige opb*	at plb?				# On-chip Peripheral Bus
    162       1.1     shige wdog*	at opb?				# Watchdog timer
    163       1.1     shige com*	at opb? addr ? irq ?		# UARTs
    164       1.1     shige emac0	at opb? addr ? irq ?		# Ethernet Media Access Controller
    165       1.1     shige options	EMAC_EVENT_COUNTERS
    166       1.3     shige gpiic0	at opb? addr ? irq ?		# On-chip IIC controller
    167       1.3     shige iic0	at gpiic?			# I2C bus
    168       1.3     shige xrtc0	at iic? addr 0x6f		# RTC
    169  1.28.6.1    simonb opbgpio0 at opb? addr ? irq ?		# On-chip GPIO controller
    170  1.28.6.1    simonb gpio*	at opbgpio?			# GPIO framework
    171      1.13     shige 
    172      1.25     shige # PCI bus support
    173       1.1     shige pci*	at pchb?
    174      1.25     shige options 	PCIVERBOSE		# verbose PCI device autoconfig messages
    175      1.25     shige #options 	PCI_CONFIG_DUMP		# verbosely dump PCI config space
    176      1.25     shige options 	PCI_NETBSD_CONFIGURE	# Do not rely on BIOS/whatever
    177      1.25     shige 					# to configure PCI devices
    178      1.25     shige #options 	PCI_CONFIGURE_VERBOSE	# Show PCI config information
    179       1.1     shige ppb*	at pci? dev ? function ?	# PCI-PCI bridges
    180       1.5    bouyer hptide* at pci? dev ? function ?	# Triones/HighPoint IDE controllers
    181       1.1     shige tlp*	at pci? dev ? function ?	# DECchip 21x4x and clones
    182       1.1     shige 
    183      1.25     shige # ATA (IDE) bus support
    184      1.25     shige atabus* at ata?
    185       1.4    bouyer wd*	at atabus? drive ?
    186       1.1     shige 
    187      1.25     shige # MII/PHY support
    188      1.25     shige dmphy*	at mii? phy ?			# Davicom DM9101/9102 PHYs
    189  1.28.6.1    simonb lxtphy*	at mii? phy ?			# Level One LXT-970 PHYs
    190      1.25     shige options 	MIIVERBOSE		# verbose PHY autoconfig messages
    191       1.1     shige 
    192       1.1     shige 
    193      1.25     shige #
    194      1.25     shige # Pseudo devices
    195      1.25     shige #
    196       1.1     shige 
    197      1.25     shige # disk/mass storage pseudo-devices
    198      1.25     shige #pseudo-device	ccd		4	# concatenated/striped disk devices
    199       1.1     shige #pseudo-device	cgd		4	# cryptographic disk devices
    200       1.1     shige #pseudo-device	raid		4	# RAIDframe disk driver
    201       1.1     shige #options 	RAID_AUTOCONFIG		# auto-configuration of RAID components
    202      1.14   hannken #pseudo-device	fss		4	# file system snapshot device
    203      1.25     shige #pseudo-device	md		1	# memory disk device
    204  1.28.6.1    simonb #pseudo-device	vnd			# disk-like interface to files
    205      1.25     shige 
    206      1.25     shige # network pseudo-devices
    207       1.1     shige pseudo-device	loop			# network loopback
    208      1.25     shige pseudo-device	bpfilter		# packet filter
    209       1.1     shige pseudo-device	ipfilter		# IP filter (firewall) and NAT
    210      1.25     shige pseudo-device	ppp			# Point-to-Point Protocol
    211      1.25     shige pseudo-device	pppoe			# PPP over Ethernet (RFC 2516)
    212      1.25     shige #pseudo-device	sl			# Serial Line IP
    213      1.25     shige #pseudo-device	strip			# Starmode Radio IP (Metricom)
    214      1.25     shige #pseudo-device	irframetty		# IrDA frame line discipline
    215      1.25     shige #pseudo-device	tun			# network tunneling over tty
    216      1.25     shige #pseudo-device	tap			# virtual ethernet
    217      1.25     shige #pseudo-device	gre			# generic L3 over IP tunnel
    218      1.25     shige pseudo-device	gif			# IPv[46] over IPv[46] tunnel (RFC1933)
    219      1.25     shige #pseudo-device	faith			# IPv[46] tcp relay translation i/f
    220  1.28.6.1    simonb pseudo-device	stf			# 6to4 IPv6 over IPv4 encapsulation
    221       1.1     shige pseudo-device	vlan			# IEEE 802.1q encapsulation
    222      1.25     shige pseudo-device	bridge			# simple inter-network bridging
    223      1.25     shige #options	BRIDGE_IPF		# bridge uses IPv[46] pfil hooks too
    224      1.25     shige #pseudo-device	pf			# PF packet filter
    225      1.25     shige #pseudo-device	pflog			# PF log if
    226      1.25     shige 
    227      1.25     shige # miscellaneous pseudo-devices
    228       1.1     shige pseudo-device	pty			# pseudo-terminals
    229       1.1     shige pseudo-device	rnd			# /dev/random and in-kernel generator
    230       1.1     shige pseudo-device	clockctl		# user control of clock subsystem
    231