ATA mkIII first official patches - please test!

Randy Bush randy at psg.com
Mon Feb 7 09:47:24 PST 2005


> 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
> @@ -630,7 +630,7 @@
>  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

_______________________________________________
freebsd-stable at freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscribe at freebsd.org"


More information about the freebsd-current mailing list