Lines Matching refs:options

9 #options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
14 options MEMORY_DISK_HOOKS
15 options MEMORY_DISK_IS_ROOT # Force root on ram-disk
16 options MEMORY_DISK_SERVER=0 # no userspace md(4) support
17 options MEMORY_DISK_ROOT_SIZE=3072
18 options MEMORY_DISK_RBFLAGS=RB_SINGLE # boot in single-user mode
23 # Standard system options
24 #options KTRACE # system call tracing
25 #options SYSVMSG # System V message queues
26 #options SYSVSEM # System V semaphores
27 #options SYSVSHM # System V shared memory
29 #options MODULAR # new style module(7) framework
30 #options MODULAR_DEFAULT_AUTOLOAD
32 #options INSECURE # disable kernel security level
33 options USERCONF # userconf(4) support
34 options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
35 #options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel
39 #options BUFQ_READPRIO
40 #options BUFQ_PRIOCSCAN
42 #options DEBUG # kernel debugging code
43 #options DIAGNOSTIC # extra kernel sanity checking
46 #options DDB
47 #options DDB_HISTORY_SIZE=100 # enable history editing in DDB
51 #options KGDB # support for kernel gdb
52 #options KGDB_DEV=0xc01 # kgdb device number (dev_t)
53 #options KGDB_DEVRATE=9600 # baud rate
55 # Other debugging options
56 #options PMAP_DEBUG
57 #options SCSIDEBUG
58 #options SCSIVERBOSE # Verbose SCSI errors
60 # Compatibility options
63 #options COMPAT_M68K4K # compatibility with NetBSD/m68k4k binaries
64 #options COMPAT_NOMID # compatibility with 386BSD, BSDI, NetBSD 0.8,
65 #options COMPAT_SUNOS # can run SunOS 4.1.1 executables
66 #options COMPAT_LINUX # can run Linux/m68k executables
67 #options COMPAT_OSSAUDIO # can run Linux/m68k executables
68 #options COMPAT_AOUT_M68K # support for NetBSD a.out executables
69 #options EXEC_AOUT # support for a.out executables
91 # File system options
92 options FFS_NO_SNAPSHOT # No FFS snapshot support
93 #options QUOTA # legacy UFS quotas
94 #options QUOTA2 # new, in-filesystem UFS quotas
95 #options UFS_DIRHASH # UFS Large Directory Hashing
96 #options UFS_EXTATTR # Extended attribute support for UFS1
97 options WAPBL # File system journaling support
98 #options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
100 #options NFSSERVER # Network File System server
102 # Networking options
103 #options GATEWAY # packet forwarding
104 options INET # IP + ICMP + TCP + UDP
105 #options INET6 # IPV6
106 #options IPSEC # IP security
107 #options IPSEC_DEBUG # debug for IP security
108 #options MROUTING # IP multicast routing
109 #options PIM # Protocol Independent Multicast
110 #options NETATALK # AppleTalk networking protocols
111 #options PPP_BSDCOMP # BSD-Compress compression support for PPP
112 #options PPP_DEFLATE # Deflate compression support for PPP
113 #options PPP_FILTER # Active filter support for PPP (requires bpf)
114 #options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG
116 #options ALTQ # Manipulate network interfaces' output queues
117 #options ALTQ_BLUE # Stochastic Fair Blue
118 #options ALTQ_CBQ # Class-Based Queueing
119 #options ALTQ_CDNR # Diffserv Traffic Conditioner
120 #options ALTQ_FIFOQ # First-In First-Out Queue
121 #options ALTQ_FLOWVALVE # RED/flow-valve (red-penalty-box)
122 #options ALTQ_HFSC # Hierarchical Fair Service Curve
123 #options ALTQ_LOCALQ # Local queueing discipline
124 #options ALTQ_PRIQ # Priority Queueing
125 #options ALTQ_RED # Random Early Detection
126 #options ALTQ_RIO # RED with IN/OUT
127 #options ALTQ_WFQ # Weighted Fair Queueing
129 # NeXT specific options
130 options M68040
131 options M68030
132 options FPSP
133 #options FPU_EMULATE
135 options ZS_CONSOLE_ABORT # drop to debugger on break
136 #options SERCONSOLE # use serial console
138 options NFS_BOOT_BOOTP
139 options NFS_BOOT_DHCP
141 # wscons options
142 options RCONS_2BPP # necessary for nextdisplay
143 options RCONS_16BPP # necessary for color nextdisplay
144 #options WSEMUL_SUN # sun terminal emulation
145 options WSEMUL_VT100 # VT100 / VT220 emulation
146 #options WSDISPLAY_COMPAT_SYSCONS # emulate some ioctls
147 #options WSDISPLAY_COMPAT_USL # wsconscfg VT handling
148 #options WSDISPLAY_COMPAT_RAWKBD # can get raw scancodes
150 #options PCKBD_LAYOUT="(KB_DE | KB_NODEAD)"
229 #options VND_COMPRESSION # compressed vnd(4)
231 #options RAID_AUTOCONFIG # auto-configuration of RAID components
233 # options RF_INCLUDE_EVENODD=1
234 # options RF_INCLUDE_RAID5_RS=1
235 # options RF_INCLUDE_PARITYLOGGING=1
236 # options RF_INCLUDE_CHAINDECLUSTER=1
237 # options RF_INCLUDE_INTERDECLUSTER=1
238 # options RF_INCLUDE_PARITY_DECLUSTERING=1
239 # options RF_INCLUDE_PARITY_DECLUSTERING_DS=1