summaryrefslogtreecommitdiff
path: root/sys/arch/bebox
diff options
context:
space:
mode:
authorsevan <sevan@NetBSD.org>2018-01-23 14:47:53 +0000
committersevan <sevan@NetBSD.org>2018-01-23 14:47:53 +0000
commit65b4d6cf237a5005dbcd4d5b0bfaaf59cd2e3b6e (patch)
tree23ebc170676573c78690da2e97aca5c68d7a3d41 /sys/arch/bebox
parentc51c053953bbbbd01a3537ea0511216b05cc7e4f (diff)
Alternate buffer queue strategies no longer considered experimental, update
description. Discussed on tech-kern http://mail-index.netbsd.org/tech-kern/2018/01/21/msg023002.html
Diffstat (limited to 'sys/arch/bebox')
-rw-r--r--sys/arch/bebox/conf/GENERIC8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/bebox/conf/GENERIC b/sys/arch/bebox/conf/GENERIC
index a851ab477f8..089dbf47e57 100644
--- a/sys/arch/bebox/conf/GENERIC
+++ b/sys/arch/bebox/conf/GENERIC
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.156 2017/09/14 07:58:39 mrg Exp $
+# $NetBSD: GENERIC,v 1.157 2018/01/23 14:47:54 sevan Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@ include "arch/bebox/conf/std.bebox"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.156 $"
+#ident "GENERIC-$Revision: 1.157 $"
maxusers 32
@@ -41,8 +41,8 @@ options USERCONF # userconf(4) support
#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel
-# Enable experimental buffer queue strategy for better responsiveness under
-# high disk I/O load. Use it with caution - it's not proven to be stable yet.
+# Alternate buffer queue strategies for better responsiveness under high
+# disk I/O load.
#options BUFQ_READPRIO
#options BUFQ_PRIOCSCAN