Module Name: src
Committed By: jdc
Date: Wed Dec 16 08:08:22 UTC 2015
Modified Files:
src/doc: CHANGES
Log Message:
Mention new ADM1026 i2c driver.
To generate a diff of this commit:
cvs rdiff -u -r1.2117 -r1.2118 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.2117 src/doc/CHANGES:1.2118
--- src/doc/CHANGES:1.2117 Sat Dec 12 23:43:36 2015
+++ src/doc/CHANGES Wed Dec 16 08:08:22 2015
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2117 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2118 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -225,3 +225,5 @@ Changes from NetBSD 7.0 to NetBSD 8.0:
dhcpcd: Import dhcpcd 6.9.4. [roy 20151130]
openssl: Import openssl 1.0.1q [christos 20151206]
ip6addrctl: Import from FreeBSD [christos 20151212]
+ adm1026hm(4): Add driver for ADM1026 i2c hardware monitor
+ [jdc 20151216]