From owner-freebsd-stable@FreeBSD.ORG Mon Feb 7 17:12: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 4E12D16A4CE for ; Mon, 7 Feb 2005 17:12:18 +0000 (GMT) Received: from smtp.intellex.com (smtp.intellex.com [199.233.213.9]) by mx1.FreeBSD.org (Postfix) with SMTP id CB7AB43D58 for ; Mon, 7 Feb 2005 17:12:16 +0000 (GMT) (envelope-from chris@smtp.intellex.com) Received: (qmail 52632 invoked by uid 0); 7 Feb 2005 17:33:10 -0000 Received: (qmail 98061 invoked from network); 7 Feb 2005 15:23:54 -0000 Received: from mx2.freebsd.org (216.136.204.119) by smtp.intellex.com with SMTP; 7 Feb 2005 15:23:54 -0000 Received: from hub.freebsd.org (hub.freebsd.org [216.136.204.18]) by mx2.freebsd.org (Postfix) with ESMTP id BFAE756CD2; Mon, 7 Feb 2005 15:03:05 +0000 (GMT) (envelope-from owner-freebsd-current@freebsd.org) Received: from hub.freebsd.org (localhost [127.0.0.1]) by hub.freebsd.org (Postfix) with ESMTP id 7A97C16A51D; Mon, 7 Feb 2005 15:03:02 +0000 (GMT) Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 81D8116A4CE; Mon, 7 Feb 2005 15:02:56 +0000 (GMT) Received: from ran.psg.com (ip192.186.dsl-acs2.seawa0.iinet.com [209.20.186.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4A49543D3F; Mon, 7 Feb 2005 15:02:56 +0000 (GMT) (envelope-from randy@psg.com) Received: from localhost ([127.0.0.1] helo=ran.psg.com.psg.com) by ran.psg.com with esmtp (Exim 4.43 (FreeBSD)) id 1CyAPf-000Lel-3H; Mon, 07 Feb 2005 07:02:55 -0800 From: Randy Bush MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <16903.33566.487986.323816@ran.psg.com> Date: Mon, 7 Feb 2005 07:02:54 -0800 To: =?UTF-8?B?U8O4cmVuIFNjaG1pZHQ=?= 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> X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Sender: owner-freebsd-current@freebsd.org Errors-To: owner-freebsd-current@freebsd.org 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 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 17:12:18 -0000 > 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"