linux-ide.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] libata: Update the blacklist with a few more devices
@ 2007-09-20 14:22 Alan Cox
  2007-09-20 19:59 ` Jeff Garzik
  2007-09-27  0:45 ` Tejun Heo
  0 siblings, 2 replies; 3+ messages in thread
From: Alan Cox @ 2007-09-20 14:22 UTC (permalink / raw)
  To: linux-ide, jeff, akpm

Signed-off-by: Alan Cox <alan@redhat.com>

diff -u --exclude-from /usr/src/exclude --new-file --recursive linux.vanilla-2.6.23rc6-mm1/drivers/ata/libata-core.c linux-2.6.23rc6-mm1/drivers/ata/libata-core.c
--- linux.vanilla-2.6.23rc6-mm1/drivers/ata/libata-core.c	2007-09-18 15:32:51.000000000 +0100
+++ linux-2.6.23rc6-mm1/drivers/ata/libata-core.c	2007-09-19 21:49:11.808669192 +0100
@@ -3900,6 +3902,9 @@
 	{ "Maxtor 6L250S0",     "BANC1G10",     ATA_HORKAGE_NONCQ },
 	{ "Maxtor 6B200M0",	"BANC1BM0",	ATA_HORKAGE_NONCQ },
 	{ "Maxtor 6B200M0",	"BANC1B10",	ATA_HORKAGE_NONCQ },
+	{ "Maxtor 7B250S0",	"BANC1B70",	ATA_HORKAGE_NONCQ, },
+	{ "Maxtor 7B300S0",	"BANC1B70",	ATA_HORKAGE_NONCQ },
+	{ "Maxtor 7V300F0",	"VA111630",	ATA_HORKAGE_NONCQ },
 	{ "HITACHI HDS7250SASUN500G 0621KTAWSD", "K2AOAJ0AHITACHI",
 	 ATA_HORKAGE_NONCQ },
 	/* NCQ hard hangs device under heavier load, needs hard power cycle */
@@ -3916,6 +3921,7 @@
 	{ "WDC WD740ADFD-00NLR1", NULL,		ATA_HORKAGE_NONCQ, },
 	{ "FUJITSU MHV2080BH",	"00840028",	ATA_HORKAGE_NONCQ, },
 	{ "ST9160821AS",	"3.CLF",	ATA_HORKAGE_NONCQ, },
+	{ "ST3160812AS",	"3.AD",		ATA_HORKAGE_NONCQ, },
 	{ "SAMSUNG HD401LJ",	"ZZ100-15",	ATA_HORKAGE_NONCQ, },
 
 	/* devices which puke on READ_NATIVE_MAX */
@@ -3926,6 +3932,7 @@
 
 	/* Devices which report 1 sector over size HPA */
 	{ "ST340823A",		NULL,		ATA_HORKAGE_HPA_SIZE, },
+	{ "ST320413A",		NULL,		ATA_HORKAGE_HPA_SIZE, },
 
 	/* End Marker */
 	{ }

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

* Re: [PATCH] libata: Update the blacklist with a few more devices
  2007-09-20 14:22 [PATCH] libata: Update the blacklist with a few more devices Alan Cox
@ 2007-09-20 19:59 ` Jeff Garzik
  2007-09-27  0:45 ` Tejun Heo
  1 sibling, 0 replies; 3+ messages in thread
From: Jeff Garzik @ 2007-09-20 19:59 UTC (permalink / raw)
  To: Alan Cox; +Cc: linux-ide, akpm

Alan Cox wrote:
> Signed-off-by: Alan Cox <alan@redhat.com>

applied first two chunks to #upstream-fixes


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

* Re: [PATCH] libata: Update the blacklist with a few more devices
  2007-09-20 14:22 [PATCH] libata: Update the blacklist with a few more devices Alan Cox
  2007-09-20 19:59 ` Jeff Garzik
@ 2007-09-27  0:45 ` Tejun Heo
  1 sibling, 0 replies; 3+ messages in thread
From: Tejun Heo @ 2007-09-27  0:45 UTC (permalink / raw)
  To: Alan Cox; +Cc: linux-ide, jeff, akpm

Alan Cox wrote:
> +	{ "ST3160812AS",	"3.AD",		ATA_HORKAGE_NONCQ, },

Seagate firmware version is 5 chars.  I think the correct string would
be "3.ADJ".  Did you take it from SCSI probe message?

Thanks.

-- 
tejun


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

end of thread, other threads:[~2007-09-27  4:19 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-09-20 14:22 [PATCH] libata: Update the blacklist with a few more devices Alan Cox
2007-09-20 19:59 ` Jeff Garzik
2007-09-27  0:45 ` Tejun Heo

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).