Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch Move NEW_BUFQ_STRATEGY to misc options section.
details: https://anonhg.NetBSD.org/src/rev/a5c92c76f5e2
branches: trunk
changeset: 538394:a5c92c76f5e2
user: junyoung <junyoung%NetBSD.org@localhost>
date: Sat Oct 19 05:55:09 2002 +0000
description:
Move NEW_BUFQ_STRATEGY to misc options section.
diffstat:
sys/arch/acorn26/conf/GENERIC | 10 +++++-----
sys/arch/acorn32/conf/GENERIC | 12 ++++++------
2 files changed, 11 insertions(+), 11 deletions(-)
diffs (71 lines):
diff -r c08a67d60de9 -r a5c92c76f5e2 sys/arch/acorn26/conf/GENERIC
--- a/sys/arch/acorn26/conf/GENERIC Sat Oct 19 00:10:53 2002 +0000
+++ b/sys/arch/acorn26/conf/GENERIC Sat Oct 19 05:55:09 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.9 2002/10/18 15:11:08 junyoung Exp $
+# $NetBSD: GENERIC,v 1.10 2002/10/19 05:55:09 junyoung Exp $
#
# GENERIC machine description file
#
@@ -29,10 +29,6 @@
options CPU_ARM250
options CPU_ARM3
-# Enable experimental buffer queue strategy for better responsiness under
-# high disk I/O load. Use it with caution - it's not proven to be stable yet.
-#options NEW_BUFQ_STRATEGY
-
# Diagnostic/debugging support options
options DIAGNOSTIC # Cheap kernel consistency checks
options DEBUG # More expensive checks and printfs
@@ -122,6 +118,10 @@
options USERCONF # userconf(4) support
#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
+# Enable experimental buffer queue strategy for better responsiness under
+# high disk I/O load. Use it with caution - it's not proven to be stable yet.
+#options NEW_BUFQ_STRATEGY
+
# Disable kernel security.
#options INSECURE
diff -r c08a67d60de9 -r a5c92c76f5e2 sys/arch/acorn32/conf/GENERIC
--- a/sys/arch/acorn32/conf/GENERIC Sat Oct 19 00:10:53 2002 +0000
+++ b/sys/arch/acorn32/conf/GENERIC Sat Oct 19 05:55:09 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.22 2002/10/18 15:11:09 junyoung Exp $
+# $NetBSD: GENERIC,v 1.23 2002/10/19 05:55:10 junyoung Exp $
#
# GENERIC --- NetBSD/acorn32 complete configuration
#
@@ -22,7 +22,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.22 $"
+#ident "GENERIC-$Revision: 1.23 $"
# estimated number of users
maxusers 32
@@ -32,10 +32,6 @@
options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT
#options NTP # NTP phase/frequency locked loop
-# Enable experimental buffer queue strategy for better responsiness under
-# high disk I/O load. Use it with caution - it's not proven to be stable yet.
-#options NEW_BUFQ_STRATEGY
-
# CPU options
options CPU_SA110 # Support the SA110 core
options CPU_ARM6 # Support the ARM6 core
@@ -135,6 +131,10 @@
options USERCONF # userconf(4) support
#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
+# Enable experimental buffer queue strategy for better responsiness under
+# high disk I/O load. Use it with caution - it's not proven to be stable yet.
+#options NEW_BUFQ_STRATEGY
+
# Development and Debugging options
#options ARM700BUGTRACK # track the ARM700 swi bug
Home |
Main Index |
Thread Index |
Old Index