Hello, On 04/29/2010 11:59 PM, Olof Johansson wrote: > I did notice that ALPM is enabled at boot, and doesn't seem to be > re-enabled after the error reset. Based on this, I experimented with > disabling it (just returning -EINVAL in ahci_enable_alpm). That did make > the problem not happen after a significant test run (overnight vs 4.5 > minutes above). It could be that libata's ALPM enable sequence isn't liked by the controller. libata first resets the link disabling all powersave transitions, then turn on ALPM then allows powersave transitions. It's possible that the controller or device somehow gets upset by this (ie. the device is told to go to powersave mode only to find out that the host side isn't allowing it). Does the attached patch make any difference? Can you please post the kernel boot log with the patch applied? Thanks. -- tejun