From: Tejun Heo <tj@kernel.org>
To: "Lubomír Bulej" <lubomir.bulej@dsrg.mff.cuni.cz>
Cc: jgarzik@pobox.com, linux-ide@vger.kernel.org
Subject: Re: [PATCH] libata: blacklist NCQ on OCZ CORE 2 SSD (resend)
Date: Mon, 29 Dec 2008 17:39:27 +0900 [thread overview]
Message-ID: <49588CBF.80002@kernel.org> (raw)
In-Reply-To: <494F6D6A.2010406@dsrg.mff.cuni.cz>
Hello,
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>
Please capitalize the leading s and add --- separator between
description and the patch body.
> 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 },
>
> /* Seagate NCQ + FLUSH CACHE firmware bug */
> { "ST31500341AS", "9JU138", ATA_HORKAGE_NONCQ |
Other than that,
Acked-by: Tejun Heo <tj@kernel.org>
--
tejun
next prev parent reply other threads:[~2008-12-29 8:39 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 [this message]
2008-12-29 9:34 ` Sergei Shtylyov
2008-12-30 0:35 ` Tejun Heo
2008-12-29 12:41 ` Jeff Garzik
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=49588CBF.80002@kernel.org \
--to=tj@kernel.org \
--cc=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).