Lines Matching refs:options

16 # An exhaustive list of options and more detailed explanations of the
31 options SOC_MV_KIRKWOOD
33 options SCHED_4BSD # 4BSD scheduler
34 options INET # InterNETworking
35 options INET6 # IPv6 communications protocols
36 options SOFTUPDATES
37 options TMPFS # Efficient memory filesystem
38 options CD9660 # ISO 9660 filesystem
39 options FFS # Berkeley Fast Filesystem
40 options MSDOSFS # MS DOS File System (FAT, FAT32)
41 options NULLFS # NULL filesystem
42 options SYSVSHM # SYSV-style shared memory
43 options SYSVMSG # SYSV-style message queues
44 options SYSVSEM # SYSV-style semaphores
45 options _KPOSIX_PRIORITY_SCHEDULING # Posix P1003_1B real-time extensions
46 options GEOM_PART_BSD # BSD partition scheme
47 options GEOM_PART_MBR # MBR partition scheme
48 options GEOM_ELI # Disk encryption.
49 options GEOM_LABEL # Providers labelization.
50 options GEOM_PART_GPT # GPT partitioning
54 options FDT
55 options FDT_DTB_STATIC
86 options USB_HOST_ALIGN=32 # Align DMA to cacheline
87 #options USB_DEBUG # Compile in USB debug support
119 options IPSEC
120 options IPSEC_NAT_T
121 options TCP_SIGNATURE # include support for RFC 2385
124 options IPFIREWALL
125 options IPFIREWALL_DEFAULT_TO_ACCEPT
126 options IPFIREWALL_VERBOSE
127 options IPFIREWALL_VERBOSE_LIMIT=100
128 options IPFIREWALL_NAT
129 options LIBALIAS
130 options DUMMYNET
131 options IPDIVERT
139 options ALTQ # Basic ALTQ support
140 options ALTQ_CBQ # Class Based Queueing
141 options ALTQ_RED # Random Early Detection
142 options ALTQ_RIO # RED In/Out
143 options ALTQ_HFSC # Hierarchical Packet Scheduler
144 options ALTQ_CDNR # Traffic conditioner
145 options ALTQ_PRIQ # Priority Queueing
146 options ALTQ_NOPCC # Required if the TSC is unusable
147 #options ALTQ_DEBUG
151 options ALT_BREAK_TO_DEBUGGER
152 options DDB
153 options KDB
154 #options DIAGNOSTIC
155 #options INVARIANTS # Enable calls of extra sanity checking
156 #options INVARIANT_SUPPORT # Extra sanity checks of internal structures, required by INVARIANTS
157 #options WITNESS # Enable checks to detect deadlocks and cycles
158 #options WITNESS_SKIPSPIN # Don't run witness on spinlocks for speed
159 #options WITNESS_KDB
161 # Enable these options for nfs root configured via BOOTP.
162 options NFSCL # Network Filesystem Client
163 options NFSLOCKD # Network Lock Manager
164 #options NFS_ROOT # NFS usable as /, requires NFSCLIENT
165 #options BOOTP
166 #options BOOTP_NFSROOT
167 #options BOOTP_NFSV3
168 #options BOOTP_WIRED_TO=mge0
171 #options ROOTDEVNAME=\"ufs:/dev/da1a\"
172 options ROOTDEVNAME=\"ufs:/dev/da1s1a\"
173 #options ROOTDEVNAME=\"ufs:/dev/da1p10\"
174 #options ROOTDEVNAME=\"nfs:192.168.0.254/dreamplug\"