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