Robert Hancock wrote:
> However, how about putting in a printk in nv_adma_interrupt handler here:
>
> /* freeze if hotplugged or controller error */
> if (unlikely(status & (NV_ADMA_STAT_HOTPLUG |
> NV_ADMA_STAT_HOTUNPLUG |
> NV_ADMA_STAT_TIMEOUT |
> NV_ADMA_STAT_SERROR))) {
> struct ata_eh_info *ehi = &ap->link.eh_info;
> ata_ehi_clear_desc(ehi);
> ---> ata_port_printk("ADMA status 0x%08x: ", status);
> __ata_ehi_push_desc(ehi, "ADMA status 0x%08x: ", status);
Alright, will do when I get some time.
--
tejun
-
To unsubscribe from this list: send the line "unsubscribe linux-ide" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html