Module Name:    src
Committed By:   tsutsui
Date:           Sun Jun 16 08:08:51 UTC 2013

Modified Files:
        src/sys/arch/evbarm/conf: HPT5325

Log Message:
Add and enable BUFQ options.


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/sys/arch/evbarm/conf/HPT5325

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/HPT5325
diff -u src/sys/arch/evbarm/conf/HPT5325:1.14 src/sys/arch/evbarm/conf/HPT5325:1.15
--- src/sys/arch/evbarm/conf/HPT5325:1.14	Wed Jun  5 23:08:00 2013
+++ src/sys/arch/evbarm/conf/HPT5325	Sun Jun 16 08:08:51 2013
@@ -1,4 +1,4 @@
-#	$NetBSD: HPT5325,v 1.14 2013/06/05 23:08:00 christos Exp $
+#	$NetBSD: HPT5325,v 1.15 2013/06/16 08:08:51 tsutsui Exp $
 #
 #  This configuration supports for HP T5325 Thin Client
 #
@@ -142,6 +142,11 @@ options 	USBVERBOSE	# verbose USB device
 #options 	PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
 #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
+
 # Development and Debugging options
 
 #options 	PERFCTRS	# performance counters

Reply via email to