linux-ide.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] libata: add another Maxtor drive with broken NCQ to the list
@ 2007-07-12 18:37 Chuck Ebbert
  2007-07-12 18:39 ` Jeff Garzik
  2007-07-12 20:10 ` Jeff Garzik
  0 siblings, 2 replies; 4+ messages in thread
From: Chuck Ebbert @ 2007-07-12 18:37 UTC (permalink / raw)
  To: Jeff Garzik; +Cc: IDE/ATA development list

Add another Maxtor 6B200M0 drive with broken NCQ to the list.

Signed-off-by: Chuck Ebbert <cebbert@redhat.com>
---
 drivers/ata/libata-core.c |    1 +
 1 file changed, 1 insertion(+)

--- linux-2.6.22.noarch.orig/drivers/ata/libata-core.c
+++ linux-2.6.22.noarch/drivers/ata/libata-core.c
@@ -3787,6 +3787,7 @@ static const struct ata_blacklist_entry 
 	{ "FUJITSU MHT2060BH",	NULL,		ATA_HORKAGE_NONCQ },
 	/* NCQ is broken */
 	{ "Maxtor 6L250S0",     "BANC1G10",     ATA_HORKAGE_NONCQ },
+	{ "Maxtor 6B200M0",	"BANC1BM0",	ATA_HORKAGE_NONCQ },
 	{ "Maxtor 6B200M0",	"BANC1B10",	ATA_HORKAGE_NONCQ },
 	/* NCQ hard hangs device under heavier load, needs hard power cycle */
 	{ "Maxtor 6B250S0",	"BANC1B70",	ATA_HORKAGE_NONCQ },

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

* Re: [PATCH] libata: add another Maxtor drive with broken NCQ to the list
  2007-07-12 18:37 [PATCH] libata: add another Maxtor drive with broken NCQ to the list Chuck Ebbert
@ 2007-07-12 18:39 ` Jeff Garzik
  2007-07-12 19:03   ` Chuck Ebbert
  2007-07-12 20:10 ` Jeff Garzik
  1 sibling, 1 reply; 4+ messages in thread
From: Jeff Garzik @ 2007-07-12 18:39 UTC (permalink / raw)
  To: Chuck Ebbert; +Cc: IDE/ATA development list, Alan

Chuck Ebbert wrote:
> Add another Maxtor 6B200M0 drive with broken NCQ to the list.
> 
> Signed-off-by: Chuck Ebbert <cebbert@redhat.com>
> ---
>  drivers/ata/libata-core.c |    1 +
>  1 file changed, 1 insertion(+)
> 
> --- linux-2.6.22.noarch.orig/drivers/ata/libata-core.c
> +++ linux-2.6.22.noarch/drivers/ata/libata-core.c
> @@ -3787,6 +3787,7 @@ static const struct ata_blacklist_entry 
>  	{ "FUJITSU MHT2060BH",	NULL,		ATA_HORKAGE_NONCQ },
>  	/* NCQ is broken */
>  	{ "Maxtor 6L250S0",     "BANC1G10",     ATA_HORKAGE_NONCQ },
> +	{ "Maxtor 6B200M0",	"BANC1BM0",	ATA_HORKAGE_NONCQ },
>  	{ "Maxtor 6B200M0",	"BANC1B10",	ATA_HORKAGE_NONCQ },
>  	/* NCQ hard hangs device under heavier load, needs hard power cycle */
>  	{ "Maxtor 6B250S0",	"BANC1B70",	ATA_HORKAGE_NONCQ },

Alan Cox posted some example code recently, which demonstrated how to 
add support for wildcards to the ATA blacklist.

Would you be willing to grab or recreate that, and then simply blacklist 
"BANC*"

	Jeff




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

* Re: [PATCH] libata: add another Maxtor drive with broken NCQ to the list
  2007-07-12 18:39 ` Jeff Garzik
@ 2007-07-12 19:03   ` Chuck Ebbert
  0 siblings, 0 replies; 4+ messages in thread
From: Chuck Ebbert @ 2007-07-12 19:03 UTC (permalink / raw)
  To: Jeff Garzik; +Cc: IDE/ATA development list, Alan

On 07/12/2007 02:39 PM, Jeff Garzik wrote:
> 
> Alan Cox posted some example code recently, which demonstrated how to
> add support for wildcards to the ATA blacklist.
> 
> Would you be willing to grab or recreate that, and then simply blacklist
> "BANC*"

Not right now.

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

* Re: [PATCH] libata: add another Maxtor drive with broken NCQ to the list
  2007-07-12 18:37 [PATCH] libata: add another Maxtor drive with broken NCQ to the list Chuck Ebbert
  2007-07-12 18:39 ` Jeff Garzik
@ 2007-07-12 20:10 ` Jeff Garzik
  1 sibling, 0 replies; 4+ messages in thread
From: Jeff Garzik @ 2007-07-12 20:10 UTC (permalink / raw)
  To: Chuck Ebbert; +Cc: IDE/ATA development list

Chuck Ebbert wrote:
> Add another Maxtor 6B200M0 drive with broken NCQ to the list.
> 
> Signed-off-by: Chuck Ebbert <cebbert@redhat.com>
> ---
>  drivers/ata/libata-core.c |    1 +
>  1 file changed, 1 insertion(+)

applied



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

end of thread, other threads:[~2007-07-12 20:10 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-07-12 18:37 [PATCH] libata: add another Maxtor drive with broken NCQ to the list Chuck Ebbert
2007-07-12 18:39 ` Jeff Garzik
2007-07-12 19:03   ` Chuck Ebbert
2007-07-12 20:10 ` 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).