From owner-freebsd-current@FreeBSD.ORG Wed Nov 26 21:04:51 2003 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 7B01216A4CE for ; Wed, 26 Nov 2003 21:04:51 -0800 (PST) Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 08FA143FD7 for ; Wed, 26 Nov 2003 21:04:50 -0800 (PST) (envelope-from bde@zeta.org.au) Received: from gamplex.bde.org (katana.zip.com.au [61.8.7.246]) by mailman.zeta.org.au (8.9.3p2/8.8.7) with ESMTP id QAA03895; Thu, 27 Nov 2003 16:04:41 +1100 Date: Thu, 27 Nov 2003 16:04:41 +1100 (EST) From: Bruce Evans X-X-Sender: bde@gamplex.bde.org To: Manfred Lotz In-Reply-To: Message-ID: <20031127160037.N77257@gamplex.bde.org> References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-current@freebsd.org Subject: Re: Hanging at boot 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: Thu, 27 Nov 2003 05:04:51 -0000 On Wed, 26 Nov 2003, Manfred Lotz wrote: > On Mon, 24 Nov 2003 08:00:49 +0100, Manfred Lotz wrote: > > > Hi there, > > > > Last time (around middle of October) when I tried out a new current kernel > > it was hanging at boot time at acd1 > > > > ata1 is: > > acd1: DVD-ROM at ata1-slave UDMA33 > > > > > > I tried it again yesterday. Now acd1 seems to be fine. However it hangs > > at acd2.After the following message > > acd2: CD-RW at ata3-master UDMA33 > > > > it stops working. No error message is showing up. > > In the meantime I found out that the cause of the problem is atapicam. > If I remove it from my kernel config I'm fine (but I have no atapicam). Try backing out rev.1.23 of ata_lowlevel.c. Bruce