Module Name: src Committed By: bouyer Date: Tue Apr 14 19:41:38 UTC 2015
Modified Files: src/doc: CHANGES Log Message: Note DMA support for sdhc on beaglebone To generate a diff of this commit: cvs rdiff -u -r1.2067 -r1.2068 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.2067 src/doc/CHANGES:1.2068 --- src/doc/CHANGES:1.2067 Mon Apr 13 17:25:52 2015 +++ src/doc/CHANGES Tue Apr 14 19:41:38 2015 @@ -1,4 +1,4 @@ -# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2067 $> +# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2068 $> # # # [Note: This file does not mention every change made to the NetBSD source tree. @@ -152,3 +152,6 @@ Changes from NetBSD 7.0 to NetBSD 8.0: btmagic(4): add Magic Trackpad support [bouyer 20150406] ntp: Import ntp 4.2.8p2. [christos 20150407] acpi(4): Updated ACPICA to 20150410. [christos 20150413] + evbarm: add a driver for EDMA controller on AM335x SoC. + Add DMA support to the sdhc controllers on AM335x SoC. + Enable DMA for sdhc0 and sdhc1 on BEAGLEBONE [bouyer 20150414]