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:
Solomon Peachy 2024-11-11 09:57:41 -05:00
parent a4fe20a278
commit d6e2b5d3cf
2 changed files with 3 additions and 9 deletions

View file

@ -200,10 +200,6 @@
#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
#define HAVE_ATA_DMA
#endif

View file

@ -205,11 +205,9 @@
#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.
*/
/* TODO: it does not work - it hangs the player */
/* #define HAVE_ATA_DMA */
#ifndef BOOTLOADER
#define HAVE_ATA_DMA
#endif
/* Define this if a programmable hotkey is mapped */
#define HAVE_HOTKEY