diff options
author | Tejun Heo <htejun@gmail.com> | 2007-06-18 14:38:41 +0900 |
---|---|---|
committer | Jeff Garzik <jeff@garzik.org> | 2007-06-20 19:56:21 -0400 |
commit | 2f8fcebbf5c8dd2ee7eb5711c03318c011d50d39 (patch) | |
tree | 878f74b83e78c81fb7dea7d61f8a2e30544c91cc | |
parent | 374abf2cb16a9df8be96675c606996458872e8b3 (diff) |
libata: more NONCQ devices
More for the NCQ blacklist. One hitachi and one raptor. Other
members of these families of drives are already on the list, so no
surprises.
Signed-off-by: Tejun Heo <htejun@gmail.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
-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 047eabd7536..35628123ca7 100644 --- a/drivers/ata/libata-core.c +++ b/drivers/ata/libata-core.c @@ -3802,6 +3802,8 @@ static const struct ata_blacklist_entry ata_device_blacklist [] = { { "HTS541010G9SA00", "MBZOC60D", ATA_HORKAGE_NONCQ, }, /* Drives which do spurious command completion */ { "HTS541680J9SA00", "SB2IC7EP", ATA_HORKAGE_NONCQ, }, + { "HTS541612J9SA00", "SBDIC7JP", ATA_HORKAGE_NONCQ, }, + { "WDC WD740ADFD-00NLR1", NULL, ATA_HORKAGE_NONCQ, }, /* Devices with NCQ limits */ |