X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=drivers%2Fata%2Fahci.c;h=28a82e3403f10d074e1d86d69f4b0d69c0546e0a;hb=dfd7a3db3898e299bdc25f0c77081a8632b3a73c;hp=d8f0ce970d545442f4f93dbeed90e68fe652defa;hpb=d02598721706ab62a574823479b1f6c26c8980d2;p=powerpc.git diff --git a/drivers/ata/ahci.c b/drivers/ata/ahci.c index d8f0ce970d..28a82e3403 100644 --- a/drivers/ata/ahci.c +++ b/drivers/ata/ahci.c @@ -903,7 +903,7 @@ static int ahci_hardreset(struct ata_port *ap, unsigned int *class) /* clear D2H reception area to properly wait for D2H FIS */ ata_tf_init(ap->device, &tf); - tf.command = 0xff; + tf.command = 0x80; ata_tf_to_fis(&tf, d2h_fis, 0); rc = sata_std_hardreset(ap, class);