Add Seagate STT20000A to DMA blacklist.

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Dave Jones
Date: Monday, May 21, 2007 - 7:50 am

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@redhat.com>

--- linux-2.6/drivers/ide/ide-dma.c~	2007-05-21 10:48:11.000000000 -0400
+++ linux-2.6/drivers/ide/ide-dma.c	2007-05-21 10:48:21.000000000 -0400
@@ -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		}
 
 };

-- 
http://www.codemonkey.org.uk
-
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Add Seagate STT20000A to DMA blacklist., Dave Jones, (Mon May 21, 7:50 am)
Re: Add Seagate STT20000A to DMA blacklist., Alan Cox, (Mon May 21, 9:15 am)
Re: Add Seagate STT20000A to DMA blacklist., Dave Jones, (Mon May 21, 10:27 am)
[PATCH 3/3] Make ide dma blacklist handling a bit saner., Junio C Hamano, (Mon May 21, 10:08 pm)
Re: [PATCH] Match DMA blacklist entries between ide-dma.c ..., Bartlomiej Zolnierki ..., (Wed May 23, 5:19 pm)
Re: Add Seagate STT20000A to DMA blacklist., Bartlomiej Zolnierki ..., (Wed May 23, 5:33 pm)
Re: [PATCH 3/3] Make ide dma blacklist handling a bit saner., Bartlomiej Zolnierki ..., (Mon May 28, 12:41 pm)
Re: [PATCH 3/3] Make ide dma blacklist handling a bit saner., Bartlomiej Zolnierki ..., (Wed May 30, 3:36 pm)