aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/ata/libata-core.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/ata/libata-core.c b/drivers/ata/libata-core.c
index f1f595f53d95..ddb3909d7288 100644
--- a/drivers/ata/libata-core.c
+++ b/drivers/ata/libata-core.c
@@ -3361,6 +3361,8 @@ static const struct ata_blacklist_entry ata_device_blacklist [] = {
3361 { "FUJITSU MHT2060BH", NULL, ATA_HORKAGE_NONCQ }, 3361 { "FUJITSU MHT2060BH", NULL, ATA_HORKAGE_NONCQ },
3362 /* NCQ is broken */ 3362 /* NCQ is broken */
3363 { "Maxtor 6L250S0", "BANC1G10", ATA_HORKAGE_NONCQ }, 3363 { "Maxtor 6L250S0", "BANC1G10", ATA_HORKAGE_NONCQ },
3364 /* NCQ hard hangs device under heavier load, needs hard power cycle */
3365 { "Maxtor 6B250S0", "BANC1B70", ATA_HORKAGE_NONCQ },
3364 3366
3365 /* Devices with NCQ limits */ 3367 /* Devices with NCQ limits */
3366 3368