diff mbox

libata: Pioneer DVR-216D can't do SETXFER

Message ID 4DADA69C.4060708@suse.com
State Not Applicable
Delegated to: David Miller
Headers show

Commit Message

Jeff Mahoney April 19, 2011, 3:13 p.m. UTC
Commit 4a5610a04d415ed94af75bb1159d2621d62c8328 fixed an issue with
 the Pioneer DVR-212D not handling SETXFER correctly. An openSUSE user
 reported a similar issue with his DVR-216D that the NOSETXFER horkage
 worked around for him as well.

 This patch adds the DVR-216D (1.08) to the horkage list for NOSETXFER.

 The issue was reported at:
 https://bugzilla.novell.com/show_bug.cgi?id=679143

Reported-by: Volodymyr Kyrychenko <vladimir.kirichenko@gmail.com>
Signed-off-by: Jeff Mahoney <jeffm@suse.com>
---
 drivers/ata/libata-core.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

Comments

Sergei Shtylyov April 19, 2011, 9:05 p.m. UTC | #1
Hello.

On 19-04-2011 19:13, Jeff Mahoney wrote:

>   Commit 4a5610a04d415ed94af75bb1159d2621d62c8328 fixed an issue with

    Please also specify that commit's summary in parens -- for the human readers.

>   the Pioneer DVR-212D not handling SETXFER correctly. An openSUSE user
>   reported a similar issue with his DVR-216D that the NOSETXFER horkage
>   worked around for him as well.

>   This patch adds the DVR-216D (1.08) to the horkage list for NOSETXFER.

>   The issue was reported at:
>   https://bugzilla.novell.com/show_bug.cgi?id=679143

> Reported-by: Volodymyr Kyrychenko <vladimir.kirichenko@gmail.com>
> Signed-off-by: Jeff Mahoney <jeffm@suse.com>

WBR, Sergei
--
To unsubscribe from this list: send the line "unsubscribe linux-ide" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Jeff Mahoney April 19, 2011, 10:06 p.m. UTC | #2
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 04/19/2011 05:05 PM, Sergei Shtylyov wrote:
> Hello.
> 
> On 19-04-2011 19:13, Jeff Mahoney wrote:
> 
>>   Commit 4a5610a04d415ed94af75bb1159d2621d62c8328 fixed an issue with
> 
>    Please also specify that commit's summary in parens -- for the human
> readers.
> 
>>   the Pioneer DVR-212D not handling SETXFER correctly. An openSUSE user
>>   reported a similar issue with his DVR-216D that the NOSETXFER horkage
>>   worked around for him as well.
> 
>>   This patch adds the DVR-216D (1.08) to the horkage list for NOSETXFER.
> 
>>   The issue was reported at:
>>   https://bugzilla.novell.com/show_bug.cgi?id=679143
> 
>> Reported-by: Volodymyr Kyrychenko <vladimir.kirichenko@gmail.com>
>> Signed-off-by: Jeff Mahoney <jeffm@suse.com>

The issue and summary are identical except for the model number.

- -Jeff

- -- 
Jeff Mahoney
SUSE Labs
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.17 (GNU/Linux)
Comment: Using GnuPG with SUSE - http://enigmail.mozdev.org/

iEYEARECAAYFAk2uB1wACgkQLPWxlyuTD7Lk+ACfRWh9cqciafuYSCrTsA4/Ccci
aWcAniDuTUmJbbPGAYt6TKnQLzYiNQR5
=xpeL
-----END PGP SIGNATURE-----
--
To unsubscribe from this list: send the line "unsubscribe linux-ide" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

--- a/drivers/ata/libata-core.c
+++ b/drivers/ata/libata-core.c
@@ -4138,6 +4138,7 @@  static const struct ata_blacklist_entry ata_device_blacklist [] = {
 	 */
 	{ "PIONEER DVD-RW  DVRTD08",	"1.00",	ATA_HORKAGE_NOSETXFER },
 	{ "PIONEER DVD-RW  DVR-212D",	"1.28", ATA_HORKAGE_NOSETXFER },
+	{ "PIONEER DVD-RW  DVR-216D",	"1.08", ATA_HORKAGE_NOSETXFER },
 
 	/* End Marker */
 	{ }