Hello, On 11/14/2009 06:23 AM, Sascha Silbe wrote: > Nov 13 21:05:02 flatty kernel: ata2: hard resetting link > Nov 13 21:05:03 flatty kernel: ata2: SATA link up 1.5 Gbps (SStatus 113 > SControl F300) Hmmm... that's HSM violation. > Is there a way to figure out what component is to blame? I.e. whether > its the SATA host adapter driver (sata_mv) or something more generic? In libata-sff.c there are several places which set AC_ERR_HSM. They store the reason why they're setting it using ata_eh_push_desc() but for EH commands those messages aren't printed out (we probably need to fix that). Anyways, can you please conver those to printk's and see which one is setting HSM error? Thanks. -- tejun -- 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