linux-ide.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] libata: add NCQ blacklist entries from Silicon Image Windows driver
@ 2007-02-22  5:48 Robert Hancock
  2007-02-22  6:57 ` Jeff Garzik
  2007-02-23 22:16 ` Jeff Garzik
  0 siblings, 2 replies; 11+ messages in thread
From: Robert Hancock @ 2007-02-22  5:48 UTC (permalink / raw)
  To: linux-kernel, linux-ide, Jeff Garzik, Andrew Morton, Tejun Heo

This patch adds in some NCQ blacklist entries taken from the Silicon
Image Windows drivers' .inf files for the 3124 and 3132 controllers.
These entries were marked as ""DisableSataQueueing". Assume these are
in their blacklist for a reason and disable NCQ on these drives.

Signed-off-by: Robert Hancock <hancockr@shaw.ca>

--- linux-2.6.21-rc1edit/drivers/ata/libata-core.c.prev	2007-02-21 22:23:05.000000000 -0600
+++ linux-2.6.21-rc1edit/drivers/ata/libata-core.c	2007-02-21 22:25:44.000000000 -0600
@@ -3269,6 +3269,13 @@ static const struct ata_blacklist_entry 
 
 	/* Devices with NCQ limits */
 
+	/* The following blacklist entries are taken from the Windows
+	   driver .inf files for the Silicon Image 3124 and 3132. */
+	{ "Maxtor 7B250S0",	"BANC1B70",	ATA_HORKAGE_NONCQ, },
+	{ "HTS541060G9SA00",	"MB3OC60D",	ATA_HORKAGE_NONCQ, },
+	{ "HTS541080G9SA00",	"MB4OC60D",	ATA_HORKAGE_NONCQ, },
+	{ "HTS541010G9SA00",	"MBZOC60D",	ATA_HORKAGE_NONCQ, },
+
 	/* End Marker */
 	{ }
 };


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

end of thread, other threads:[~2007-03-21 12:53 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-02-22  5:48 [PATCH] libata: add NCQ blacklist entries from Silicon Image Windows driver Robert Hancock
2007-02-22  6:57 ` Jeff Garzik
2007-02-22 11:32   ` Jens Axboe
2007-02-22 14:41     ` Mark Lord
2007-02-22 15:41       ` Jens Axboe
2007-02-22 15:04   ` Ask Bjørn Hansen
2007-02-23  0:18     ` Robert Hancock
2007-02-23  0:21       ` Ask Bjørn Hansen
2007-02-23 22:16 ` Jeff Garzik
2007-03-21  7:32   ` Tejun Heo
2007-03-21 12:52     ` Mathieu Bérard

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