Home | History | Annotate | Line # | Download | only in conf
GENERIC revision 1.73.2.1
      1  1.73.2.1       jym # $NetBSD: GENERIC,v 1.73.2.1 2009/05/13 17:18:17 jym Exp $
      2       1.1    simonb 
      3      1.18    simonb include 	"arch/sbmips/conf/std.sbmips"
      4       1.1    simonb 
      5       1.5    atatat options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
      6       1.5    atatat 
      7  1.73.2.1       jym #ident 		"GENERIC-$Revision: 1.73.2.1 $"
      8      1.16    simonb 
      9      1.16    simonb #options 	LOCKDEBUG	# XXX XXX XXX XXX
     10      1.46       chs #options 	DEBUG		# extra kernel debugging support
     11       1.1    simonb 
     12       1.1    simonb # The following three options are required for BCM1250 pass 1 silicon
     13      1.16    simonb #options 	SB1250_PASS1
     14      1.16    simonb #options 	NOFPU
     15      1.16    simonb #options 	SOFTFLOAT
     16       1.1    simonb 
     17       1.1    simonb maxusers	32
     18       1.1    simonb 
     19       1.1    simonb # Standard system options
     20       1.1    simonb options 	KTRACE		# system call tracing support
     21       1.1    simonb options 	SYSVMSG		# System V message queues
     22       1.1    simonb options 	SYSVSEM		# System V semaphores
     23       1.1    simonb options 	SYSVSHM		# System V shared memory
     24      1.28    bouyer options 	P1003_1B_SEMAPHORE # p1003.1b semaphore support
     25       1.1    simonb #options 	NTP		# network time protocol
     26       1.1    simonb 
     27       1.1    simonb # Debugging options
     28      1.46       chs #options 	DIAGNOSTIC	# extra kernel sanity checking
     29       1.1    simonb #options 	DEBUG		# extra kernel debugging support
     30       1.1    simonb #options 	KMEMSTATS	# kernel memory statistics (vmstat -m)
     31      1.10     lukem options 	USERCONF	# userconf(4) support
     32      1.29    atatat options 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
     33       1.1    simonb options 	DDB		# kernel dynamic debugger
     34       1.1    simonb options 	DDB_HISTORY_SIZE=100 # enable history editing in DDB
     35       1.1    simonb #makeoptions 	DEBUG="-g"	# compile full symbol table
     36      1.70        he options 	SYMTAB_SPACE=320000	# size for embedded symbol table
     37       1.1    simonb 
     38       1.1    simonb # Compatibility options
     39       1.1    simonb options 	COMPAT_43	# compatibility with 4.3BSD binaries
     40      1.40    simonb #options 	COMPAT_09	# NetBSD 0.9 binary compatibility
     41       1.1    simonb #options 	COMPAT_10	# NetBSD 1.0 binary compatibility
     42       1.1    simonb #options 	COMPAT_11	# NetBSD 1.1 binary compatibility
     43       1.1    simonb #options 	COMPAT_12	# NetBSD 1.2 binary compatibility
     44       1.1    simonb #options 	COMPAT_13	# NetBSD 1.3 binary compatibility
     45       1.1    simonb #options 	COMPAT_14	# NetBSD 1.4 binary compatibility
     46      1.58      manu #options 	COMPAT_15	# NetBSD 1.5 binary compatibility
     47      1.22    simonb options 	COMPAT_16	# NetBSD 1.6 binary compatibility
     48      1.36    simonb options 	COMPAT_20	# NetBSD 2.0 binary compatibility
     49      1.43  christos options 	COMPAT_30	# NetBSD 3.0 compatibility.
     50      1.67   tsutsui options 	COMPAT_40	# NetBSD 4.0 compatibility.
     51      1.73       mrg options 	COMPAT_50	# NetBSD 5.0 compatibility.
     52       1.1    simonb #options 	EXEC_ECOFF	# exec ECOFF binaries
     53       1.1    simonb #options 	COMPAT_ULTRIX	# binary compatibility with Ultrix
     54      1.31  christos options		COMPAT_BSDPTY	# /dev/[pt]ty?? ptys.
     55       1.1    simonb 
     56       1.1    simonb # File systems
     57       1.1    simonb file-system	FFS		# Berkeley Fast Filesystem
     58       1.1    simonb file-system	NFS		# Sun NFS-compatible filesystem client
     59       1.1    simonb file-system	KERNFS		# kernel data-structure filesystem
     60       1.1    simonb #file-system	NULLFS		# NULL layered filesystem
     61       1.1    simonb file-system 	OVERLAY		# overlay file system
     62       1.1    simonb file-system	MFS		# memory-based filesystem
     63       1.1    simonb file-system	FDESC		# user file descriptor filesystem
     64       1.1    simonb #file-system	UMAPFS		# uid/gid remapping filesystem
     65       1.1    simonb file-system	LFS		# Log-based filesystem (still experimental)
     66       1.1    simonb #file-system	PORTAL		# portal filesystem (still experimental)
     67       1.6    simonb file-system	PROCFS		# /proc
     68       1.1    simonb #file-system	CD9660		# ISO 9660 + Rock Ridge file system
     69       1.1    simonb #file-system	UNION		# union file system
     70       1.1    simonb #file-system	MSDOSFS		# MS-DOS FAT filesystem(s).
     71       1.1    simonb #file-system 	CODA		# Coda File System; also needs vcoda (below)
     72      1.44  christos file-system	PTYFS		# /dev/pts/N support
     73      1.59      jmmv #file-system	TMPFS		# Efficient memory file-system
     74      1.50   reinoud #file-system	UDF		# experimental - OSTA UDF CD/DVD file-system
     75       1.1    simonb 
     76       1.1    simonb # File system options
     77       1.1    simonb options 	NFSSERVER	# Sun NFS-compatible filesystem server
     78       1.1    simonb options 	QUOTA		# FFS quotas
     79      1.47   tsutsui #options 	FFS_NO_SNAPSHOT	# No FFS snapshot support
     80       1.1    simonb #options 	FFS_EI		# FFS Endian Independant support
     81      1.68    simonb options 	WAPBL		# File system journaling support - Experimental
     82      1.33    rumble #options	UFS_DIRHASH	# UFS Large Directory Hashing - Experimental
     83       1.1    simonb #options 	EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
     84       1.1    simonb 				# immutable) behave as system flags.
     85       1.1    simonb 
     86       1.1    simonb # Networking options
     87       1.1    simonb #options 	GATEWAY		# IP packet forwarding
     88       1.1    simonb options 	INET		# Internet protocols
     89       1.1    simonb options 	INET6		# IPV6
     90       1.1    simonb #options 	IPSEC		# IP security
     91       1.1    simonb #options 	IPSEC_ESP	# IP security (encryption part; define w/IPSEC)
     92      1.38      tron #options 	IPSEC_NAT_T	# IPsec NAT traversal (NAT-T)
     93       1.1    simonb #options 	IPSEC_DEBUG	# debug for IP security
     94       1.1    simonb #options 	MROUTING	# packet forwarding of multicast packets
     95      1.30      manu #options 	PIM		# Protocol Independent Multicast
     96       1.1    simonb #options 	ISO,TPIP	# OSI networking
     97       1.1    simonb #options 	EON		# OSI tunneling over IP
     98       1.1    simonb #options 	NETATALK	# AppleTalk (over Ethernet) protocol
     99       1.1    simonb #options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
    100       1.1    simonb #options 	PPP_DEFLATE	# Deflate compression support for PPP
    101       1.1    simonb options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
    102       1.1    simonb options 	PFIL_HOOKS	# pfil(9) packet filter hooks
    103       1.1    simonb options 	IPFILTER_LOG	# ipmon(8) log support
    104      1.57  christos options 	IPFILTER_LOOKUP	# ippool(8) support
    105      1.12    martti #options 	IPFILTER_DEFAULT_BLOCK	# block all packets by default
    106       1.1    simonb 
    107      1.27       abs #options 	ALTQ		# Manipulate network interfaces' output queues
    108      1.27       abs #options 	ALTQ_BLUE	# Stochastic Fair Blue
    109      1.27       abs #options 	ALTQ_CBQ	# Class-Based Queueing
    110      1.27       abs #options 	ALTQ_CDNR	# Diffserv Traffic Conditioner
    111      1.27       abs #options 	ALTQ_FIFOQ	# First-In First-Out Queue
    112      1.27       abs #options 	ALTQ_FLOWVALVE	# RED/flow-valve (red-penalty-box)
    113      1.27       abs #options 	ALTQ_HFSC	# Hierarchical Fair Service Curve
    114      1.27       abs #options 	ALTQ_LOCALQ	# Local queueing discipline
    115      1.27       abs #options 	ALTQ_PRIQ	# Priority Queueing
    116      1.27       abs #options 	ALTQ_RED	# Random Early Detection
    117      1.27       abs #options 	ALTQ_RIO	# RED with IN/OUT
    118      1.27       abs #options 	ALTQ_WFQ	# Weighted Fair Queueing
    119      1.27       abs 
    120       1.1    simonb # Compatibility with 4.2BSD implementation of TCP/IP.  Not recommended.
    121       1.1    simonb #options 	TCP_COMPAT_42
    122       1.1    simonb 
    123       1.1    simonb # These options enable verbose messages for several subsystems.
    124       1.1    simonb # Warning, these may compile large string tables into the kernel!
    125       1.1    simonb options 	PCIVERBOSE	# verbose PCI device autoconfig messages
    126       1.1    simonb #options 	PCI_CONFIG_DUMP	# verbosely dump PCI config space
    127       1.1    simonb #options 	SCSIVERBOSE	# human readable SCSI error messages
    128       1.1    simonb options 	MIIVERBOSE	# verbose PHY autoconfig messages
    129       1.1    simonb 
    130       1.1    simonb options 	NFS_BOOT_DHCP
    131       1.1    simonb 
    132       1.1    simonb #config		netbsd	root on ? type ?
    133       1.1    simonb config		netbsd	root on sbmac0 type nfs
    134       1.1    simonb 
    135       1.1    simonb zbbus*		at root
    136       1.1    simonb 
    137       1.6    simonb cpu*		at zbbus? busid ?
    138       1.1    simonb sbscd*		at zbbus? busid ?
    139       1.1    simonb sbobio*		at zbbus? busid ?
    140       1.1    simonb 
    141       1.1    simonb #sbicu*		at sbscd? offset ?
    142       1.9    simonb sbwdog*		at sbscd? offset ? intr ?
    143       1.1    simonb sbtimer0	at sbscd? offset ? intr ? flags 0x01		# clock
    144       1.1    simonb #sbtimer1	at sbscd? offset ? intr ? flags 0x02		# statclock
    145       1.1    simonb sbtimer*	at sbscd? offset ? intr ?
    146       1.1    simonb 
    147       1.1    simonb sbmac*		at sbobio? offset ?
    148       1.1    simonb sbscn*		at sbobio? offset ?
    149       1.1    simonb #sbgbus*	at sbobio? offset ?
    150       1.7    simonb smbus*		at sbobio? offset ?
    151       1.7    simonb 
    152      1.16    simonb xirtc*		at smbus? chan ? dev ?		# Xicor X1241 RTC
    153      1.23    simonb m41t81rtc*	at smbus? chan ? dev ?		# ST M41T81 RTC
    154       1.1    simonb 
    155       1.1    simonb # MII/PHY support
    156       1.6    simonb brgphy*		at mii? phy ?
    157       1.1    simonb 
    158       1.1    simonb # Pseudo-devices
    159       1.1    simonb 
    160       1.1    simonb # Disk/mass storage pseudo-devices
    161       1.1    simonb pseudo-device	ccd		4	# concatenated disk devices
    162      1.14     elric #pseudo-device	cgd		4	# cryptographic disk devices
    163       1.1    simonb #pseudo-device	raid		4	# RAIDframe disk driver
    164       1.1    simonb #options 	RAID_AUTOCONFIG		# auto-configuration of RAID
    165       1.1    simonb pseudo-device	md		1	# memory disk device (ramdisk)
    166      1.52      cube pseudo-device	vnd			# disk-like interface to files
    167      1.39   hubertf #options 	VND_COMPRESSION		# compressed vnd(4)
    168       1.1    simonb 
    169       1.1    simonb # Network pseudo-devices
    170      1.51    rpaulo pseudo-device	bpfilter		# Berkeley packet filter
    171      1.53  liamjfoy #pseudo-device	carp			# Common Address Redundancy Protocol
    172       1.1    simonb pseudo-device	ipfilter		# IP filter (firewall) and NAT
    173       1.1    simonb pseudo-device	loop			# network loopback
    174      1.52      cube #pseudo-device	ppp			# Point-to-Point Protocol
    175       1.1    simonb #pseudo-device	pppoe			# PPP over Ethernet (RFC 2516)
    176      1.52      cube #pseudo-device	sl			# Serial Line IP
    177      1.52      cube #pseudo-device	strip			# Starmode Radio IP (Metricom)
    178       1.1    simonb #pseudo-device	irframetty		# IrDA frame line discipline
    179      1.52      cube #pseudo-device	tun			# network tunneling over tty
    180      1.32      cube #pseudo-device	tap			# virtual Ethernet
    181      1.52      cube #pseudo-device	gre			# generic L3 over IP tunnel
    182       1.1    simonb #pseudo-device	ipip		2	# RFC 2003 IP Encapsulation
    183      1.52      cube #pseudo-device	gif			# RFC1933 tunnel
    184      1.52      cube #pseudo-device	faith			# IPv[46] tcp relay translation
    185      1.52      cube #pseudo-device	stf			# 6to4 IPv6 over IPv4 encapsulation
    186       1.1    simonb pseudo-device	vlan			# IEEE 802.1q encapsulation
    187       1.1    simonb pseudo-device	bridge			# simple inter-network bridging
    188      1.19  perseant #options	BRIDGE_IPF		# bridge uses IP/IPv6 pfil hooks too
    189      1.61    martin pseudo-device	agr			# IEEE 802.3ad link aggregation
    190       1.1    simonb 
    191      1.69       tls #
    192      1.69       tls # accept filters
    193      1.69       tls pseudo-device   accf_data		# "dataready" accept filter
    194      1.69       tls pseudo-device   accf_http		# "httpready" accept filter
    195      1.69       tls 
    196       1.1    simonb # Miscellaneous pseudo-devices
    197       1.1    simonb pseudo-device	pty			# pseudo-terminals
    198       1.1    simonb #pseudo-device	sequencer	1	# MIDI sequencer
    199       1.1    simonb pseudo-device	rnd			# /dev/random & kernel generator
    200       1.8     lukem pseudo-device	clockctl		# user control of clock subsystem
    201      1.21     ragge pseudo-device	ksyms			# /dev/ksyms
    202      1.26    itojun #pseudo-device	pf			# PF packet filter
    203      1.26    itojun #pseudo-device	pflog			# PF log if
    204       1.1    simonb 
    205       1.1    simonb # A pseudo device needed for Coda	# also needs CODA (above)
    206       1.1    simonb #pseudo-device	vcoda		4	# coda minicache <-> venus comm.
    207      1.48      elad 
    208      1.48      elad # Veriexec
    209      1.48      elad #
    210      1.48      elad # a pseudo device needed for veriexec
    211      1.48      elad #pseudo-device	veriexec		1
    212      1.48      elad #
    213      1.48      elad # Uncomment the fingerprint methods below that are desired. Note that
    214      1.48      elad # removing fingerprint methods will have almost no impact on the kernel
    215      1.48      elad # code size.
    216      1.48      elad #
    217      1.48      elad #options VERIFIED_EXEC_FP_RMD160
    218      1.48      elad #options VERIFIED_EXEC_FP_SHA256
    219      1.48      elad #options VERIFIED_EXEC_FP_SHA384
    220      1.48      elad #options VERIFIED_EXEC_FP_SHA512
    221      1.48      elad #options VERIFIED_EXEC_FP_SHA1
    222      1.48      elad #options VERIFIED_EXEC_FP_MD5
    223