diff options
author | Tejun Heo <htejun@gmail.com> | 2007-06-18 01:38:41 -0400 |
---|---|---|
committer | Jeff Garzik <jeff@garzik.org> | 2007-06-20 19:56:21 -0400 |
commit | 2f8fcebbf5c8dd2ee7eb5711c03318c011d50d39 (patch) | |
tree | 878f74b83e78c81fb7dea7d61f8a2e30544c91cc /drivers | |
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>
Diffstat (limited to 'drivers')
-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 047eabd75363..35628123ca7e 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 [] = { | |||
3802 | { "HTS541010G9SA00", "MBZOC60D", ATA_HORKAGE_NONCQ, }, | 3802 | { "HTS541010G9SA00", "MBZOC60D", ATA_HORKAGE_NONCQ, }, |
3803 | /* Drives which do spurious command completion */ | 3803 | /* Drives which do spurious command completion */ |
3804 | { "HTS541680J9SA00", "SB2IC7EP", ATA_HORKAGE_NONCQ, }, | 3804 | { "HTS541680J9SA00", "SB2IC7EP", ATA_HORKAGE_NONCQ, }, |
3805 | { "HTS541612J9SA00", "SBDIC7JP", ATA_HORKAGE_NONCQ, }, | ||
3806 | { "WDC WD740ADFD-00NLR1", NULL, ATA_HORKAGE_NONCQ, }, | ||
3805 | 3807 | ||
3806 | /* Devices with NCQ limits */ | 3808 | /* Devices with NCQ limits */ |
3807 | 3809 | ||