Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=5d6aca8defe77dfd0f0169cc015b900129078648
Commit:     5d6aca8defe77dfd0f0169cc015b900129078648
Parent:     7abe79c353caf868053c2ddcada7f4c20c8251e6
Author:     Tejun Heo <[EMAIL PROTECTED]>
AuthorDate: Sat Jul 28 16:25:25 2007 +0900
Committer:  Jeff Garzik <[EMAIL PROTECTED]>
CommitDate: Wed Aug 1 10:00:56 2007 -0400

    libata: blacklist SAMSUNG HD401LJ / ZZ100-15 for NCQ
    
    SAMSUNG HD401LJ / ZZ100-15 does spurious completion of NCQ commands.
    Disable NCQ.  Reported by Ulrich in bugzilla #8805.
    
    Signed-off-by: Tejun Heo <[EMAIL PROTECTED]>
    Cc: Ulrich <[EMAIL PROTECTED]>
    Signed-off-by: Jeff Garzik <[EMAIL PROTECTED]>
---
 drivers/ata/libata-core.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/drivers/ata/libata-core.c b/drivers/ata/libata-core.c
index 6001aae..60e78be 100644
--- a/drivers/ata/libata-core.c
+++ b/drivers/ata/libata-core.c
@@ -3788,6 +3788,7 @@ static const struct ata_blacklist_entry 
ata_device_blacklist [] = {
        { "WDC WD740ADFD-00NLR1", NULL,         ATA_HORKAGE_NONCQ, },
        { "FUJITSU MHV2080BH",  "00840028",     ATA_HORKAGE_NONCQ, },
        { "ST9160821AS",        "3.CLF",        ATA_HORKAGE_NONCQ, },
+       { "SAMSUNG HD401LJ",    "ZZ100-15",     ATA_HORKAGE_NONCQ, },
 
        /* Devices with NCQ limits */
 
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to