linux-ide.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] libata: add MAXTOR 7V300F0/VA111900 to NCQ blacklist
@ 2007-10-29  8:57 Tejun Heo
  2007-10-29 10:22 ` Jeff Garzik
  0 siblings, 1 reply; 2+ messages in thread
From: Tejun Heo @ 2007-10-29  8:57 UTC (permalink / raw)
  To: Jeff Garzik, linux-ide, c-otto

MAXTOR 7V300F0/VA111900 does spurious NCQ completions.  Add it to
blacklist.  This problem is reported by Carsten Otto.

Signed-off-by: Tejun Heo <htejun@gmail.com>
Cc: Carsten Otto <c-otto@gmx.de>
---
 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 8ee56e5..3e11f83 100644
--- a/drivers/ata/libata-core.c
+++ b/drivers/ata/libata-core.c
@@ -4032,6 +4032,7 @@ static const struct ata_blacklist_entry ata_device_blacklist [] = {
 	{ "ST3160812AS",	"3.ADJ",	ATA_HORKAGE_NONCQ, },
 	{ "ST980813AS",		"3.ADB",	ATA_HORKAGE_NONCQ, },
 	{ "SAMSUNG HD401LJ",	"ZZ100-15",	ATA_HORKAGE_NONCQ, },
+	{ "Maxtor 7V300F0",	"VA111900",	ATA_HORKAGE_NONCQ, },
 
 	/* devices which puke on READ_NATIVE_MAX */
 	{ "HDS724040KLSA80",	"KFAOA20N",	ATA_HORKAGE_BROKEN_HPA, },

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] libata: add MAXTOR 7V300F0/VA111900 to NCQ blacklist
  2007-10-29  8:57 [PATCH] libata: add MAXTOR 7V300F0/VA111900 to NCQ blacklist Tejun Heo
@ 2007-10-29 10:22 ` Jeff Garzik
  0 siblings, 0 replies; 2+ messages in thread
From: Jeff Garzik @ 2007-10-29 10:22 UTC (permalink / raw)
  To: Tejun Heo; +Cc: linux-ide, c-otto

Tejun Heo wrote:
> MAXTOR 7V300F0/VA111900 does spurious NCQ completions.  Add it to
> blacklist.  This problem is reported by Carsten Otto.
> 
> Signed-off-by: Tejun Heo <htejun@gmail.com>
> Cc: Carsten Otto <c-otto@gmx.de>
> ---
>  drivers/ata/libata-core.c |    1 +
>  1 file changed, 1 insertion(+)

applied



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-10-29 10:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-29  8:57 [PATCH] libata: add MAXTOR 7V300F0/VA111900 to NCQ blacklist Tejun Heo
2007-10-29 10:22 ` 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).