Re: ata2.00: failed to set xfermode (err_mask=0x100),ata2.00: disabled, CD-ROM drive dead

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Tejun Heo put forth on 3/28/2010 7:25 PM:
> On 03/29/2010 09:09 AM, Stan Hoeppner wrote:
>>> diff --git a/drivers/ata/libata-core.c b/drivers/ata/libata-core.c
>>> index 4a28420..ca4a50a 100644
>>> --- a/drivers/ata/libata-core.c
>>> +++ b/drivers/ata/libata-core.c
>>> @@ -3446,6 +3446,10 @@ static int ata_dev_set_mode(struct ata_device *dev)
>>>  				       "NOSETXFER but PATA detected - can't "
>>>  				       "skip SETXFER, might malfunction\n");
>>>  		err_mask = ata_dev_set_xfermode(dev);
>>> +		if (err_mask)
>>> +			ata_dev_printk(dev, KERN_WARNING, "SETXFER failed w/ %x\n",
>>> +				       err_mask);
>>> +		err_mask = 0;
>>>  	}
>>>
>>>  	if (err_mask & ~AC_ERR_DEV)
>>
>>
>> I'm still using 2.6.32.9.  Is it ok to apply this against 2.6.32.9?
> 
> Yeah, that part hasn't changed lately so it should be okay.

This patch seems to have done the trick Tejun.  Thank you.  Device mount and
read access seem to be slower than with the IDE driver.  But given how
little I use the CD-ROM drive this initial impression may not accurately
describe reality.  Here's relevant dmesg entries from the patched kernel:

scsi0 : ata_piix
scsi1 : ata_piix
ata1: PATA max UDMA/33 cmd 0x1f0 ctl 0x3f6 bmdma 0xf000 irq 14
ata2: PATA max UDMA/33 cmd 0x170 ctl 0x376 bmdma 0xf008 irq 15
ata1: port disabled. ignoring.
ata2.00: ATAPI: Pioneer CD-ROM ATAPI Model DR-A24X  0102, E1.02, max MWDMA2
ata2.00: SETXFER failed w/ 100
ata2.00: configured for MWDMA2
scsi 1:0:0:0: CD-ROM            PIONEER  CD-ROM DR-A01S   1.02 PQ: 0 ANSI: 5
sr0: scsi3-mmc drive: 20x/20x xa/form2 cdda tray
Uniform CD-ROM driver Revision: 3.20
sr 1:0:0:0: Attached scsi CD-ROM sr0

Thanks.

-- 
Stan
--
To unsubscribe from this list: send the line "unsubscribe linux-ide" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Linux Filesystems]     [Linux SCSI]     [Linux RAID]     [Git]     [Kernel Newbies]     [Linux Newbie]     [Security]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Samba]     [Device Mapper]

  Powered by Linux