Re: [RFT] major libata update

From: Jeff Garzik
Date: Mon May 15 2006 - 16:45:20 EST


Arkadiusz Miskiewicz wrote:
On Monday 15 May 2006 20:06, Jeff Garzik wrote:

http://bugzilla.kernel.org/show_bug.cgi?id=6260
waiting on SATA ACPI merge.
Is this really a case?

The one (layering breaking; discussed already) patch cures the problem and nothing sata acpi related is needed, so something else is problematic here I guess.

--- 2.6.17-rc2/drivers/scsi/libata-core.c 2006-04-19 09:14:11.000000000 +0100 +++ linux/drivers/scsi/libata-core.c 2006-04-21 20:55:48.000000000 +0100 @@ -4288,6 +4288,7 @@ int ata_device_resume(struct ata_port *a { if (ap->flags & ATA_FLAG_SUSPENDED) { ap->flags &= ~ATA_FLAG_SUSPENDED; + ata_busy_sleep(ap, ATA_TMOUT_BOOT_QUICK, ATA_TMOUT_BOOT); ata_set_mode(ap);

This libata update should address issues that the above patch also addresses. It will be interesting to hear feedback in the coming days on what issues remain after this big lump.

Jeff



-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/