Module Name: src
Committed By: sevan
Date: Sun Dec 30 15:05:53 UTC 2018
Modified Files:
src/doc: CHANGES
Log Message:
BUFQ_PRIOCSCAN enabled on evbmips kernels.
To generate a diff of this commit:
cvs rdiff -u -r1.2476 -r1.2477 src/doc/CHANGES
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/doc/CHANGES
diff -u src/doc/CHANGES:1.2476 src/doc/CHANGES:1.2477
--- src/doc/CHANGES:1.2476 Sun Dec 30 00:42:47 2018
+++ src/doc/CHANGES Sun Dec 30 15:05:53 2018
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2476 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2477 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -278,3 +278,5 @@ Changes from NetBSD 8.0 to NetBSD 9.0:
[maxv 20181228]
kernel: Remove COMPAT_IBCS2. [maxv 20181229]
tzdata: Updated to 2018h. [kre 20181230]
+ evbmips: Enable support for "per-priority cyclical scan" buffer queue
+ strategy. [sevan 20181230]