The patch titled ata: add Seagate STT20000A to DMA blacklist. has been removed from the -mm tree. Its filename was ada-add-seagate-stt20000a-to-dma-blacklist.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ 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 origin.patch git-cpufreq.patch ide-add-seagate-stt20000a-to-dma-blacklist.patch fix-confusion-in-fusion-driver-update.patch fix-up-codingstyle-in-isofs.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