Module Name: src
Committed By: rkujawa
Date: Thu Apr 25 21:11:03 UTC 2013
Modified Files:
src/doc: CHANGES
Log Message:
Note tps65217pmic(4).
To generate a diff of this commit:
cvs rdiff -u -r1.1817 -r1.1818 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.1817 src/doc/CHANGES:1.1818
--- src/doc/CHANGES:1.1817 Sat Apr 20 05:46:20 2013
+++ src/doc/CHANGES Thu Apr 25 21:11:03 2013
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1817 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1818 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -230,3 +230,5 @@ Changes from NetBSD 6.0 to NetBSD 7.0:
m68k: Add inverse trigonometric functions, hyperbolic arctangent,
exponential and power functions to m68k FPE. As a result,
m68k FPE supports all mathematics functions. [isaki 20130420]
+ tps65217pmic(4): Add support for TPS65217 PMIC as found on BeagleBone
+ and other AM335x based boards. [rkujawa 20130425]