From owner-freebsd-current@FreeBSD.ORG Thu May 27 23:24:42 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 9F10F16A4CE for ; Thu, 27 May 2004 23:24:42 -0700 (PDT) Received: from mail.pcnet.com (mail.pcnet.com [204.213.232.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3B5D043D45 for ; Thu, 27 May 2004 23:24:42 -0700 (PDT) (envelope-from eischen@vigrid.com) Received: from mail.pcnet.com (mail.pcnet.com [204.213.232.4]) by mail.pcnet.com (8.12.10/8.12.1) with ESMTP id i4S6OI8Q011223; Fri, 28 May 2004 02:24:18 -0400 (EDT) Date: Fri, 28 May 2004 02:24:18 -0400 (EDT) From: Daniel Eischen X-Sender: eischen@pcnet5.pcnet.com To: Kent Hauser In-Reply-To: <200405261721.14364.kent.hauser@verizon.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: Chuck Swiger cc: freebsd-current@freebsd.org cc: Joachim =?iso-8859-1?q?Str=F6mbergson?= cc: Nikolay Denev Subject: Re: 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: Fri, 28 May 2004 06:24:42 -0000 On Wed, 26 May 2004, Kent Hauser wrote: > Hi, > > Thanks for the input. After disabling the "hotswap" interrupt via the Thinkpad > PS2 command at the suggestion of "Nikolay Denev" > (at least I think that's the interrupt I turned off...), I now sometimes get > further in my boot. Now it only normally panics at startup -- an the message > is as follows: > > ad0: 35293MB [71707/16/63] at ata0-master UDMA100 > ata1-slave: FAILURE - ATAPI_IDENTIFY no interrupt > ata1-slave: FAILURE - ATAPI_IDENTIFY no interrupt > acd0: CDRW at ata1-master UDMA33 > Memory modified after free 0xc44d8a00(508) val=1ff01ff @ 0xc44d8a00 I get the same panic with my Thinkpad R40. If you build a kernel without atapicam, then it boots just fine. The cause seems to be atapicam related. I'm in the middle of initially building the system, but I'll try to get more info when I can. -- Dan Eischen