* [PATCH upstream-fixes] libata: disable NCQ on Crucial C300 SSD
@ 2010-04-05 1:51 Tejun Heo
2010-04-06 14:57 ` Jeff Garzik
0 siblings, 1 reply; 2+ messages in thread
From: Tejun Heo @ 2010-04-05 1:51 UTC (permalink / raw)
To: Jeff Garzik, linux-ide@vger.kernel.org, lethalwp, Luke Macken
Crucial said,
Thank you for contacting us. We know that with our M225 line of SSDs
you sometimes need to disable NCQ (native command queuing) to avoid
just the type of errors you're seeing. Our recommendation for the
M225 is to add libata.force=noncq to your Linux kernel boot options,
under the kernel ATA library option.
I have sent your feedback to the engineers working on the C300, and
asked them to please pass it on to the firmware team. I have been
notified that they are in the process of testing and finalizing a
new firmware version, that you can expect to see released around the
end of April. We’ll keep you posted as to when it will be available
for download.
So, turn off NCQ on the drive w/ the current firmware revision.
Reported in the following bug.
https://bugzilla.kernel.org/show_bug.cgi?id=15573
Signed-off-by: Tejun Heo <tj@kernel.org>
Reported-by: lethalwp@scarlet.be
Reported-by: Luke Macken <lmacken@redhat.com>
---
drivers/ata/libata-core.c | 3 +++
1 file changed, 3 insertions(+)
diff --git a/drivers/ata/libata-core.c b/drivers/ata/libata-core.c
index 4a28420..c3076d4 100644
--- a/drivers/ata/libata-core.c
+++ b/drivers/ata/libata-core.c
@@ -4353,6 +4353,9 @@ static const struct ata_blacklist_entry ata_device_blacklist [] = {
{ "HTS541080G9SA00", "MB4OC60D", ATA_HORKAGE_NONCQ, },
{ "HTS541010G9SA00", "MBZOC60D", ATA_HORKAGE_NONCQ, },
+ /* https://bugzilla.kernel.org/show_bug.cgi?id=15573 */
+ { "C300-CTFDDAC128MAG", "0001", ATA_HORKAGE_NONCQ, },
+
/* devices which puke on READ_NATIVE_MAX */
{ "HDS724040KLSA80", "KFAOA20N", ATA_HORKAGE_BROKEN_HPA, },
{ "WDC WD3200JD-00KLB0", "WD-WCAMR1130137", ATA_HORKAGE_BROKEN_HPA },
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH upstream-fixes] libata: disable NCQ on Crucial C300 SSD
2010-04-05 1:51 [PATCH upstream-fixes] libata: disable NCQ on Crucial C300 SSD Tejun Heo
@ 2010-04-06 14:57 ` Jeff Garzik
0 siblings, 0 replies; 2+ messages in thread
From: Jeff Garzik @ 2010-04-06 14:57 UTC (permalink / raw)
To: Tejun Heo; +Cc: linux-ide@vger.kernel.org, lethalwp, Luke Macken
On 04/04/2010 09:51 PM, Tejun Heo wrote:
> Crucial said,
>
> Thank you for contacting us. We know that with our M225 line of SSDs
> you sometimes need to disable NCQ (native command queuing) to avoid
> just the type of errors you're seeing. Our recommendation for the
> M225 is to add libata.force=noncq to your Linux kernel boot options,
> under the kernel ATA library option.
>
> I have sent your feedback to the engineers working on the C300, and
> asked them to please pass it on to the firmware team. I have been
> notified that they are in the process of testing and finalizing a
> new firmware version, that you can expect to see released around the
> end of April. We’ll keep you posted as to when it will be available
> for download.
>
> So, turn off NCQ on the drive w/ the current firmware revision.
>
> Reported in the following bug.
>
> https://bugzilla.kernel.org/show_bug.cgi?id=15573
>
> Signed-off-by: Tejun Heo<tj@kernel.org>
> Reported-by: lethalwp@scarlet.be
> Reported-by: Luke Macken<lmacken@redhat.com>
> ---
> drivers/ata/libata-core.c | 3 +++
> 1 file changed, 3 insertions(+)
applied
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-04-06 14:57 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-05 1:51 [PATCH upstream-fixes] libata: disable NCQ on Crucial C300 SSD Tejun Heo
2010-04-06 14:57 ` Jeff Garzik
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox