summaryrefslogtreecommitdiff
path: root/firmware/export/config/samsungyh925.h
diff options
context:
space:
mode:
authorBoris Gjenero <boris.gjenero@gmail.com>2012-10-27 12:57:29 -0400
committerMarcin Bukat <marcin.bukat@gmail.com>2013-01-24 11:27:12 +0100
commitd118f47d24a1791e4d97b7c09cc1188fab0d880e (patch)
tree4731302984b3b53bc3bde0bebcbeba8bacf6e136 /firmware/export/config/samsungyh925.h
parent0fec8414a35d980665e5bc47183f9f888158e087 (diff)
downloadrockbox-d118f47d24a1791e4d97b7c09cc1188fab0d880e.tar.gz
rockbox-d118f47d24a1791e4d97b7c09cc1188fab0d880e.zip
Re-enable PP502x ATA DMA
PP502x ATA DMA was disabled in 55fab77 because it caused various instability on all targets using it. This instability is fixed in 583c948 via FS#12391. Here, ATA DMA is enabled for all PP502x targets except nano1g and hdd6330. For nano1g, there may be other causes of instability and more testing is needed. ATA DMA does not work on hdd6330. Change-Id: I786b9edb19e74e6eb957ab205ea026f0969200ac Reviewed-on: http://gerrit.rockbox.org/340 Tested-by: David Hooper <dave@beermex.com> Tested-by: Boris Gjenero <boris.gjenero@gmail.com> Reviewed-by: Szymon Dziok <b0hoon@o2.pl> Tested-by: Szymon Dziok <b0hoon@o2.pl> Reviewed-by: Marcin Bukat <marcin.bukat@gmail.com>
Diffstat (limited to 'firmware/export/config/samsungyh925.h')
-rw-r--r--firmware/export/config/samsungyh925.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/config/samsungyh925.h b/firmware/export/config/samsungyh925.h
index f3e1f455fc..509e1b344a 100644
--- a/firmware/export/config/samsungyh925.h
+++ b/firmware/export/config/samsungyh925.h
@@ -189,7 +189,7 @@
189/* DMA is used only for reading on PP502x because although reads are ~8x faster 189/* DMA is used only for reading on PP502x because although reads are ~8x faster
190 * writes appear to be ~25% slower. 190 * writes appear to be ~25% slower.
191 */ 191 */
192/* Switched off due to reported instabilities. #define HAVE_ATA_DMA */ 192#define HAVE_ATA_DMA
193 193
194/* Define this if a programmable hotkey is mapped */ 194/* Define this if a programmable hotkey is mapped */
195#define HAVE_HOTKEY 195#define HAVE_HOTKEY