linux-ide.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jeff Garzik <jgarzik@pobox.com>
To: "Lubomír Bulej" <lubomir.bulej@dsrg.mff.cuni.cz>
Cc: linux-ide@vger.kernel.org
Subject: Re: [PATCH] libata: blacklist NCQ on OCZ CORE 2 SSD (resend)
Date: Mon, 29 Dec 2008 07:41:25 -0500	[thread overview]
Message-ID: <4958C575.5030206@pobox.com> (raw)
In-Reply-To: <494F6D6A.2010406@dsrg.mff.cuni.cz>

Lubomír Bulej wrote:
> 
> The patchlet below blacklists NCQ on OCZ CORE v2 SSD drive(s). Even 
> though the drive advertises NCQ support with queue depth 1, it responds 
> with all-zeroes FIS to NCQ commands which triggers ata error handling 
> several times before the kernel decides to disable NCQ on the drive.
> 
> 
> signed-off-by: Lubomir Bulej <lubomir.bulej@dsrg.mff.cuni.cz>
> 
> 
> diff --git a/drivers/ata/libata-core.c b/drivers/ata/libata-core.c
> index 5e2eb74..ba38eb8 100644
> --- a/drivers/ata/libata-core.c
> +++ b/drivers/ata/libata-core.c
> @@ -4048,6 +4048,7 @@ static const struct ata_blacklist_entry 
> ata_device_blacklist [] = {
>      { "Maxtor 7V300F0",    "VA111630",    ATA_HORKAGE_NONCQ },
>      { "ST380817AS",        "3.42",        ATA_HORKAGE_NONCQ },
>      { "ST3160023AS",    "3.42",        ATA_HORKAGE_NONCQ },
> +    { "OCZ CORE_SSD",    "02.10104",    ATA_HORKAGE_NONCQ },

applied (manually)



      parent reply	other threads:[~2008-12-29 12:41 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-12-22 10:35 [PATCH] libata: blacklist NCQ on OCZ CORE 2 SSD (resend) Lubomír Bulej
2008-12-29  8:39 ` Tejun Heo
2008-12-29  9:34   ` Sergei Shtylyov
2008-12-30  0:35     ` Tejun Heo
2008-12-29 12:41 ` Jeff Garzik [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4958C575.5030206@pobox.com \
    --to=jgarzik@pobox.com \
    --cc=linux-ide@vger.kernel.org \
    --cc=lubomir.bulej@dsrg.mff.cuni.cz \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).