The patch titled ide: add Seagate STT20000A to DMA blacklist has been removed from the -mm tree. Its filename was ide-add-seagate-stt20000a-to-dma-blacklist.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: ide: add Seagate STT20000A to DMA blacklist From: Dave Jones <davej@xxxxxxxxxx> http://bugzilla.kernel.org/show_bug.cgi?id=1044 has been open for _four_ years with a patch available. Here's a rediffed version of the same. Signed-off-by: Dave Jones <davej@xxxxxxxxxx> Cc: Bartlomiej Zolnierkiewicz <bzolnier@xxxxxxxxx> Cc: Alan Cox <alan@xxxxxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/ide/ide-dma.c | 3 ++- 1 files changed, 2 insertions(+), 1 deletion(-) diff -puN drivers/ide/ide-dma.c~ide-add-seagate-stt20000a-to-dma-blacklist drivers/ide/ide-dma.c --- a/drivers/ide/ide-dma.c~ide-add-seagate-stt20000a-to-dma-blacklist +++ a/drivers/ide/ide-dma.c @@ -127,7 +127,8 @@ static const struct drive_list_entry dri { "SAMSUNG CD-ROM SC", "ALL" }, { "SanDisk SDP3B-64" , "ALL" }, { "ATAPI CD-ROM DRIVE 40X MAXIMUM", "ALL" }, - { "_NEC DV5800A", "ALL" }, + { "_NEC DV5800A", "ALL" }, + { "Seagate STT20000A", "ALL" }, { NULL , NULL } }; _ Patches currently in -mm which might be from davej@xxxxxxxxxx are git-cpufreq.patch git-scsi-rc-fixes.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