Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 07 Feb 2005 16:18:54 +0100
From:      =?ISO-8859-1?Q?S=F8ren_Schmidt?= <sos@DeepCore.dk>
To:        Randy Bush <randy@psg.com>
Cc:        freebsd-stable@freebsd.org
Subject:   Re: ATA mkIII first official patches - please test!
Message-ID:  <420786DE.80605@DeepCore.dk>
In-Reply-To: <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> <16903.33566.487986.323816@ran.psg.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Randy Bush wrote:
>>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));
>>
>=20
>=20
> no fix
>=20
> hangs in ad0: TIMEOUT - WRITE DMA retrying (2 retries left) LBA=3D74340=
15
>=20
> disk light on solid. no response to anything

no idea

Since I cannot debug this, I have no way of finding out whats wrong.
I will look at it when ACPI allows me to use suspend/resume again, until =

then I'll concentrated on things that I can work on...

--=20

-S=F8ren




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