Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

[PATCH] libata: add NCQ blacklist entries from Silicon Image Windows driver (v2)

This adds some NCQ blacklist entries taken from the Silicon Image 3124/3132
Windows driver .inf files. There are some confirming reports of problems
with these drives under Linux (for example http://lkml.org/lkml/2007/3/4/178)
so let's disable NCQ on these drives.

[ I'm personally starting to wonder whether we shouldn't disable NCQ by
default, and perhaps have a white-list. There seems to be a *lot* of
drives that do this wrong.. - Linus ]

Signed-off-by: Robert Hancock <hancockr@shaw.ca>
Acked-by: Tejun Heo <htejun@gmail.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by

Robert Hancock and committed by
Linus Torvalds
36e337d0 b6d3d16e

+5
+5
drivers/ata/libata-core.c
··· 3363 3363 { "Maxtor 6L250S0", "BANC1G10", ATA_HORKAGE_NONCQ }, 3364 3364 /* NCQ hard hangs device under heavier load, needs hard power cycle */ 3365 3365 { "Maxtor 6B250S0", "BANC1B70", ATA_HORKAGE_NONCQ }, 3366 + /* Blacklist entries taken from Silicon Image 3124/3132 3367 + Windows driver .inf file - also several Linux problem reports */ 3368 + { "HTS541060G9SA00", "MB3OC60D", ATA_HORKAGE_NONCQ, }, 3369 + { "HTS541080G9SA00", "MB4OC60D", ATA_HORKAGE_NONCQ, }, 3370 + { "HTS541010G9SA00", "MBZOC60D", ATA_HORKAGE_NONCQ, }, 3366 3371 3367 3372 /* Devices with NCQ limits */ 3368 3373