mirror of
https://github.com/opnsense/src.git
synced 2026-06-05 06:42:56 -04:00
conf/NOTES: Remove trailing whitespace
Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
5c92f84bb6
commit
6fa91acca4
1 changed files with 14 additions and 14 deletions
|
|
@ -92,11 +92,11 @@ makeoptions DESTDIR=/tmp
|
|||
# The soft limits can be modified during normal system operation, but
|
||||
# the hard limits are set at boot time. Their default values are
|
||||
# in sys/<arch>/include/vmparam.h. There are two ways to change them:
|
||||
#
|
||||
#
|
||||
# 1. Set the values at kernel build time. The options below are one
|
||||
# way to allow that limit to grow to 1GB. They can be increased
|
||||
# further by changing the parameters:
|
||||
#
|
||||
#
|
||||
# 2. In /boot/loader.conf, set the tunables kern.maxswzone,
|
||||
# kern.maxbcache, kern.maxtsiz, kern.dfldsiz, kern.maxdsiz,
|
||||
# kern.dflssiz, kern.maxssiz and kern.sgrowsiz.
|
||||
|
|
@ -202,7 +202,7 @@ options ROOTDEVNAME=\"ufs:da0s2e\"
|
|||
#
|
||||
# SCHED_ULE provides significant performance advantages over 4BSD on many
|
||||
# workloads on SMP machines. It supports cpu-affinity, per-cpu runqueues
|
||||
# and scheduler locks. It also has a stronger notion of interactivity
|
||||
# and scheduler locks. It also has a stronger notion of interactivity
|
||||
# which leads to better responsiveness even on uniprocessor machines. This
|
||||
# is the default scheduler.
|
||||
#
|
||||
|
|
@ -296,7 +296,7 @@ options SX_NOINLINE
|
|||
# frequency.
|
||||
# TURNSTILE_PROFILING enables rudimentary profiling of the hash table
|
||||
# used to hold active lock queues.
|
||||
# UMTX_PROFILING enables rudimentary profiling of the hash table used
|
||||
# UMTX_PROFILING enables rudimentary profiling of the hash table used
|
||||
# to hold active lock queues.
|
||||
# WITNESS enables the witness code which detects deadlocks and cycles
|
||||
# during locking operations.
|
||||
|
|
@ -681,11 +681,11 @@ options TCP_RFC7413 # TCP Fast Open
|
|||
|
||||
options TCPHPTS
|
||||
|
||||
# In order to enable IPSEC you MUST also add device crypto to
|
||||
# In order to enable IPSEC you MUST also add device crypto to
|
||||
# your kernel configuration
|
||||
options IPSEC #IP security (requires device crypto)
|
||||
|
||||
# Option IPSEC_SUPPORT does not enable IPsec, but makes it possible to
|
||||
# Option IPSEC_SUPPORT does not enable IPsec, but makes it possible to
|
||||
# load it as a kernel module. You still MUST add device crypto to your kernel
|
||||
# configuration.
|
||||
options IPSEC_SUPPORT
|
||||
|
|
@ -723,7 +723,7 @@ options LIBALIAS
|
|||
# and is quite well tested.
|
||||
#
|
||||
# Note YOU MUST have both INET and INET6 defined.
|
||||
# You don't have to enable V6, but SCTP is
|
||||
# You don't have to enable V6, but SCTP is
|
||||
# dual stacked and so far we have not torn apart
|
||||
# the V6 and V4.. since an association can span
|
||||
# both a V6 and V4 address at the SAME time :-)
|
||||
|
|
@ -751,9 +751,9 @@ options SCTP_DEBUG
|
|||
# All that options after that turn on specific types of
|
||||
# logging. You can monitor CWND growth, flight size
|
||||
# and all sorts of things. Go look at the code and
|
||||
# see. I have used this to produce interesting
|
||||
# see. I have used this to produce interesting
|
||||
# charts and graphs as well :->
|
||||
#
|
||||
#
|
||||
# I have not yet committed the tools to get and print
|
||||
# the logs, I will do that eventually .. before then
|
||||
# if you want them send me an email rrs@freebsd.org
|
||||
|
|
@ -2357,7 +2357,7 @@ device pwmc # userland control access to pwm outputs
|
|||
#
|
||||
# etherswitch The etherswitch(4) framework
|
||||
# miiproxy Proxy device for miibus(4) functionality
|
||||
#
|
||||
#
|
||||
# Switch hardware support:
|
||||
# arswitch Atheros switches
|
||||
# ip17x IC+ 17x family switches
|
||||
|
|
@ -2592,7 +2592,7 @@ device zyd
|
|||
# Sierra USB wireless driver
|
||||
device usie
|
||||
|
||||
#
|
||||
#
|
||||
# debugging options for the USB subsystem
|
||||
#
|
||||
options USB_DEBUG
|
||||
|
|
@ -2840,7 +2840,7 @@ options ZSTDIO
|
|||
# BHND(4) drivers
|
||||
options BHND_LOGLEVEL # Logging threshold level
|
||||
|
||||
# evdev interface
|
||||
# evdev interface
|
||||
device evdev # input event device support
|
||||
options EVDEV_SUPPORT # evdev support in legacy drivers
|
||||
options EVDEV_DEBUG # enable event debug msgs
|
||||
|
|
@ -2853,9 +2853,9 @@ options EKCD
|
|||
# Serial Peripheral Interface (SPI) support.
|
||||
device spibus # Bus support.
|
||||
device at45d # DataFlash driver
|
||||
device cqspi #
|
||||
device cqspi #
|
||||
device mx25l # SPIFlash driver
|
||||
device n25q #
|
||||
device n25q #
|
||||
device spigen # Generic access to SPI devices from userland.
|
||||
# Enable legacy /dev/spigenN name aliases for /dev/spigenX.Y devices.
|
||||
options SPIGEN_LEGACY_CDEVNAME # legacy device names for spigen
|
||||
|
|
|
|||
Loading…
Reference in a new issue