|
@@ -1413,7 +1413,7 @@ static int ahci_hardreset(struct ata_link *link, unsigned int *class,
|
|
|
|
|
|
/* clear D2H reception area to properly wait for D2H FIS */
|
|
|
ata_tf_init(link->device, &tf);
|
|
|
- tf.command = 0x80;
|
|
|
+ tf.command = ATA_BUSY;
|
|
|
ata_tf_to_fis(&tf, 0, 0, d2h_fis);
|
|
|
|
|
|
rc = sata_link_hardreset(link, timing, deadline, &online,
|