From owner-freebsd-current@FreeBSD.ORG Wed Aug 27 07:54:14 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 09E9E16A4BF for ; Wed, 27 Aug 2003 07:54:14 -0700 (PDT) Received: from smtp.web.de (smtp03.web.de [217.72.192.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id 396C143FEC for ; Wed, 27 Aug 2003 07:54:12 -0700 (PDT) (envelope-from nakal@web.de) Received: from [80.135.118.71] (helo=[192.168.0.1]) by smtp.web.de with esmtp (TLSv1:DES-CBC3-SHA:168) (WEB.DE 4.99 #448) id 19s1gZ-0007Kc-00 for freebsd-current@freebsd.org; Wed, 27 Aug 2003 16:54:11 +0200 From: Martin To: FreeBSD Current In-Reply-To: <20030827002713.GA13282@panzer.kdm.org> References: <1061938195.9309.65.camel@klotz.local> <20030827002713.GA13282@panzer.kdm.org> Content-Type: text/plain Message-Id: <1061996044.577.5.camel@klotz.local> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.4 Date: Wed, 27 Aug 2003 16:54:05 +0200 Content-Transfer-Encoding: 7bit Sender: nakal@web.de Subject: Re: Kernel panic with CAM on current (fatal trap 12) 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, 27 Aug 2003 14:54:14 -0000 On Wed, 2003-08-27 at 02:27, Kenneth D. Merry wrote: > There are known problems with atapicam. > > Try enabling DDB in your kernel config, and get a stack trace. If you're > panicing in free_hcb(), disable atapicam and try again. Yes. I did exactly as you said and I got panic in free_hcb(). I disabled atapicam and now it does not panic anymore. And now? :) Martin