summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authorkuriyama <kuriyama@FreeBSD.org>2009-05-10 00:00:25 +0000
committerkuriyama <kuriyama@FreeBSD.org>2009-05-10 00:00:25 +0000
commit9913dad78324dd8bc8da927e4b1d87003ecfe7d9 (patch)
tree200771cd75bef85df04e89efbd2c006e84a82b8b /sys/conf
parenteab6ae7b1f135a724251917287e1da0b659b63d3 (diff)
downloadFreeBSD-src-9913dad78324dd8bc8da927e4b1d87003ecfe7d9.zip
FreeBSD-src-9913dad78324dd8bc8da927e4b1d87003ecfe7d9.tar.gz
- Use "device\t" and "options \t" for consistency.
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/NOTES42
1 files changed, 21 insertions, 21 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index 185ff8f..7ba6ac4 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -192,7 +192,7 @@ options ROOTDEVNAME=\"ufs:da0s2e\"
# tree at 'kern.sched.stats' and is useful for debugging scheduling decisions.
#
options SCHED_4BSD
-options SCHED_STATS
+options SCHED_STATS
#options SCHED_ULE
#####################################################################
@@ -504,7 +504,7 @@ options STACK
# Additional configuration options may be required on specific architectures,
# please see hwpmc(4).
-device hwpmc # Driver (also a loadable module)
+device hwpmc # Driver (also a loadable module)
options HWPMC_HOOKS # Other necessary kernel hooks
@@ -517,7 +517,7 @@ options HWPMC_HOOKS # Other necessary kernel hooks
options INET #Internet communications protocols
options INET6 #IPv6 communications protocols
-options ROUTETABLES=2 # max 16. 1 is back compatible.
+options ROUTETABLES=2 # max 16. 1 is back compatible.
# In order to enable IPSEC you MUST also add device crypto to
# your kernel configuration
@@ -551,10 +551,10 @@ options NETSMB #SMB/CIFS requester
options LIBMCHAIN
# libalias library, performing NAT
-options LIBALIAS
+options LIBALIAS
# flowtable cache
-options FLOWTABLE
+options FLOWTABLE
#
# SCTP is a NEW transport protocol defined by
@@ -571,7 +571,7 @@ options FLOWTABLE
# the V6 and V4.. since an association can span
# both a V6 and V4 address at the SAME time :-)
#
-options SCTP
+options SCTP
# There are bunches of options:
# this one turns on all sorts of
# nastly printing that you can
@@ -583,7 +583,7 @@ options SCTP
# option we don't do any of the tests for
# bits and prints.. which makes the code run
# faster.. if you are not debugging don't use.
-options SCTP_DEBUG
+options SCTP_DEBUG
#
# This option turns off the CRC32c checksum. Basically
# You will not be able to talk to anyone else that
@@ -596,7 +596,7 @@ options SCTP_DEBUG
# splitting 8's algorithm its not as bad as it used
# to be.. but it does speed things up try only
# for in a captured lab environment :-)
-options SCTP_WITH_NO_CSUM
+options SCTP_WITH_NO_CSUM
#
#
@@ -619,7 +619,7 @@ options SCTP_LOCK_LOGGING
options SCTP_MBUF_LOGGING
options SCTP_MBCNT_LOGGING
options SCTP_PACKET_LOGGING
-options SCTP_LTRACE_CHUNKS
+options SCTP_LTRACE_CHUNKS
options SCTP_LTRACE_ERRORS
@@ -644,7 +644,7 @@ options ALTQ_DEBUG
# It allows transparent proxies to pretend to be other machines.
# How the packet GET to that machine is a problem solved elsewhere,
# smart routers, ipfw fwd, etc.
-options IP_NONLOCALBIND # Allow impersonation for proxies.
+options IP_NONLOCALBIND # Allow impersonation for proxies.
# netgraph(4). Enable the base netgraph code with the NETGRAPH option.
# Individual node types can be enabled with the corresponding option
@@ -734,8 +734,8 @@ device vlan
# drivers, including host AP mode; it is MANDATORY for the wi,
# and ath drivers and will eventually be required by all 802.11 drivers.
device wlan
-options IEEE80211_DEBUG #enable debugging msgs
-options IEEE80211_AMPDU_AGE #age frames in AMPDU reorder q's
+options IEEE80211_DEBUG #enable debugging msgs
+options IEEE80211_AMPDU_AGE #age frames in AMPDU reorder q's
# The `wlan_wep', `wlan_tkip', and `wlan_ccmp' devices provide
# support for WEP, TKIP, and AES-CCMP crypto protocols optionally
@@ -905,7 +905,7 @@ options TCPDEBUG
# return a logarithmic histogram of monitored parameters
# (e.g. packet size, wasted space, number of mbufs in chain).
options MBUF_STRESS_TEST
-options MBUF_PROFILING
+options MBUF_PROFILING
# Statically Link in accept filters
options ACCEPT_FILTER_DATA
@@ -962,7 +962,7 @@ options FDESCFS #File descriptor filesystem
options HPFS #OS/2 File system
options MSDOSFS #MS DOS File System (FAT, FAT32)
options NFSSERVER #Network File System server
-options NFSLOCKD #Network Lock Manager
+options NFSLOCKD #Network Lock Manager
# NT File System. Read-mostly, see mount_ntfs(8) for details.
# For a full read-write NTFS support consider sysutils/fusefs-ntfs
@@ -1397,8 +1397,8 @@ options SC_NO_SUSPEND_VTYSWITCH
# 0x100 Probe for a keyboard device periodically if one is not present
# Enable experimental features of the syscons terminal emulator (teken).
-options TEKEN_UTF8 # UTF-8 output handling
-options TEKEN_XTERM # xterm-style terminal emulation
+options TEKEN_UTF8 # UTF-8 output handling
+options TEKEN_XTERM # xterm-style terminal emulation
#
# Optional devices:
@@ -1524,7 +1524,7 @@ options ADW_ALLOW_MEMIO
# Options used in dev/iscsi (Software iSCSI stack)
#
-options ISCSI_INITIATOR_DEBUG=9
+options ISCSI_INITIATOR_DEBUG=9
# Options used in dev/isp/ (Qlogic SCSI/FC driver).
#
@@ -1618,7 +1618,7 @@ device mly
device ida # Compaq Smart RAID
device mlx # Mylex DAC960
device amr # AMI MegaRAID
-device amrp # SCSI Passthrough interface (optional, CAM req.)
+device amrp # SCSI Passthrough interface (optional, CAM req.)
device mfi # LSI MegaRAID SAS
device mfip # LSI MegaRAID SAS passthrough, requires CAM
options MFI_DEBUG
@@ -2348,7 +2348,7 @@ options BOOTP_NFSROOT # NFS mount root filesystem using BOOTP info
options BOOTP_NFSV3 # Use NFS v3 to NFS mount root
options BOOTP_COMPAT # Workaround for broken bootp daemons.
options BOOTP_WIRED_TO=fxp0 # Use interface fxp0 for BOOTP
-options BOOTP_BLOCKSIZE=8192 # Override NFS block size
+options BOOTP_BLOCKSIZE=8192 # Override NFS block size
#
# Add software watchdog routines.
@@ -2393,7 +2393,7 @@ device ohci
# EHCI controller
device ehci
# SL811 Controller
-#device slhci
+#device slhci
# General USB code (mandatory for USB)
device usb
#
@@ -2490,7 +2490,7 @@ device zyd
# debugging options for the USB subsystem
#
options USB_DEBUG
-options U3G_DEBUG
+options U3G_DEBUG
# options for ukbd:
options UKBD_DFLT_KEYMAP # specify the built-in keymap
OpenPOWER on IntegriCloud