1
0
Fork 0
forked from len0rd/rockbox

iRiver: more relaxed default timing

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6090 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Linus Nielsen Feltzing 2005-03-01 14:31:37 +00:00
parent f0cfd275b5
commit 8444632da4

View file

@ -1403,8 +1403,8 @@ int ata_init(void)
GPIO_FUNCTION |= 0x00080000; GPIO_FUNCTION |= 0x00080000;
/* ATA controller interface */ /* ATA controller interface */
IDECONFIG1 = 0x00107000; IDECONFIG1 = 0x00107400; /* BUFEN2 enable, 5 clock pre, 3 clock post */
IDECONFIG2 = 0x00040000; IDECONFIG2 = 0x00040000; /* TA Enable = 1 */
#endif #endif
sleeping = false; sleeping = false;