Module Name: src
Committed By: thorpej
Date: Sat May 19 22:57:54 UTC 2018
Modified Files:
src/doc: CHANGES
Log Message:
Note GPIO interrupt support overhaul.
To generate a diff of this commit:
cvs rdiff -u -r1.2388 -r1.2389 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.2388 src/doc/CHANGES:1.2389
--- src/doc/CHANGES:1.2388 Sat May 5 00:13:02 2018
+++ src/doc/CHANGES Sat May 19 22:57:54 2018
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2388 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2389 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -153,3 +153,6 @@ Changes from NetBSD 8.0 to NetBSD 9.0:
tzdata: updated to 2017e [kre 20180504]
libc: Update to tzcode2018e. [christos 20180504]
acpi(4): Updated ACPICA to 20180427. [christos 20180504]
+ gpio(4): Overhauled interrupt support. Added GPIO interrupt
+ capability for Broadcom BCM283x SoCs (e.g.
+ Raspberry Pi). [thorpej 20180519]