summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2004-10-26 12:20:57 +0000
committerdes <des@FreeBSD.org>2004-10-26 12:20:57 +0000
commit313e249d9e6007e032370ffde1977447cdd64ee1 (patch)
treecc9f446d07c3ed5f6814892e01d1befc7f06b2e1 /sys/conf
parentfd2239c999cde831addfbfeb6a93874315b13654 (diff)
downloadFreeBSD-src-313e249d9e6007e032370ffde1977447cdd64ee1.zip
FreeBSD-src-313e249d9e6007e032370ffde1977447cdd64ee1.tar.gz
Uncomment DIRECTIO and NSWBUF_MIN. They are both positive options (i.e.
they enable rather than disable code), so they should be on in LINT.
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/NOTES4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index 2f28b32..c60f002 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -2420,13 +2420,13 @@ options PANIC_REBOOT_WAIT_TIME=16
# file. Both offset and length of the read operation must be
# multiples of the physical media sector size.
#
-#options DIRECTIO
+options DIRECTIO
# Specify a lower limit for the number of swap I/O buffers. They are
# (among other things) used when bypassing the buffer cache due to
# DIRECTIO kernel option enabled and O_DIRECT flag set on file.
#
-#options NSWBUF_MIN=120
+options NSWBUF_MIN=120
#####################################################################
OpenPOWER on IntegriCloud