mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
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:
parent
bd4f3c9c60
commit
488df30245
15 changed files with 15 additions and 15 deletions
|
@ -207,7 +207,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
|
||||
|
|
|
@ -224,7 +224,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 you can switch on/off the lineout */
|
||||
#define HAVE_LINEOUT_POWEROFF
|
||||
|
|
|
@ -209,7 +209,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 you can switch on/off the lineout */
|
||||
#define HAVE_LINEOUT_POWEROFF
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -214,7 +214,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
|
||||
|
|
|
@ -206,7 +206,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 you can switch on/off the lineout */
|
||||
#define HAVE_LINEOUT_POWEROFF
|
||||
|
|
|
@ -232,7 +232,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
|
||||
|
|
|
@ -196,7 +196,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
|
||||
|
|
|
@ -184,7 +184,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
|
||||
|
|
|
@ -207,7 +207,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
|
||||
|
|
|
@ -188,7 +188,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
|
||||
|
|
|
@ -194,7 +194,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
|
||||
|
|
|
@ -192,7 +192,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
|
||||
|
|
|
@ -144,7 +144,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
|
||||
|
|
|
@ -201,7 +201,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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue