Module Name: src
Committed By: rkujawa
Date: Tue Feb 25 20:15:24 UTC 2014
Modified Files:
src/doc: CHANGES
Log Message:
Note the new mcp48x1dac driver.
To generate a diff of this commit:
cvs rdiff -u -r1.1891 -r1.1892 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.1891 src/doc/CHANGES:1.1892
--- src/doc/CHANGES:1.1891 Tue Feb 25 13:22:14 2014
+++ src/doc/CHANGES Tue Feb 25 20:15:24 2014
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1891 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1892 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -355,3 +355,5 @@ Changes from NetBSD 6.0 to NetBSD 7.0:
luna68k: Make sysinst to create a boot UFS partition and install
the native bootloader during installation. [tsutsui 20140219]
dhcpcd(8): Import dhcpcd-6.3.0 [roy 20140225]
+ mcp48x1dac: Add preliminary support for Microchip MCP48x1 family of
+ Digital-to-Analog converters. [rkujawa 20140225]