forked from len0rd/rockbox
Packard Bell Vibe 500: Enable ATA DMA as in r24405.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24585 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
698609f672
commit
f47b706225
1 changed files with 5 additions and 0 deletions
|
|
@ -192,3 +192,8 @@
|
|||
#define BOOTDIR "/.system"
|
||||
|
||||
#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.
|
||||
*/
|
||||
#define HAVE_ATA_DMA
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue