Re: SATA Cold Boot problems on >2.6.25 with NV

From: Tejun Heo
Date: Tue Sep 30 2008 - 12:49:38 EST


Please apply the attached patch and see whether the problem goes away.
Also, can you test whether hotplug works with the patch applied?
CK804 had problems with hotplug w/ HRST removed. I wanna make sure
nf2/3 doesn't have the same problem.

Thanks.

--
tejun
diff --git a/drivers/ata/sata_nv.c b/drivers/ata/sata_nv.c
index 14601dc..18f81d2 100644
--- a/drivers/ata/sata_nv.c
+++ b/drivers/ata/sata_nv.c
@@ -433,6 +433,7 @@ static struct ata_port_operations nv_nf2_ops = {
.inherits = &nv_common_ops,
.freeze = nv_nf2_freeze,
.thaw = nv_nf2_thaw,
+ .hardreset = ATA_OP_NULL,
};

static struct ata_port_operations nv_ck804_ops = {