Home | History | Annotate | Line # | Download | only in conf
GENERIC.common revision 1.2.2.4
      1  1.2.2.2  skrll #
      2  1.2.2.4  skrll #	$NetBSD: GENERIC.common,v 1.2.2.4 2015/09/22 12:05:40 skrll Exp $
      3  1.2.2.2  skrll #
      4  1.2.2.2  skrll #	GENERIC evbarm kernel config (template)
      5  1.2.2.2  skrll #
      6  1.2.2.2  skrll 
      7  1.2.2.2  skrll # estimated number of users
      8  1.2.2.2  skrll 
      9  1.2.2.2  skrll maxusers	32
     10  1.2.2.2  skrll 
     11  1.2.2.2  skrll # Standard system options
     12  1.2.2.2  skrll 
     13  1.2.2.2  skrll options 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
     14  1.2.2.2  skrll #options 	NTP		# NTP phase/frequency locked loop
     15  1.2.2.2  skrll 
     16  1.2.2.2  skrll # CPU options
     17  1.2.2.2  skrll options 	PMAPCOUNTERS
     18  1.2.2.2  skrll 
     19  1.2.2.2  skrll # Architecture options
     20  1.2.2.2  skrll 
     21  1.2.2.2  skrll # File systems
     22  1.2.2.2  skrll include "conf/filesystems.config"
     23  1.2.2.2  skrll no file-system 	LFS
     24  1.2.2.2  skrll no file-system 	CODA
     25  1.2.2.2  skrll no pseudo-device vcoda
     26  1.2.2.2  skrll 
     27  1.2.2.2  skrll # File system options
     28  1.2.2.2  skrll #options 	QUOTA		# legacy UFS quotas
     29  1.2.2.2  skrll #options 	QUOTA2		# new, in-filesystem UFS quotas
     30  1.2.2.4  skrll options 	FFS_EI		# FFS Endian Independent support
     31  1.2.2.2  skrll #options 	NFSSERVER
     32  1.2.2.2  skrll options 	WAPBL		# File system journaling support
     33  1.2.2.2  skrll #options 	FFS_NO_SNAPSHOT	# No FFS snapshot support
     34  1.2.2.2  skrll 
     35  1.2.2.2  skrll # Networking options
     36  1.2.2.2  skrll 
     37  1.2.2.2  skrll #options 	GATEWAY		# packet forwarding
     38  1.2.2.2  skrll options 	INET		# IP + ICMP + TCP + UDP
     39  1.2.2.2  skrll options 	INET6		# IPV6
     40  1.2.2.4  skrll options 	IPSEC		# IP security
     41  1.2.2.2  skrll #options 	IPSEC_DEBUG	# debug for IP security
     42  1.2.2.2  skrll #options 	MROUTING	# IP multicast routing
     43  1.2.2.2  skrll #options 	PIM		# Protocol Independent Multicast
     44  1.2.2.2  skrll #options 	NETATALK	# AppleTalk networking
     45  1.2.2.2  skrll #options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
     46  1.2.2.2  skrll #options 	PPP_DEFLATE	# Deflate compression support for PPP
     47  1.2.2.2  skrll #options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
     48  1.2.2.2  skrll #options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
     49  1.2.2.2  skrll 
     50  1.2.2.3  skrll # JIT compiler for bpfilter
     51  1.2.2.3  skrll #options 	SLJIT
     52  1.2.2.3  skrll options 	BPFJIT
     53  1.2.2.3  skrll 
     54  1.2.2.3  skrll #options 	NFS_BOOT_BOOTP
     55  1.2.2.3  skrll options 	NFS_BOOT_DHCP
     56  1.2.2.2  skrll #options 	NFS_BOOT_BOOTSTATIC
     57  1.2.2.2  skrll #options 	NFS_BOOTSTATIC_MYIP="\"192.168.1.4\""
     58  1.2.2.2  skrll #options 	NFS_BOOTSTATIC_GWIP="\"192.168.1.1\""
     59  1.2.2.2  skrll #options 	NFS_BOOTSTATIC_MASK="\"255.255.255.0\""
     60  1.2.2.2  skrll #options 	NFS_BOOTSTATIC_SERVADDR="\"192.168.1.1\""
     61  1.2.2.2  skrll #options 	NFS_BOOTSTATIC_SERVER="\"192.168.1.1:/nfs/sdp2430\""
     62  1.2.2.2  skrll 
     63  1.2.2.3  skrll options 	NFS_BOOT_RWSIZE=1024
     64  1.2.2.2  skrll 
     65  1.2.2.2  skrll # Compatibility options
     66  1.2.2.2  skrll 
     67  1.2.2.3  skrll options 	COMPAT_NETBSD32	# allow running arm (e.g. non-earm) binaries
     68  1.2.2.2  skrll #options 	COMPAT_43	# 4.3BSD compatibility.
     69  1.2.2.2  skrll #options 	COMPAT_09	# NetBSD 0.9,
     70  1.2.2.2  skrll #options 	COMPAT_10	# NetBSD 1.0,
     71  1.2.2.2  skrll #options 	COMPAT_11	# NetBSD 1.1,
     72  1.2.2.2  skrll #options 	COMPAT_12	# NetBSD 1.2,
     73  1.2.2.2  skrll #options 	COMPAT_13	# NetBSD 1.3,
     74  1.2.2.2  skrll #options 	COMPAT_14	# NetBSD 1.4,
     75  1.2.2.2  skrll #options 	COMPAT_15	# NetBSD 1.5,
     76  1.2.2.2  skrll #options 	COMPAT_16	# NetBSD 1.6,
     77  1.2.2.2  skrll #options 	COMPAT_20	# NetBSD 2.0,
     78  1.2.2.2  skrll #options 	COMPAT_30	# NetBSD 3.0,
     79  1.2.2.2  skrll #options 	COMPAT_40	# NetBSD 4.0,
     80  1.2.2.2  skrll #options 	COMPAT_50	# NetBSD 5.0,
     81  1.2.2.2  skrll options 	COMPAT_60	# NetBSD 6.0, and
     82  1.2.2.2  skrll options 	COMPAT_70	# NetBSD 7.0 binary compatibility.
     83  1.2.2.2  skrll #options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
     84  1.2.2.2  skrll #options 	COMPAT_BSDPTY	# /dev/[pt]ty?? ptys.
     85  1.2.2.2  skrll 
     86  1.2.2.2  skrll # Shared memory options
     87  1.2.2.2  skrll 
     88  1.2.2.2  skrll options 	SYSVMSG		# System V-like message queues
     89  1.2.2.2  skrll options 	SYSVSEM		# System V-like semaphores
     90  1.2.2.2  skrll #options 	SEMMNI=10	# number of semaphore identifiers
     91  1.2.2.2  skrll #options 	SEMMNS=60	# number of semaphores in system
     92  1.2.2.2  skrll #options 	SEMUME=10	# max number of undo entries per process
     93  1.2.2.2  skrll #options 	SEMMNU=30	# number of undo structures in system
     94  1.2.2.2  skrll options 	SYSVSHM		# System V-like memory sharing
     95  1.2.2.2  skrll 
     96  1.2.2.2  skrll # Device options
     97  1.2.2.2  skrll 
     98  1.2.2.2  skrll #options 	MEMORY_DISK_HOOKS	# boottime setup of ramdisk
     99  1.2.2.2  skrll #options 	MEMORY_DISK_ROOT_SIZE=8192	# Size in blocks
    100  1.2.2.2  skrll #options 	MEMORY_DISK_DYNAMIC
    101  1.2.2.2  skrll #options 	MINIROOTSIZE=1000	# Size in blocks
    102  1.2.2.2  skrll #options 	MEMORY_DISK_IS_ROOT	# use memory disk as root
    103  1.2.2.2  skrll #options 	MEMORY_DISK_FBFLAGS=RB_SINGLE
    104  1.2.2.2  skrll 
    105  1.2.2.2  skrll # Miscellaneous kernel options
    106  1.2.2.2  skrll options 	KTRACE		# system call tracing, a la ktrace(1)
    107  1.2.2.2  skrll #options 	SCSIVERBOSE	# Verbose SCSI errors
    108  1.2.2.2  skrll #options 	MIIVERBOSE	# Verbose MII autoconfuration messages
    109  1.2.2.2  skrll #options 	USERCONF	# userconf(4) support
    110  1.2.2.3  skrll #options 	PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
    111  1.2.2.3  skrll 
    112  1.2.2.3  skrll # Wedge support
    113  1.2.2.3  skrll options 	DKWEDGE_AUTODISCOVER	# Automatically add dk(4) instances
    114  1.2.2.3  skrll options 	DKWEDGE_METHOD_GPT	# Supports GPT partitions as wedges
    115  1.2.2.2  skrll 
    116  1.2.2.2  skrll # Alternate buffer queue strategies for better responsiveness under high
    117  1.2.2.2  skrll # disk I/O load.
    118  1.2.2.2  skrll #options 	BUFQ_READPRIO
    119  1.2.2.2  skrll options 	BUFQ_PRIOCSCAN
    120  1.2.2.2  skrll 
    121  1.2.2.2  skrll # Development and Debugging options
    122  1.2.2.2  skrll 
    123  1.2.2.2  skrll #options 	PERFCTRS	# performance counters
    124  1.2.2.2  skrll #options 	DIAGNOSTIC	# internal consistency checks
    125  1.2.2.2  skrll #options 	DEBUG
    126  1.2.2.2  skrll #options 	LOCKDEBUG
    127  1.2.2.2  skrll #options 	PMAP_DEBUG	# Enable pmap_debug_level code
    128  1.2.2.2  skrll #options 	IPKDB		# remote kernel debugging
    129  1.2.2.2  skrll #options 	VERBOSE_INIT_ARM # verbose bootstraping messages
    130  1.2.2.2  skrll options 	DDB		# in-kernel debugger
    131  1.2.2.3  skrll options 	DDB_ONPANIC=1
    132  1.2.2.2  skrll options 	DDB_HISTORY_SIZE=100	# Enable history editing in DDB
    133  1.2.2.2  skrll #options 	DDB_COMMANDONENTER="bt"
    134  1.2.2.2  skrll #options 	KGDB
    135  1.2.2.2  skrll 
    136  1.2.2.2  skrll # Pseudo-Devices
    137  1.2.2.2  skrll 
    138  1.2.2.3  skrll # crypto pseudo-devices
    139  1.2.2.3  skrll pseudo-device	crypto			# /dev/crypto device
    140  1.2.2.3  skrll pseudo-device	swcrypto		# software crypto implementation
    141  1.2.2.3  skrll 
    142  1.2.2.2  skrll # disk/mass storage pseudo-devices
    143  1.2.2.2  skrll #pseudo-device	md			# memory disk device (ramdisk)
    144  1.2.2.2  skrll pseudo-device	vnd			# disk-like interface to files
    145  1.2.2.2  skrll #pseudo-device	fss			# file system snapshot device
    146  1.2.2.2  skrll pseudo-device	drvctl			# driver control
    147  1.2.2.2  skrll 
    148  1.2.2.2  skrll # network pseudo-devices
    149  1.2.2.2  skrll pseudo-device	bpfilter		# Berkeley packet filter
    150  1.2.2.2  skrll pseudo-device	loop			# network loopback
    151  1.2.2.3  skrll pseudo-device	bridge			# simple inter-network bridging
    152  1.2.2.3  skrll pseudo-device	vlan			# IEEE 802.1q encapsulation
    153  1.2.2.3  skrll pseudo-device	ppp			# Point-to-Point Protocol
    154  1.2.2.3  skrll pseudo-device	pppoe			# PPP over Ethernet (RFC 2516)
    155  1.2.2.3  skrll pseudo-device	tun			# network tunneling over tty
    156  1.2.2.3  skrll pseudo-device	tap			# virtual Ethernet
    157  1.2.2.3  skrll pseudo-device	gre			# generic L3 over IP tunnel
    158  1.2.2.3  skrll pseudo-device	npf			# NPF packet filter
    159  1.2.2.2  skrll 
    160  1.2.2.2  skrll # miscellaneous pseudo-devices
    161  1.2.2.2  skrll pseudo-device	pty			# pseudo-terminals
    162  1.2.2.3  skrll #options 	RND_COM
    163  1.2.2.2  skrll #pseudo-device	clockctl		# user control of clock subsystem
    164  1.2.2.2  skrll pseudo-device	ksyms			# /dev/ksyms
    165  1.2.2.2  skrll pseudo-device	lockstat		# lock profiling
    166