diff options
Diffstat (limited to 'drivers/ata')
-rw-r--r-- | drivers/ata/libata-core.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/ata/libata-core.c b/drivers/ata/libata-core.c index 17ad152714e6..ac3d1204ea35 100644 --- a/drivers/ata/libata-core.c +++ b/drivers/ata/libata-core.c | |||
@@ -3346,6 +3346,8 @@ static const struct ata_blacklist_entry ata_device_blacklist [] = { | |||
3346 | /* Devices where NCQ should be avoided */ | 3346 | /* Devices where NCQ should be avoided */ |
3347 | /* NCQ is slow */ | 3347 | /* NCQ is slow */ |
3348 | { "WDC WD740ADFD-00", NULL, ATA_HORKAGE_NONCQ }, | 3348 | { "WDC WD740ADFD-00", NULL, ATA_HORKAGE_NONCQ }, |
3349 | /* http://thread.gmane.org/gmane.linux.ide/14907 */ | ||
3350 | { "FUJITSU MHT2060BH", NULL, ATA_HORKAGE_NONCQ }, | ||
3349 | 3351 | ||
3350 | /* Devices with NCQ limits */ | 3352 | /* Devices with NCQ limits */ |
3351 | 3353 | ||