summaryrefslogtreecommitdiff
path: root/firmware/drivers/ata.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/drivers/ata.c')
-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 25eac26e99..e949f38a9d 100644
--- a/firmware/drivers/ata.c
+++ b/firmware/drivers/ata.c
@@ -1089,6 +1089,10 @@ static int identify(void)
1089 identify_info[i] = ATA_DATA; 1089 identify_info[i] = ATA_DATA;
1090#endif 1090#endif
1091 } 1091 }
1092
1093#ifdef ATA_NOTIFY_IDENTIFY_READY
1094 ata_identify_ready();
1095#endif
1092 1096
1093 return 0; 1097 return 0;
1094} 1098}