mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 13:12:37 -05:00
Enable use of ATA DMA on Philips GoGear HDD1630 and HDD6630
These are PP502x-based devices shipped with ATA drives. However, PIO is flaky when used with the various ATA/CF<->SD adapters, so turn it in across the board. Change-Id: I65384d95e2e4498eb03f43ac990b01e0c6d060c5
This commit is contained in:
parent
a4fe20a278
commit
d6e2b5d3cf
2 changed files with 3 additions and 9 deletions
|
|
@ -200,10 +200,6 @@
|
||||||
|
|
||||||
#define ICODE_ATTR_TREMOR_NOT_MDCT
|
#define ICODE_ATTR_TREMOR_NOT_MDCT
|
||||||
|
|
||||||
|
|
||||||
/* DMA is used only for reading on PP502x because although reads are ~8x faster
|
|
||||||
* writes appear to be ~25% slower.
|
|
||||||
*/
|
|
||||||
#ifndef BOOTLOADER
|
#ifndef BOOTLOADER
|
||||||
#define HAVE_ATA_DMA
|
#define HAVE_ATA_DMA
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
|
|
@ -205,11 +205,9 @@
|
||||||
|
|
||||||
#define ICODE_ATTR_TREMOR_NOT_MDCT
|
#define ICODE_ATTR_TREMOR_NOT_MDCT
|
||||||
|
|
||||||
/* DMA is used only for reading on PP502x because although reads are ~8x faster
|
#ifndef BOOTLOADER
|
||||||
* writes appear to be ~25% slower.
|
#define HAVE_ATA_DMA
|
||||||
*/
|
#endif
|
||||||
/* TODO: it does not work - it hangs the player */
|
|
||||||
/* #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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue