From owner-cvs-src@FreeBSD.ORG Wed May 11 22:44:37 2005 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 0E0CF16A4E5; Wed, 11 May 2005 22:44:37 +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 4745943D64; Wed, 11 May 2005 22:44:36 +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.13.3/8.13.3) with ESMTP id j4BMeSx7039166; Thu, 12 May 2005 00:40:28 +0200 (CEST) (envelope-from sos@DeepCore.dk) Message-ID: <42828A49.8000008@DeepCore.dk> Date: Thu, 12 May 2005 00:42:17 +0200 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: "Conrad J. Sabatier" References: <200505111436.j4BEaQWP077515@repoman.freebsd.org> <20050511145558.7e030a62@dolphin.local.net> In-Reply-To: <20050511145558.7e030a62@dolphin.local.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable X-mail-scanned: by DeepCore Virus & Spam killer v1.12 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, 11 May 2005 22:44:37 -0000 Conrad J. Sabatier wrote: > On Wed, 11 May 2005 14:36:26 +0000 (UTC), S=F8ren Schmidt > wrote: >=20 >=20 >>sos 2005-05-11 14:36:26 UTC >> >> FreeBSD src repository >> >> Modified files: >> sys/dev/ata ata-queue.c=20 >> Log: >> Add back one line that got deleted in the last commit. >> Change the comment there so it better describes whats going on. >> =20 >> This should fix the boot problems of late. >> =20 >> Revision Changes Path >> 1.49 +4 -2 src/sys/dev/ata/ata-queue.c >=20 >=20 > Almost, but still not quite there. It looks a little better, but I'm > still getting stuck in an infinite loop at boot time. >=20 > For some reason, the master device on ata1 (a DVD writer) is being > ignored, and acd0 is being assigned as the slave device (CD-ROM). Then= > I get an endless series of failures on acd0 (device not ready, timeout,= > etc.). >=20 > If you need the verbose output, I'll copy it by hand for you later.=20 > Don't have time at the moment. Just let me know. Hmm, get me the exact config fx the dmesg from it boot verbosely on a=20 working kernel, I need to be abel to reproduce to fix this... --=20 -S=F8ren