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:
Michael Sevakis 2008-05-05 10:53:06 +00:00
parent 367aec35d7
commit be0c7d0ff3
6 changed files with 173 additions and 111 deletions

View file

@ -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;
}