linux-ide.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [patch] NCQ blacklist Maxtor 6B200M0/BANC1B10
@ 2007-04-30  2:31 Simon Griph
  2007-05-25  3:16 ` Jeff Garzik
  2007-05-28 13:00 ` Jeff Garzik
  0 siblings, 2 replies; 3+ messages in thread
From: Simon Griph @ 2007-04-30  2:31 UTC (permalink / raw)
  To: jeff, htejun, linux-ide

[-- Attachment #1: Type: text/plain, Size: 887 bytes --]

With NCQ enabled, this drive always hangs when under load and remains
hung until the next cold boot.

Very similar to: http://thread.gmane.org/gmane.linux.ide/17640

diff --git a/drivers/ata/libata-core.c b/drivers/ata/libata-core.c
index 0abd72d..17e27e9 100644
--- a/drivers/ata/libata-core.c
+++ b/drivers/ata/libata-core.c
@@ -3373,6 +3373,7 @@ static const struct ata_blacklist_entry
ata_device_blacklist [] = {
        /* NCQ is broken */
        { "Maxtor 6L250S0",     "BANC1G10",     ATA_HORKAGE_NONCQ },
        /* NCQ hard hangs device under heavier load, needs hard power cycle */
+       { "Maxtor 6B200M0",     "BANC1B10",     ATA_HORKAGE_NONCQ },
        { "Maxtor 6B250S0",     "BANC1B70",     ATA_HORKAGE_NONCQ },
        /* Blacklist entries taken from Silicon Image 3124/3132
           Windows driver .inf file - also several Linux problem reports */

--
Simon Griph

[-- Attachment #2: maxtor_6B200M0_ncq.log --]
[-- Type: plain/text, Size: 5039 bytes --]

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

end of thread, other threads:[~2007-05-28 13:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-04-30  2:31 [patch] NCQ blacklist Maxtor 6B200M0/BANC1B10 Simon Griph
2007-05-25  3:16 ` Jeff Garzik
2007-05-28 13:00 ` 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).