The patch titled libata: add NCQ blacklist entries from Silicon Image Windows driver has been added to the -mm tree. Its filename is libata-add-ncq-blacklist-entries-from-silicon-image-windows.patch *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: libata: add NCQ blacklist entries from Silicon Image Windows driver From: Robert Hancock <hancockr@xxxxxxx> This patch adds in some NCQ blacklist entries taken from the Silicon Image Windows drivers' .inf files for the 3124 and 3132 controllers. These entries were marked as ""DisableSataQueueing". Assume these are in their blacklist for a reason and disable NCQ on these drives. Signed-off-by: Robert Hancock <hancockr@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/ata/libata-core.c | 7 +++++++ 1 file changed, 7 insertions(+) diff -puN drivers/ata/libata-core.c~libata-add-ncq-blacklist-entries-from-silicon-image-windows drivers/ata/libata-core.c --- a/drivers/ata/libata-core.c~libata-add-ncq-blacklist-entries-from-silicon-image-windows +++ a/drivers/ata/libata-core.c @@ -3371,6 +3371,13 @@ static const struct ata_blacklist_entry /* Devices with NCQ limits */ + /* The following blacklist entries are taken from the Windows + driver .inf files for the Silicon Image 3124 and 3132. */ + { "Maxtor 7B250S0", "BANC1B70", ATA_HORKAGE_NONCQ, }, + { "HTS541060G9SA00", "MB3OC60D", ATA_HORKAGE_NONCQ, }, + { "HTS541080G9SA00", "MB4OC60D", ATA_HORKAGE_NONCQ, }, + { "HTS541010G9SA00", "MBZOC60D", ATA_HORKAGE_NONCQ, }, + /* End Marker */ { } }; _ Patches currently in -mm which might be from hancockr@xxxxxxx are git-libata-all.patch sata_nv-add-back-some-verbosity-into-adma-error_handler.patch libata-warn-if-speed-limited-due-to-40-wire-cable-v2.patch sata_nv-kill-old-private-bmdma-helper-functions.patch sata_nv-complain-on-spurious-completion-notifiers.patch libata-add-ncq-blacklist-entries-from-silicon-image-windows.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html