The patch titled ata: add Seagate STT20000A to DMA blacklist. has been added to the -mm tree. Its filename is ada-add-seagate-stt20000a-to-dma-blacklist.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: ata: add Seagate STT20000A to DMA blacklist. From: Dave Jones <davej@xxxxxxxxxx> http://bugzilla.kernel.org/show_bug.cgi?id=1044 points out an additional hard disk that doesn't handle DMA transfers correctly. This patch is the libata variant of the earlier patch to drivers/ide/ Signed-off-by: Dave Jones <davej@xxxxxxxxxx> Cc: Robert Hancock <hancockr@xxxxxxx> Cc: Alan Cox <alan@xxxxxxxxxxxxxxxxxxx> Cc: Jeff Garzik <jeff@xxxxxxxxxx> Cc: Tejun Heo <htejun@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/ata/libata-core.c | 1 + 1 files changed, 1 insertion(+) diff -puN drivers/ata/libata-core.c~ada-add-seagate-stt20000a-to-dma-blacklist drivers/ata/libata-core.c --- a/drivers/ata/libata-core.c~ada-add-seagate-stt20000a-to-dma-blacklist +++ a/drivers/ata/libata-core.c @@ -3860,6 +3860,7 @@ static const struct ata_blacklist_entry { "ATAPI CD-ROM DRIVE 40X MAXIMUM",NULL,ATA_HORKAGE_NODMA }, { "_NEC DV5800A", NULL, ATA_HORKAGE_NODMA }, { "SAMSUNG CD-ROM SN-124","N001", ATA_HORKAGE_NODMA }, + { "Seagate STT20000A", NULL, ATA_HORKAGE_NODMA }, /* Weird ATAPI devices */ { "TORiSAN DVD-ROM DRD-N216", NULL, ATA_HORKAGE_MAX_SEC_128 | _ Patches currently in -mm which might be from davej@xxxxxxxxxx are git-cpufreq.patch ada-add-seagate-stt20000a-to-dma-blacklist.patch ide-add-seagate-stt20000a-to-dma-blacklist.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