From owner-freebsd-current@FreeBSD.ORG Mon Aug 23 02:49:09 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 7D07916A4CE; Mon, 23 Aug 2004 02:49:09 +0000 (GMT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1F4B643D3F; Mon, 23 Aug 2004 02:49:09 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.11/8.12.11) with ESMTP id i7N2mZJh058221; Sun, 22 Aug 2004 20:48:35 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Sun, 22 Aug 2004 20:48:51 -0600 (MDT) Message-Id: <20040822.204851.38051558.imp@bsdimp.com> To: randy@psg.com From: "M. Warner Losh" In-Reply-To: <16679.63728.806424.628485@ran.psg.com> References: <20040820085322.GC16420@eddie.nitro.dk> <20040821130814.GA2795@arthur.nitro.dk> <16679.63728.806424.628485@ran.psg.com> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: kent.hauser@verizon.net cc: current@freebsd.org cc: simon@freebsd.org cc: sos@DeepCore.dk Subject: Re: RELENG_5: ata interrupt problems 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: Mon, 23 Aug 2004 02:49:09 -0000 In message: <16679.63728.806424.628485@ran.psg.com> Randy Bush writes: : > The actual errors from a 5.3-BETA from today (hand transcribed): : : thanks for the transcription; i have tendonitis : : > ad0: 73863MB [150071/16/63] at ata0-master UDMA100 : > ATAPI_RESET time = 150us : > ata1-slave: FAILURE - ATAPI_IDENTIFY timed out : > ATAPI_RESET time = 150us : > acd0: CDRW at ata1-master UDMA33 : > Mounting root from ufs:/dev/ad0s2a : > [...] : > ad0: WARNING - READ_DME interupt was seen but timeout fired LBA=41574224 : > [...] : > ad0: WARNING - READ_DME interupt was seen but timeout fired LBA=41562160 : > ad0: WARNING - READ_DME interupt was seen but timeout fired LBA=41562160 : > ad0: WARNING - READ_DME interupt was seen but taskqueue stalled LBA=41562160 : > Slab at 0xc1c3ff70, freei 3 = 0 : > : > The "[...]" is just normal startup. It goes as far as the script that : > attaches my GDBE partition before it panics. : > : > And then it panics like below: : : yep. same on a thinkpad t40p I had the same problems on Friday, but today's sources seem to have solved the problem. Warner