Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Feb 2005 07:02:54 -0800
From:      Randy Bush <randy@psg.com>
To:        =?UTF-8?B?U8O4cmVuIFNjaG1pZHQ=?= <sos@DeepCore.dk>
Cc:        freebsd-stable@freebsd.org
Subject:   Re: ATA mkIII first official patches - please test!
Message-ID:  <16903.33566.487986.323816@ran.psg.com>
References:  <42028F29.1030801@DeepCore.dk> <20050206.214325.85708834.rushani@bl.mmtr.or.jp> <42061B9F.6080300@DeepCore.dk> <16903.29857.72896.98582@ran.psg.com> <42077563.9040002@DeepCore.dk> <86oeewsaw8.fsf@kamino.rfc1149.org> <42077BFF.8060908@DeepCore.dk>

next in thread | previous in thread | raw e-mail | index | archive | help
> 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-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?16903.33566.487986.323816>