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:
parent
f0cfd275b5
commit
8444632da4
1 changed files with 2 additions and 2 deletions
|
|
@ -1403,8 +1403,8 @@ int ata_init(void)
|
|||
GPIO_FUNCTION |= 0x00080000;
|
||||
|
||||
/* ATA controller interface */
|
||||
IDECONFIG1 = 0x00107000;
|
||||
IDECONFIG2 = 0x00040000;
|
||||
IDECONFIG1 = 0x00107400; /* BUFEN2 enable, 5 clock pre, 3 clock post */
|
||||
IDECONFIG2 = 0x00040000; /* TA Enable = 1 */
|
||||
#endif
|
||||
|
||||
sleeping = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue