Module Name: src
Committed By: jmcneill
Date: Mon Sep 8 11:08:07 UTC 2014
Modified Files:
src/doc: CHANGES
Log Message:
awinrtc(4): Add support for AllWinner A10/A20 real-time clock.
To generate a diff of this commit:
cvs rdiff -u -r1.1977 -r1.1978 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.1977 src/doc/CHANGES:1.1978
--- src/doc/CHANGES:1.1977 Mon Sep 8 11:07:17 2014
+++ src/doc/CHANGES Mon Sep 8 11:08:07 2014
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1977 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1978 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -43,4 +43,6 @@ Changes from NetBSD 7.0 to NetBSD 8.0:
[jmcneill 20140906]
awinac(4): Add support for AllWinner A10/A20 audio codec.
[jmcneill 20140906]
+ awinrtc(4): Add support for AllWinner A10/A20 real-time clock.
+ [jmcneill 20140907]
awinmmc(4): Use DMA for MMC transfers. [jmcneill 20140908]