From owner-freebsd-stable@FreeBSD.ORG Mon Feb 7 15:19:18 2005 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A56CB16A4CE; Mon, 7 Feb 2005 15:19:18 +0000 (GMT) Received: from spider.deepcore.dk (cpe.atm2-0-53484.0x50a6c9a6.abnxx9.customer.tele.dk [80.166.201.166]) by mx1.FreeBSD.org (Postfix) with ESMTP id DA5CB43D54; Mon, 7 Feb 2005 15:19:17 +0000 (GMT) (envelope-from sos@DeepCore.dk) Received: from [194.192.25.143] (laptop.deepcore.dk [194.192.25.143]) by spider.deepcore.dk (8.12.11/8.12.10) with ESMTP id j17FJC3f079331; Mon, 7 Feb 2005 16:19:14 +0100 (CET) (envelope-from sos@DeepCore.dk) Message-ID: <420786DE.80605@DeepCore.dk> Date: Mon, 07 Feb 2005 16:18:54 +0100 From: =?ISO-8859-1?Q?S=F8ren_Schmidt?= User-Agent: Mozilla Thunderbird 1.0 (X11/20050116) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Randy Bush 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> In-Reply-To: <16903.33566.487986.323816@ran.psg.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable X-mail-scanned: by DeepCore Virus & Spam killer v1.6 cc: freebsd-current@freebsd.org cc: freebsd-stable@freebsd.org Subject: Re: ATA mkIII first official patches - please test! X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Feb 2005 15:19:18 -0000 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