From owner-cvs-src@FreeBSD.ORG Wed Oct 20 11:43:12 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 94DF016A4CF; Wed, 20 Oct 2004 11:43:12 +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 E834F43D49; Wed, 20 Oct 2004 11:43:11 +0000 (GMT) (envelope-from sos@DeepCore.dk) Received: from [172.18.2.1] (axiell-gw1.novi.dk [130.225.63.24]) by spider.deepcore.dk (8.12.11/8.12.10) with ESMTP id i9KBh7cJ056102; Wed, 20 Oct 2004 13:43:09 +0200 (CEST) (envelope-from sos@DeepCore.dk) Message-ID: <41764F35.9010102@DeepCore.dk> Date: Wed, 20 Oct 2004 13:42:45 +0200 From: =?ISO-8859-1?Q?S=F8ren_Schmidt?= User-Agent: Mozilla Thunderbird 0.7.2 (X11/20040802) X-Accept-Language: en-us, en MIME-Version: 1.0 To: "Simon L. Nielsen" References: <200410201011.i9KAB5KS045683@repoman.freebsd.org> <20041020112804.GA757@zaphod.nitro.dk> In-Reply-To: <20041020112804.GA757@zaphod.nitro.dk> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable X-mail-scanned: by DeepCore Virus & Spam killer v1.4 cc: cvs-src@FreeBSD.ORG cc: src-committers@FreeBSD.ORG cc: cvs-all@FreeBSD.ORG cc: =?ISO-8859-1?Q?S=F8ren_Schmidt?= Subject: Re: cvs commit: src/sys/dev/ata ata-queue.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Oct 2004 11:43:12 -0000 Simon L. Nielsen wrote: > On 2004.10.20 10:11:05 +0000, S=F8ren Schmidt wrote: >=20 >>sos 2004-10-20 10:11:05 UTC >> >> FreeBSD src repository >> >> Modified files: >> sys/dev/ata ata-queue.c=20 >> Log: >> Do not retry on requests that has lost thier device during reinit. >> =20 >> Should fix hangs on IBM's etc with the fake slave problem. >=20 >=20 > This fixes booting on my IBM Thinkpad R40 again, thanks! >=20 >=20 >> MFC: >> asap >=20 >=20 > This _really_ should go into 5.3, since a lot of laptop users > otherwise won't be able boot. Thats the plan, but let the dust settle a little first... --=20 -S=F8ren