Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-8]: src/sys/arch/macppc/conf Pull up following revision(s) (reque...



details:   https://anonhg.NetBSD.org/src/rev/a0dba856b6cd
branches:  netbsd-8
changeset: 851410:a0dba856b6cd
user:      snj <snj%NetBSD.org@localhost>
date:      Mon Feb 26 01:08:26 2018 +0000

description:
Pull up following revision(s) (requested by sevan in ticket #579):
        sys/arch/macppc/conf/GENERIC: 1.342
        sys/arch/macppc/conf/GENERIC_601: 1.18
        sys/arch/macppc/conf/MAMBO: 1.29
        sys/arch/macppc/conf/POWERMAC_G5: 1.31
Enable BUFQ_PRIOCSCAN by default for NetBSD/macppc.
Drop references to NEW_BUFQ_STRATEGY and replace with currently available
options BUFQ_READPRIO and BUFQ_PRIOCSCAN.
ok <macallan>

diffstat:

 sys/arch/macppc/conf/GENERIC     |  6 +++---
 sys/arch/macppc/conf/GENERIC_601 |  6 +++---
 sys/arch/macppc/conf/MAMBO       |  5 +++--
 sys/arch/macppc/conf/POWERMAC_G5 |  3 ++-
 4 files changed, 11 insertions(+), 9 deletions(-)

diffs (89 lines):

diff -r 073f53d104e0 -r a0dba856b6cd sys/arch/macppc/conf/GENERIC
--- a/sys/arch/macppc/conf/GENERIC      Mon Feb 26 01:04:43 2018 +0000
+++ b/sys/arch/macppc/conf/GENERIC      Mon Feb 26 01:08:26 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.329.2.3 2018/02/26 01:04:43 snj Exp $
+# $NetBSD: GENERIC,v 1.329.2.4 2018/02/26 01:08:26 snj Exp $
 #
 # GENERIC machine description file
 # 
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.329.2.3 $"
+#ident                 "GENERIC-$Revision: 1.329.2.4 $"
 
 maxusers       32
 
@@ -49,7 +49,7 @@
 # Alternate buffer queue strategies for better responsiveness under high
 # disk I/O load.
 #options       BUFQ_READPRIO
-#options       BUFQ_PRIOCSCAN
+options        BUFQ_PRIOCSCAN
 
 # Diagnostic/debugging support options
 #options       DIAGNOSTIC      # cheap kernel consistency checks
diff -r 073f53d104e0 -r a0dba856b6cd sys/arch/macppc/conf/GENERIC_601
--- a/sys/arch/macppc/conf/GENERIC_601  Mon Feb 26 01:04:43 2018 +0000
+++ b/sys/arch/macppc/conf/GENERIC_601  Mon Feb 26 01:08:26 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC_601,v 1.12.6.1 2018/01/26 14:28:14 martin Exp $
+# $NetBSD: GENERIC_601,v 1.12.6.2 2018/02/26 01:08:26 snj Exp $
 #
 # GENERIC machine description file
 # 
@@ -28,7 +28,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-ident          "GENERIC-$Revision: 1.12.6.1 $"
+ident          "GENERIC-$Revision: 1.12.6.2 $"
 
 maxusers       32
 
@@ -53,7 +53,7 @@
 # Alternate buffer queue strategies for better responsiveness under high
 # disk I/O load.
 #options       BUFQ_READPRIO
-#options       BUFQ_PRIOCSCAN
+options        BUFQ_PRIOCSCAN
 
 # Diagnostic/debugging support options
 #options       DIAGNOSTIC      # cheap kernel consistency checks
diff -r 073f53d104e0 -r a0dba856b6cd sys/arch/macppc/conf/MAMBO
--- a/sys/arch/macppc/conf/MAMBO        Mon Feb 26 01:04:43 2018 +0000
+++ b/sys/arch/macppc/conf/MAMBO        Mon Feb 26 01:08:26 2018 +0000
@@ -6,7 +6,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.24.12.2 $"
+#ident                 "GENERIC-$Revision: 1.24.12.3 $"
 
 maxusers       32
 
@@ -33,7 +33,8 @@
 
 # Alternate buffer queue strategies for better responsiveness under high
 # disk I/O load.
-#options       NEW_BUFQ_STRATEGY
+#options       BUFQ_READPRIO
+options        BUFQ_PRIOCSCAN
 
 # Diagnostic/debugging support options
 options        DIAGNOSTIC      # cheap kernel consistency checks
diff -r 073f53d104e0 -r a0dba856b6cd sys/arch/macppc/conf/POWERMAC_G5
--- a/sys/arch/macppc/conf/POWERMAC_G5  Mon Feb 26 01:04:43 2018 +0000
+++ b/sys/arch/macppc/conf/POWERMAC_G5  Mon Feb 26 01:08:26 2018 +0000
@@ -30,7 +30,8 @@
 
 # Alternate buffer queue strategies for better responsiveness under high
 # disk I/O load.
-#options       NEW_BUFQ_STRATEGY
+#options       BUFQ_READPRIO
+options        BUFQ_PRIOCSCAN
 
 # Diagnostic/debugging support options
 options        DIAGNOSTIC      # cheap kernel consistency checks



Home | Main Index | Thread Index | Old Index