From owner-freebsd-current@FreeBSD.ORG Tue May 25 15:02:31 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 04C6B16A4CE for ; Tue, 25 May 2004 15:02:31 -0700 (PDT) Received: from out006.verizon.net (out006pub.verizon.net [206.46.170.106]) by mx1.FreeBSD.org (Postfix) with ESMTP id 773DF43D49 for ; Tue, 25 May 2004 15:02:30 -0700 (PDT) (envelope-from kent.hauser@verizon.net) Received: from [192.168.101.100] ([4.35.227.55]) by out006.verizon.net (InterMail vM.5.01.06.06 201-253-122-130-106-20030910) with ESMTP id <20040525220215.ZMRE3317.out006.verizon.net@[192.168.101.100]> for ; Tue, 25 May 2004 17:02:15 -0500 From: Kent Hauser To: current@freebsd.org Date: Tue, 25 May 2004 12:02:09 -1000 User-Agent: KMail/1.6.2 MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <200405251202.09555.kent.hauser@verizon.net> X-Authentication-Info: Submitted using SMTP AUTH at out006.verizon.net from [4.35.227.55] at Tue, 25 May 2004 17:02:15 -0500 Subject: CDRW causes Thinkpad T41 to panic 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: Tue, 25 May 2004 22:02:31 -0000 Hi, I'm running 5/24/04 -CURRENT (GENERIC kernel) which fails to boot when the CD-RW/DVD is installed. The panic comes after ad0 is probed, then a "Spurious interrupt ATA1-SLAVE" (or similar) message is printed, then the kernel drops into the debugger. I've added DUMPDEV="disk1s2b:" to loader.conf & tried "panic" + "c" at the debugger prompt, but have been unable to generate a coredump. Help or pointers appreciated. Kent