Backport r29476 to v3.8 branch. Disabled ATA_DMA for PP targets.

git-svn-id: svn://svn.rockbox.org/rockbox/branches/v3_8@29503 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Andree Buschmann 2011-03-02 20:13:20 +00:00
parent bd4f3c9c60
commit 488df30245
15 changed files with 15 additions and 15 deletions

View file

@ -207,7 +207,7 @@
/* DMA is used only for reading on PP502x because although reads are ~8x faster /* DMA is used only for reading on PP502x because although reads are ~8x faster
* writes appear to be ~25% slower. * 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 this if a programmable hotkey is mapped */
#define HAVE_HOTKEY #define HAVE_HOTKEY

View file

@ -224,7 +224,7 @@
/* DMA is used only for reading on PP502x because although reads are ~8x faster /* DMA is used only for reading on PP502x because although reads are ~8x faster
* writes appear to be ~25% slower. * writes appear to be ~25% slower.
*/ */
#define HAVE_ATA_DMA /* Switched off due to reported instabilities. #define HAVE_ATA_DMA */
/* Define this, if you can switch on/off the lineout */ /* Define this, if you can switch on/off the lineout */
#define HAVE_LINEOUT_POWEROFF #define HAVE_LINEOUT_POWEROFF

View file

@ -209,7 +209,7 @@
/* DMA is used only for reading on PP502x because although reads are ~8x faster /* DMA is used only for reading on PP502x because although reads are ~8x faster
* writes appear to be ~25% slower. * writes appear to be ~25% slower.
*/ */
#define HAVE_ATA_DMA /* Switched off due to reported instabilities. #define HAVE_ATA_DMA */
/* Define this, if you can switch on/off the lineout */ /* Define this, if you can switch on/off the lineout */
#define HAVE_LINEOUT_POWEROFF #define HAVE_LINEOUT_POWEROFF

View file

@ -211,7 +211,7 @@
/* DMA is used only for reading on PP502x because although reads are ~8x faster /* DMA is used only for reading on PP502x because although reads are ~8x faster
* writes appear to be ~25% slower. * 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 this if a programmable hotkey is mapped */
#define HAVE_HOTKEY #define HAVE_HOTKEY

View file

@ -214,7 +214,7 @@
/* DMA is used only for reading on PP502x because although reads are ~8x faster /* DMA is used only for reading on PP502x because although reads are ~8x faster
* writes appear to be ~25% slower. * 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 this if a programmable hotkey is mapped */
#define HAVE_HOTKEY #define HAVE_HOTKEY

View file

@ -206,7 +206,7 @@
/* DMA is used only for reading on PP502x because although reads are ~8x faster /* DMA is used only for reading on PP502x because although reads are ~8x faster
* writes appear to be ~25% slower. * writes appear to be ~25% slower.
*/ */
#define HAVE_ATA_DMA /* Switched off due to reported instabilities. #define HAVE_ATA_DMA */
/* Define this, if you can switch on/off the lineout */ /* Define this, if you can switch on/off the lineout */
#define HAVE_LINEOUT_POWEROFF #define HAVE_LINEOUT_POWEROFF

View file

@ -232,7 +232,7 @@
/* DMA is used only for reading on PP502x because although reads are ~8x faster /* DMA is used only for reading on PP502x because although reads are ~8x faster
* writes appear to be ~25% slower. * 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 this if a programmable hotkey is mapped */
#define HAVE_HOTKEY #define HAVE_HOTKEY

View file

@ -196,7 +196,7 @@
/* DMA is used only for reading on PP502x because although reads are ~8x faster /* DMA is used only for reading on PP502x because although reads are ~8x faster
* writes appear to be ~25% slower. * 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 this if a programmable hotkey is mapped */
#define HAVE_HOTKEY #define HAVE_HOTKEY

View file

@ -184,7 +184,7 @@
/* DMA is used only for reading on PP502x because although reads are ~8x faster /* DMA is used only for reading on PP502x because although reads are ~8x faster
* writes appear to be ~25% slower. * 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 this if a programmable hotkey is mapped */
#define HAVE_HOTKEY #define HAVE_HOTKEY

View file

@ -207,7 +207,7 @@
/* DMA is used only for reading on PP502x because although reads are ~8x faster /* DMA is used only for reading on PP502x because although reads are ~8x faster
* writes appear to be ~25% slower. * 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 this if a programmable hotkey is mapped */
#define HAVE_HOTKEY #define HAVE_HOTKEY

View file

@ -188,7 +188,7 @@
/* DMA is used only for reading on PP502x because although reads are ~8x faster /* DMA is used only for reading on PP502x because although reads are ~8x faster
* writes appear to be ~25% slower. * 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 this if a programmable hotkey is mapped */
#define HAVE_HOTKEY #define HAVE_HOTKEY

View file

@ -194,7 +194,7 @@
/* DMA is used only for reading on PP502x because although reads are ~8x faster /* DMA is used only for reading on PP502x because although reads are ~8x faster
* writes appear to be ~25% slower. * 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 this if a programmable hotkey is mapped */
#define HAVE_HOTKEY #define HAVE_HOTKEY

View file

@ -192,7 +192,7 @@
/* DMA is used only for reading on PP502x because although reads are ~8x faster /* DMA is used only for reading on PP502x because although reads are ~8x faster
* writes appear to be ~25% slower. * 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 this if a programmable hotkey is mapped */
#define HAVE_HOTKEY #define HAVE_HOTKEY

View file

@ -144,7 +144,7 @@
/* DMA is used only for reading on PP502x because although reads are ~8x faster /* DMA is used only for reading on PP502x because although reads are ~8x faster
* writes appear to be ~25% slower. * 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 this if a programmable hotkey is mapped */
//#define HAVE_HOTKEY //#define HAVE_HOTKEY

View file

@ -201,7 +201,7 @@
/* DMA is used only for reading on PP502x because although reads are ~8x faster /* DMA is used only for reading on PP502x because although reads are ~8x faster
* writes appear to be ~25% slower. * 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 this if a programmable hotkey is mapped */
#define HAVE_HOTKEY #define HAVE_HOTKEY