summaryrefslogtreecommitdiff
path: root/firmware/drivers
diff options
context:
space:
mode:
authorMichael Sevakis <jethead71@rockbox.org>2008-05-05 10:53:06 +0000
committerMichael Sevakis <jethead71@rockbox.org>2008-05-05 10:53:06 +0000
commitbe0c7d0ff306a9e95aaa89ec4943b3739d4b0434 (patch)
tree899e944950961862112dda4b073a6274207fbe6f /firmware/drivers
parent367aec35d714e4b3f87184ea718538c1b5800462 (diff)
downloadrockbox-be0c7d0ff306a9e95aaa89ec4943b3739d4b0434.zip
rockbox-be0c7d0ff306a9e95aaa89ec4943b3739d4b0434.tar.gz
rockbox-be0c7d0ff306a9e95aaa89ec4943b3739d4b0434.tar.bz2
rockbox-be0c7d0ff306a9e95aaa89ec4943b3739d4b0434.tar.xz
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
Diffstat (limited to 'firmware/drivers')
-rw-r--r--firmware/drivers/ata.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/firmware/drivers/ata.c b/firmware/drivers/ata.c
index 25eac26..e949f38 100644
--- a/firmware/drivers/ata.c
+++ b/firmware/drivers/ata.c
@@ -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;
}