From 995356dc1075b27a8b4c52cd200cf3f6db0360f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dag-Erling=20Sm=C3=B8rgrav?= Date: Tue, 26 Oct 2004 12:20:57 +0000 Subject: [PATCH] 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. --- sys/conf/NOTES | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/conf/NOTES b/sys/conf/NOTES index 2f28b32b6d1..c60f0022873 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 #####################################################################