Justin Piszcz wrote:-I have reproduced the error with the patched kernel!
Here it is:
[263864.109854] ata3: translated ATA stat/err 0x51/04 to SCSI SK/ASC/ASCQ 0xb/00/00
[263864.109861] ata3: status=0x51 { DriveReady SeekComplete Error }
[263864.109866] ata3: error=0x04 { DriveStatusError }
Nope.. patch not present, as otherwise the line above would have
read something like this:
[263864.109854] ata3: translated op=0x21 ATA stat/err 0x51/04 to SCSISK/ASC/ASCQ 0xb/00/00
So we didn't get the extra info since the patch wasn't present.
Cheers