Re: ATA mkIII first official patches - please test!

From: Randy Bush <randy_at_psg.com>
Date: Mon, 7 Feb 2005 07:02:54 -0800
> diff -u -r1.20 ata-all.c
> --- ata-all.c   2005/02/03 17:02:31     1.20
> +++ ata-all.c   2005/02/07 14:27:57
> _at__at_ -630,7 +630,7 _at__at_
>  void
>  ata_udelay(int interval)
>  {
> -    if (1 || interval < (1000000/hz) || ata_delayed_attach)
> +    if (interval < (1000000/hz) || ata_delayed_attach)
>         DELAY(interval);
>      else
>         tsleep(&interval, PRIBIO, "ataslp", interval/(1000000/hz));
> 

no fix

hangs in ad0: TIMEOUT - WRITE DMA retrying (2 retries left) LBA=7434015

disk light on solid. no response to anything

randy
Received on Mon Feb 07 2005 - 14:02:56 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:38:27 UTC