From owner-freebsd-current@FreeBSD.ORG Wed Jul 14 11:57:15 2004 Return-Path: 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 3227716A4CE; Wed, 14 Jul 2004 11:57:15 +0000 (GMT) Received: from rwcrmhc12.comcast.net (rwcrmhc12.comcast.net [216.148.227.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id E4A7943D2F; Wed, 14 Jul 2004 11:57:14 +0000 (GMT) (envelope-from burpmaster@truffula.net) Received: from [192.168.0.2] (c-67-169-200-31.client.comcast.net[67.169.200.31]) by comcast.net (rwcrmhc12) with ESMTP id <20040714115714014003cb5ne> (Authid: rogers240); Wed, 14 Jul 2004 11:57:14 +0000 Message-ID: <40F51F8F.9020902@truffula.net> Date: Wed, 14 Jul 2004 04:57:03 -0700 From: Brian Rogers User-Agent: Mozilla Thunderbird 0.7.1 (X11/20040703) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Brian Fundakowski Feldman References: <40F46007.2010304@truffula.net> <20040713235609.GQ1626@green.homeunix.org> In-Reply-To: <20040713235609.GQ1626@green.homeunix.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-current@freebsd.org Subject: Re: Hang on boot - "ATAPI_RESET no interrupt" with DVD+RW X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Jul 2004 11:57:15 -0000 Brian Fundakowski Feldman wrote: >On Tue, Jul 13, 2004 at 03:19:51PM -0700, Brian Rogers wrote: > > >>Since last night and continuing today, the kernel from -CURRENT usually >>hangs during boot. Safe mode worked once, but the second time it didn't >>work. I now got in through single-user mode, so it appears to just work >>every once in a while, randomly. >> >>I have a dmesg from the booted system below. When it hangs, it stops >>one line after "ata1-slave: FAILURE - ATAPI_RESET no interrupt", in >>other words it hangs after detecting ata1-master but before detecting >>ata1-slave, my DVD+RW drive. >> >> >Try using these diffs to src/sys/dev/ata; they fixed it for me. > > I think I stayed a bit too current. That didn't apply cleanly.