From patchwork Sun Jan 8 12:50:13 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: libata: add DVRTD08A and DVR-215 to NOSETXFER devices Date: Sun, 08 Jan 2012 02:50:13 -0000 From: Vladimir LAVALLADE X-Patchwork-Id: 134904 Message-Id: To: Jeff Garzik Cc: linux-ide@vger.kernel.org Patch adding DVRT08A and DVR-215 to the horkage list for NOSETXFER. --- Since commit 4a5610a04d415ed94af75bb1159d2621d62c8328 (adding DVR-212D to devices not handling SETXFER correctly), DVR-216D has been added, and this fix have been applied to all revision of failing drives. I'm experiencing the same issue with my DVRTD08A, and DVR-215 was reported too at https://bugs.archlinux.org/task/21606 the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html --- linux/drivers/ata/libata-core.c.orig 2012-01-08 12:50:00.000000000 +0100 +++ linux/drivers/ata/libata-core.c 2012-01-08 12:55:00.000000000 +0100 @@ -4125,6 +4125,8 @@ static const struct ata_blacklist_entry * 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-215", NULL, ATA_HORKAGE_NOSETXFER }, { "PIONEER DVD-RW DVR-212D", NULL, ATA_HORKAGE_NOSETXFER }, { "PIONEER DVD-RW DVR-216D", NULL, ATA_HORKAGE_NOSETXFER }, -- To unsubscribe from this list: send the line "unsubscribe linux-ide" in