From 55fab772b7399737e9c22737f91cd3e74c793872 Mon Sep 17 00:00:00 2001 From: Andree Buschmann Date: Tue, 1 Mar 2011 07:05:18 +0000 Subject: Switch off ATA DMA for all PP targets. There is sufficient evidence that ATA DMA causes sporadic lockups and static noise on several PP based players. This change is expected to fix FS#11746, FS#11764, FS#11775, FS#11846 and FS#11863. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29476 a1c6a512-1295-4272-9138-f99709370657 --- 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 72bcb4c26f..55b78de752 100644 --- a/firmware/export/config/ipodmini1g.h +++ b/firmware/export/config/ipodmini1g.h @@ -211,7 +211,7 @@ /* DMA is used only for reading on PP502x because although reads are ~8x faster * writes appear to be ~25% slower. */ -#define HAVE_ATA_DMA +/* Switched off due to reported instabilities. #define HAVE_ATA_DMA */ /* Define this if a programmable hotkey is mapped */ #define HAVE_HOTKEY -- cgit