* [PATCH #upstream-fixes] libata: add ST3160023AS / 3.42 to NCQ blacklist
@ 2007-12-09 10:45 Tejun Heo
2007-12-18 1:37 ` Jeff Garzik
0 siblings, 1 reply; 2+ messages in thread
From: Tejun Heo @ 2007-12-09 10:45 UTC (permalink / raw)
To: Jeff Garzik, Matheus Izvekov, IDE/ATA development list
Like ST380817AS / 3.42, ST3160023AS / 3.42 times out commands if NCQ
is used. Blacklist it. This is reported by Matheus Izvekov in the
following thread.
http://thread.gmane.org/gmane.linux.ide/24202
Signed-off-by: Tejun Heo <htejun@gmail.com>
Cc: Matheus Izvekov <mizvekov@gmail.com>
---
It could be that all devices with 3.42 firmware have this problem.
I'll ask around. Thanks.
drivers/ata/libata-core.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/ata/libata-core.c b/drivers/ata/libata-core.c
index e4dea86..e080b07 100644
--- a/drivers/ata/libata-core.c
+++ b/drivers/ata/libata-core.c
@@ -4149,6 +4149,7 @@ static const struct ata_blacklist_entry ata_device_blacklist [] = {
{ "HITACHI HDS7250SASUN500G*", NULL, ATA_HORKAGE_NONCQ },
{ "HITACHI HDS7225SBSUN250G*", NULL, ATA_HORKAGE_NONCQ },
{ "ST380817AS", "3.42", ATA_HORKAGE_NONCQ },
+ { "ST3160023AS", "3.42", ATA_HORKAGE_NONCQ },
/* Blacklist entries taken from Silicon Image 3124/3132
Windows driver .inf file - also several Linux problem reports */
^ permalink raw reply related [flat|nested] 2+ messages in thread* Re: [PATCH #upstream-fixes] libata: add ST3160023AS / 3.42 to NCQ blacklist
2007-12-09 10:45 [PATCH #upstream-fixes] libata: add ST3160023AS / 3.42 to NCQ blacklist Tejun Heo
@ 2007-12-18 1:37 ` Jeff Garzik
0 siblings, 0 replies; 2+ messages in thread
From: Jeff Garzik @ 2007-12-18 1:37 UTC (permalink / raw)
To: Tejun Heo; +Cc: Matheus Izvekov, IDE/ATA development list, Eric D. Mudama
Tejun Heo wrote:
> Like ST380817AS / 3.42, ST3160023AS / 3.42 times out commands if NCQ
> is used. Blacklist it. This is reported by Matheus Izvekov in the
> following thread.
>
> http://thread.gmane.org/gmane.linux.ide/24202
>
> Signed-off-by: Tejun Heo <htejun@gmail.com>
> Cc: Matheus Izvekov <mizvekov@gmail.com>
> ---
> It could be that all devices with 3.42 firmware have this problem.
> I'll ask around. Thanks.
>
> drivers/ata/libata-core.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/drivers/ata/libata-core.c b/drivers/ata/libata-core.c
> index e4dea86..e080b07 100644
> --- a/drivers/ata/libata-core.c
> +++ b/drivers/ata/libata-core.c
> @@ -4149,6 +4149,7 @@ static const struct ata_blacklist_entry ata_device_blacklist [] = {
> { "HITACHI HDS7250SASUN500G*", NULL, ATA_HORKAGE_NONCQ },
> { "HITACHI HDS7225SBSUN250G*", NULL, ATA_HORKAGE_NONCQ },
> { "ST380817AS", "3.42", ATA_HORKAGE_NONCQ },
> + { "ST3160023AS", "3.42", ATA_HORKAGE_NONCQ },
applied #upstream-fixes
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-12-18 1:37 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-12-09 10:45 [PATCH #upstream-fixes] libata: add ST3160023AS / 3.42 to NCQ blacklist Tejun Heo
2007-12-18 1:37 ` Jeff Garzik
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).