Re: [PATCH 2.6.28-rc2] sata_promise: proper hardreset

From: Tejun Heo
Date: Mon Oct 27 2008 - 22:07:24 EST


Hello, Mikael.

Mikael Pettersson wrote:
> +static int pdc_pata_hardreset(struct ata_link *link, unsigned int *class,
> + unsigned long deadline)
> +{
> + pdc_reset_port(link->ap);
> + return 0;
> +}

You either need to return -EAGAIN here to ask for follow-up SRST or
override softreset. I think pdc_reset_port() doesn't actually reset the
ATA channel, right? In that case, the latter would be the correct thing
to do.

Thanks.

--
tejun
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/