mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 13:15:18 -05:00
Gigabeat S: Use the fastest PIO mode the installed drive allows instead of always PIO0. Centralize clock information in clkctl-imx31.c.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17371 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
367aec35d7
commit
be0c7d0ff3
6 changed files with 173 additions and 111 deletions
|
|
@ -1089,6 +1089,10 @@ static int identify(void)
|
|||
identify_info[i] = ATA_DATA;
|
||||
#endif
|
||||
}
|
||||
|
||||
#ifdef ATA_NOTIFY_IDENTIFY_READY
|
||||
ata_identify_ready();
|
||||
#endif
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue