linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Failed to set xfermode (err_mask=0x4) with PIONEER DVRTD08A
@ 2011-10-20 13:36 Michal Malý
  0 siblings, 0 replies; only message in thread
From: Michal Malý @ 2011-10-20 13:36 UTC (permalink / raw)
  To: linux-ide; +Cc: linux-kernel

Hi,

I haven't had this problem until the upgrade to 3.0 kernel. If I recall correctly, all 3.0.x versions except 3.0.3 needed this patch to get my DVD drive working, I've no idea what changed that the A-less entry in libata-core.c no longer works with the DVRTD08A drive.

---
--- linux-3.0.7/drivers/ata/libata-core.c.old	2011-10-16 23:15:11.000000000 +0200
+++ linux-3.0.7/drivers/ata/libata-core.c	2011-10-20 15:25:12.730104223 +0200
@@ -4144,6 +4144,7 @@
 	 * device and controller are SATA.
 	 */
 	{ "PIONEER DVD-RW  DVRTD08",	NULL,	ATA_HORKAGE_NOSETXFER },
+	{ "PIONEER DVD-RW  DVRTD08A",	NULL,	ATA_HORKAGE_NOSETXFER },
 	{ "PIONEER DVD-RW  DVR-212D",	NULL,	ATA_HORKAGE_NOSETXFER },
 	{ "PIONEER DVD-RW  DVR-216D",	NULL,	ATA_HORKAGE_NOSETXFER },
 


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-10-20 13:36 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-20 13:36 [PATCH] Failed to set xfermode (err_mask=0x4) with PIONEER DVRTD08A Michal Malý

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).