Module Name: src
Committed By: jmcneill
Date: Sun Aug 8 12:35:44 UTC 2021
Modified Files:
src/doc: CHANGES
Log Message:
evbarm: Add support for Arm PCI Configuration Space Access Firmware
Interface (DEN0115).
evbarm: Add support for Broadcom BCM2838 EMMC2 in ACPI mode, as found
on the Raspberry Pi 4.
evbarm: Add support for shared ACPI platform interrupts.
To generate a diff of this commit:
cvs rdiff -u -r1.2817 -r1.2818 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.2817 src/doc/CHANGES:1.2818
--- src/doc/CHANGES:1.2817 Tue Aug 3 09:25:43 2021
+++ src/doc/CHANGES Sun Aug 8 12:35:43 2021
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2817 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2818 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -390,3 +390,9 @@ Changes from NetBSD 9.0 to NetBSD 10.0:
kernel: Tie the maximum file lock per unprivilegied uid to
kern.maxfiles [manu 20210727]
evbppc: Switch ibm4xx to generic evbppc kernel modules. [rin 20210803]
+ evbarm: Add support for Arm PCI Configuration Space Access Firmware
+ Interface (DEN0115). [jmcneill 20210808]
+ evbarm: Add support for Broadcom BCM2838 EMMC2 in ACPI mode, as found
+ on the Raspberry Pi 4. [jmcneill 20210808]
+ evbarm: Add support for shared ACPI platform interrupts.
+ [jmcneill 20210808]