[PATCH] libata-core: blacklist drives from using NCQ

2007-12-17 Thread David Milburn
Blacklist HITACHI HDS7225SCSUN250G* and SEAGATE STN7225SASUN250G*
drives from using NCQ.

Signed-off-by David Milburn [EMAIL PROTECTED]
---

 libata-core.c |2 ++
 1 files changed, 2 insertions(+)

diff --git a/drivers/ata/libata-core.c b/drivers/ata/libata-core.c
index 597e07c..c117afa 100644
--- a/drivers/ata/libata-core.c
+++ b/drivers/ata/libata-core.c
@@ -4149,6 +4149,8 @@ static const struct ata_blacklist_entry 
ata_device_blacklist [] = {
{ Maxtor 7V300F0, VA111630, ATA_HORKAGE_NONCQ },
{ HITACHI HDS7250SASUN500G*, NULL,ATA_HORKAGE_NONCQ },
{ HITACHI HDS7225SBSUN250G*, NULL,ATA_HORKAGE_NONCQ },
+   { HITACHI HDS7225SCSUN250G*, NULL,ATA_HORKAGE_NONCQ },
+   { SEAGATE STN7225SASUN250G*, NULL,ATA_HORKAGE_NONCQ },
{ ST380817AS, 3.42, ATA_HORKAGE_NONCQ },
 
/* Blacklist entries taken from Silicon Image 3124/3132


-
To unsubscribe from this list: send the line unsubscribe linux-ide in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH] libata-core: blacklist drives from using NCQ

2007-12-17 Thread Alan Cox
On Mon, 17 Dec 2007 16:17:59 -0600
David Milburn [EMAIL PROTECTED] wrote:

 Blacklist HITACHI HDS7225SCSUN250G* and SEAGATE STN7225SASUN250G*
 drives from using NCQ.
 
 Signed-off-by David Milburn [EMAIL PROTECTED]

Tejun fixed the bug causing the false reporting of NCQ errors so these
blacklist entries should no longer be needed.
-
To unsubscribe from this list: send the line unsubscribe linux-ide in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html