Module Name: src
Committed By: jmcneill
Date: Thu Sep 20 09:03:36 UTC 2018
Modified Files:
src/doc: CHANGES
Log Message:
rkpmic(4): Add support for Rockchip RK805 Power Management IC.
To generate a diff of this commit:
cvs rdiff -u -r1.2441 -r1.2442 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.2441 src/doc/CHANGES:1.2442
--- src/doc/CHANGES:1.2441 Sat Sep 8 19:12:01 2018
+++ src/doc/CHANGES Thu Sep 20 09:03:36 2018
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2441 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2442 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -223,3 +223,5 @@ Changes from NetBSD 8.0 to NetBSD 9.0:
kernel: Remove en(4). [maxv 20180906]
kernel: Remove the NATM code. [maxv 20180906]
libnv: Imported from FreeBSD [christos 20180908]
+ rkpmic(4): Add support for Rockchip RK805 Power Management IC.
+ [jmcneill 20180920]