Module Name: src
Committed By: jmcneill
Date: Tue Aug 10 16:45:35 UTC 2021
Modified Files:
src/doc: CHANGES
Log Message:
evbarm: Improvements in interrupt handling on Arm GIC v2 and v3 systems
resulting in better network and storage performance.
To generate a diff of this commit:
cvs rdiff -u -r1.2818 -r1.2819 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.2818 src/doc/CHANGES:1.2819
--- src/doc/CHANGES:1.2818 Sun Aug 8 12:35:43 2021
+++ src/doc/CHANGES Tue Aug 10 16:45:35 2021
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2818 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2819 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -396,3 +396,6 @@ Changes from NetBSD 9.0 to NetBSD 10.0:
on the Raspberry Pi 4. [jmcneill 20210808]
evbarm: Add support for shared ACPI platform interrupts.
[jmcneill 20210808]
+ evbarm: Improvements in interrupt handling on Arm GIC v2 and v3 systems
+ resulting in better network and storage performance.
+ [jmcneill 20210810]