Module Name: src
Committed By: sevan
Date: Tue Jan 23 15:08:12 UTC 2018
Modified Files:
src/sys/arch/evbarm/conf: MMNET_GENERIC MPCSA_GENERIC MV2120
src/sys/arch/ews4800mips/conf: GENERIC
src/sys/arch/hpcsh/conf: GENERIC
src/sys/arch/i386/conf: XEN3_DOM0 XEN3_DOMU
src/sys/arch/iyonix/conf: GENERIC
src/sys/arch/landisk/conf: GENERIC
Log Message:
Alternate buffer queue strategies no longer considered experimental, update
or add new description for files missed out in the previous run.
To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 src/sys/arch/evbarm/conf/MMNET_GENERIC
cvs rdiff -u -r1.54 -r1.55 src/sys/arch/evbarm/conf/MPCSA_GENERIC
cvs rdiff -u -r1.34 -r1.35 src/sys/arch/evbarm/conf/MV2120
cvs rdiff -u -r1.55 -r1.56 src/sys/arch/ews4800mips/conf/GENERIC
cvs rdiff -u -r1.109 -r1.110 src/sys/arch/hpcsh/conf/GENERIC
cvs rdiff -u -r1.124 -r1.125 src/sys/arch/i386/conf/XEN3_DOM0
cvs rdiff -u -r1.87 -r1.88 src/sys/arch/i386/conf/XEN3_DOMU
cvs rdiff -u -r1.96 -r1.97 src/sys/arch/iyonix/conf/GENERIC
cvs rdiff -u -r1.57 -r1.58 src/sys/arch/landisk/conf/GENERIC
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/evbarm/conf/MMNET_GENERIC
diff -u src/sys/arch/evbarm/conf/MMNET_GENERIC:1.33 src/sys/arch/evbarm/conf/MMNET_GENERIC:1.34
--- src/sys/arch/evbarm/conf/MMNET_GENERIC:1.33 Thu Sep 14 07:58:40 2017
+++ src/sys/arch/evbarm/conf/MMNET_GENERIC Tue Jan 23 15:08:11 2018
@@ -1,4 +1,4 @@
-# $NetBSD: MMNET_GENERIC,v 1.33 2017/09/14 07:58:40 mrg Exp $
+# $NetBSD: MMNET_GENERIC,v 1.34 2018/01/23 15:08:11 sevan Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@ include "arch/evbarm/conf/std.mmnet"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.33 $"
+#ident "GENERIC-$Revision: 1.34 $"
maxusers 32 # estimated number of users
@@ -72,8 +72,8 @@ options SYSCTL_INCLUDE_DESCR # Include
#options BEEP_ONHALT_PITCH=1500 # Default frequency (in Hz)
#options BEEP_ONHALT_PERIOD=250 # Default duration (in msecs)
-# Enable experimental buffer queue strategy for better responsiveness under
-# high disk I/O load. Likely stable but not yet the default.
+# Alternate buffer queue strategies for better responsiveness under high
+# disk I/O load.
#options BUFQ_READPRIO
#options BUFQ_PRIOCSCAN
Index: src/sys/arch/evbarm/conf/MPCSA_GENERIC
diff -u src/sys/arch/evbarm/conf/MPCSA_GENERIC:1.54 src/sys/arch/evbarm/conf/MPCSA_GENERIC:1.55
--- src/sys/arch/evbarm/conf/MPCSA_GENERIC:1.54 Thu Sep 14 07:58:40 2017
+++ src/sys/arch/evbarm/conf/MPCSA_GENERIC Tue Jan 23 15:08:11 2018
@@ -1,4 +1,4 @@
-# $NetBSD: MPCSA_GENERIC,v 1.54 2017/09/14 07:58:40 mrg Exp $
+# $NetBSD: MPCSA_GENERIC,v 1.55 2018/01/23 15:08:11 sevan Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@ include "arch/evbarm/conf/std.mpcsa"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.54 $"
+#ident "GENERIC-$Revision: 1.55 $"
maxusers 32 # estimated number of users
@@ -72,8 +72,8 @@ options SYSCTL_INCLUDE_DESCR # Include
#options BEEP_ONHALT_PITCH=1500 # Default frequency (in Hz)
#options BEEP_ONHALT_PERIOD=250 # Default duration (in msecs)
-# Enable experimental buffer queue strategy for better responsiveness under
-# high disk I/O load. Likely stable but not yet the default.
+# Alternate buffer queue strategies for better responsiveness under high
+# disk I/O load.
#options BUFQ_READPRIO
#options BUFQ_PRIOCSCAN
Index: src/sys/arch/evbarm/conf/MV2120
diff -u src/sys/arch/evbarm/conf/MV2120:1.34 src/sys/arch/evbarm/conf/MV2120:1.35
--- src/sys/arch/evbarm/conf/MV2120:1.34 Thu Sep 14 07:58:40 2017
+++ src/sys/arch/evbarm/conf/MV2120 Tue Jan 23 15:08:11 2018
@@ -1,4 +1,4 @@
-# $NetBSD: MV2120,v 1.34 2017/09/14 07:58:40 mrg Exp $
+# $NetBSD: MV2120,v 1.35 2018/01/23 15:08:11 sevan Exp $
#
# This configuration supports for HP MV2120/MV5140/MV5150.
@@ -333,5 +333,7 @@ pseudo-device drvctl
options DKWEDGE_AUTODISCOVER # Automatically add dk(4) instances
options DKWEDGE_METHOD_GPT # Supports GPT partitions as wedges
+# Alternate buffer queue strategies for better responsiveness under high
+# disk I/O load.
options BUFQ_READPRIO
options BUFQ_PRIOCSCAN
Index: src/sys/arch/ews4800mips/conf/GENERIC
diff -u src/sys/arch/ews4800mips/conf/GENERIC:1.55 src/sys/arch/ews4800mips/conf/GENERIC:1.56
--- src/sys/arch/ews4800mips/conf/GENERIC:1.55 Thu Sep 14 07:58:40 2017
+++ src/sys/arch/ews4800mips/conf/GENERIC Tue Jan 23 15:08:11 2018
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.55 2017/09/14 07:58:40 mrg Exp $
+# $NetBSD: GENERIC,v 1.56 2018/01/23 15:08:11 sevan Exp $
#
# GENERIC machine description file
# This machine description file is used to generate the default NetBSD
@@ -25,7 +25,7 @@ include "arch/ews4800mips/conf/std.ews4
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.55 $"
+#ident "GENERIC-$Revision: 1.56 $"
maxusers 16
@@ -56,8 +56,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. Likely stable but not yet the default.
+# Alternate buffer queue strategies for better responsiveness under high
+# disk I/O load.
#options BUFQ_READPRIO
#options BUFQ_PRIOCSCAN
Index: src/sys/arch/hpcsh/conf/GENERIC
diff -u src/sys/arch/hpcsh/conf/GENERIC:1.109 src/sys/arch/hpcsh/conf/GENERIC:1.110
--- src/sys/arch/hpcsh/conf/GENERIC:1.109 Thu Sep 14 07:58:41 2017
+++ src/sys/arch/hpcsh/conf/GENERIC Tue Jan 23 15:08:11 2018
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.109 2017/09/14 07:58:41 mrg Exp $
+# $NetBSD: GENERIC,v 1.110 2018/01/23 15:08:11 sevan Exp $
#
# GENERIC machine description file
#
@@ -79,8 +79,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. Likely stable but not yet the default.
+# Alternate buffer queue strategies for better responsiveness under high
+# disk I/O load.
#options BUFQ_READPRIO
#options BUFQ_PRIOCSCAN
Index: src/sys/arch/i386/conf/XEN3_DOM0
diff -u src/sys/arch/i386/conf/XEN3_DOM0:1.124 src/sys/arch/i386/conf/XEN3_DOM0:1.125
--- src/sys/arch/i386/conf/XEN3_DOM0:1.124 Sun Dec 10 17:19:48 2017
+++ src/sys/arch/i386/conf/XEN3_DOM0 Tue Jan 23 15:08:12 2018
@@ -1,4 +1,4 @@
-# $NetBSD: XEN3_DOM0,v 1.124 2017/12/10 17:19:48 bouyer Exp $
+# $NetBSD: XEN3_DOM0,v 1.125 2018/01/23 15:08:12 sevan Exp $
#
# XEN3_0: Xen 3.0 domain0 kernel
@@ -61,6 +61,8 @@ options MODULAR # new style module(7)
options USERCONF # userconf(4) support
options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel
+# Alternate buffer queue strategies for better responsiveness under high
+# disk I/O load.
#options BUFQ_READPRIO
options BUFQ_PRIOCSCAN
Index: src/sys/arch/i386/conf/XEN3_DOMU
diff -u src/sys/arch/i386/conf/XEN3_DOMU:1.87 src/sys/arch/i386/conf/XEN3_DOMU:1.88
--- src/sys/arch/i386/conf/XEN3_DOMU:1.87 Mon Nov 6 02:57:18 2017
+++ src/sys/arch/i386/conf/XEN3_DOMU Tue Jan 23 15:08:12 2018
@@ -1,4 +1,4 @@
-# $NetBSD: XEN3_DOMU,v 1.87 2017/11/06 02:57:18 rin Exp $
+# $NetBSD: XEN3_DOMU,v 1.88 2018/01/23 15:08:12 sevan Exp $
include "arch/xen/conf/std.xen"
@@ -45,6 +45,8 @@ options MODULAR # new style module(7)
options USERCONF # userconf(4) support
options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel
+# Alternate buffer queue strategies for better responsiveness under high
+# disk I/O load.
#options BUFQ_READPRIO
options BUFQ_PRIOCSCAN
Index: src/sys/arch/iyonix/conf/GENERIC
diff -u src/sys/arch/iyonix/conf/GENERIC:1.96 src/sys/arch/iyonix/conf/GENERIC:1.97
--- src/sys/arch/iyonix/conf/GENERIC:1.96 Thu Sep 14 07:58:41 2017
+++ src/sys/arch/iyonix/conf/GENERIC Tue Jan 23 15:08:12 2018
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.96 2017/09/14 07:58:41 mrg Exp $
+# $NetBSD: GENERIC,v 1.97 2018/01/23 15:08:12 sevan Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@ include "arch/iyonix/conf/std.iyonix"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.96 $"
+#ident "GENERIC-$Revision: 1.97 $"
maxusers 32 # estimated number of users
@@ -69,8 +69,8 @@ options USERCONF # userconf(4) support
# Development and Debugging options
-# Enable experimental buffer queue strategy for better responsiveness under
-# high disk I/O load. Likely stable but not yet the default.
+# Alternate buffer queue strategies for better responsiveness under high
+# disk I/O load.
#options BUFQ_READPRIO
#options BUFQ_PRIOCSCAN
Index: src/sys/arch/landisk/conf/GENERIC
diff -u src/sys/arch/landisk/conf/GENERIC:1.57 src/sys/arch/landisk/conf/GENERIC:1.58
--- src/sys/arch/landisk/conf/GENERIC:1.57 Thu Sep 14 07:58:41 2017
+++ src/sys/arch/landisk/conf/GENERIC Tue Jan 23 15:08:12 2018
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.57 2017/09/14 07:58:41 mrg Exp $
+# $NetBSD: GENERIC,v 1.58 2018/01/23 15:08:12 sevan Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@ include "arch/landisk/conf/std.landisk"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.57 $"
+#ident "GENERIC-$Revision: 1.58 $"
maxusers 16 # estimated number of users
@@ -65,8 +65,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. Likely stable but not yet the default.
+# Alternate buffer queue strategies for better responsiveness under high
+# disk I/O load.
#options BUFQ_READPRIO
#options BUFQ_PRIOCSCAN