From d118f47d24a1791e4d97b7c09cc1188fab0d880e Mon Sep 17 00:00:00 2001 From: Boris Gjenero Date: Sat, 27 Oct 2012 12:57:29 -0400 Subject: 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 Tested-by: Boris Gjenero Reviewed-by: Szymon Dziok Tested-by: Szymon Dziok Reviewed-by: Marcin Bukat --- firmware/export/config/ipodmini1g.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'firmware/export/config/ipodmini1g.h') diff --git a/firmware/export/config/ipodmini1g.h b/firmware/export/config/ipodmini1g.h index 6faabf5660..16fb08ade1 100644 --- a/firmware/export/config/ipodmini1g.h +++ b/firmware/export/config/ipodmini1g.h @@ -215,7 +215,7 @@ /* DMA is used only for reading on PP502x because although reads are ~8x faster * writes appear to be ~25% slower. */ -/* Switched off due to reported instabilities. #define HAVE_ATA_DMA */ +#define HAVE_ATA_DMA /* Define this if a programmable hotkey is mapped */ #define HAVE_HOTKEY -- cgit v1.2.3