Module Name: src
Committed By: jmcneill
Date: Mon Nov 2 00:50:47 UTC 2015
Modified Files:
src/doc: CHANGES
Log Message:
omapgpio(4): Add support for TI AM335x GPIO
To generate a diff of this commit:
cvs rdiff -u -r1.2110 -r1.2111 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.2110 src/doc/CHANGES:1.2111
--- src/doc/CHANGES:1.2110 Fri Oct 30 23:06:49 2015
+++ src/doc/CHANGES Mon Nov 2 00:50:47 2015
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2110 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2111 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -209,3 +209,4 @@ Changes from NetBSD 7.0 to NetBSD 8.0:
libc: Update to tzcode2015g. [christos 20151009]
ntp: Import ntp 4.2.8p4. [christos 20151023]
vioscsi(4): Add driver for virtio SCSI devices [christos 20151030]
+ omapgpio(4): Add support for TI AM335x GPIO. [jmcneill 20151101]