Module Name: src
Committed By: rkujawa
Date: Mon May 6 22:12:50 UTC 2013
Modified Files:
src/doc: CHANGES
Log Message:
Note mcp980x(4).
To generate a diff of this commit:
cvs rdiff -u -r1.1821 -r1.1822 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.1821 src/doc/CHANGES:1.1822
--- src/doc/CHANGES:1.1821 Fri May 3 16:08:48 2013
+++ src/doc/CHANGES Mon May 6 22:12:50 2013
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1821 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1822 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -239,3 +239,5 @@ Changes from NetBSD 6.0 to NetBSD 7.0:
userspace. All sets are the same except for etc.tgz.
[matt 20130501]
disklabel: this is now a MI tool like installboot. [matt 20130503]
+ mcp980x(4): Add driver for Microchip MCP9800/1/2/3 I2C temperature
+ sensor. [rkujawa 20130507]