From owner-freebsd-stable@FreeBSD.ORG Thu Mar 30 14:44:05 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6BFB616A401 for ; Thu, 30 Mar 2006 14:44:05 +0000 (UTC) (envelope-from thomas@FreeBSD.ORG) Received: from melamine.cuivre.fr.eu.org (melusine.cuivre.fr.eu.org [82.225.155.84]) by mx1.FreeBSD.org (Postfix) with ESMTP id 018ED43D58 for ; Thu, 30 Mar 2006 14:44:04 +0000 (GMT) (envelope-from thomas@FreeBSD.ORG) Received: by melamine.cuivre.fr.eu.org (Postfix, from userid 1000) id ABA605C516; Thu, 30 Mar 2006 16:44:03 +0200 (CEST) Date: Thu, 30 Mar 2006 16:44:03 +0200 From: Thomas Quinot To: Adam Retter Message-ID: <20060330144403.GA16802@melamine.cuivre.fr.eu.org> References: <1143729241.89530.1.camel@funkalicious.home.dom> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1143729241.89530.1.camel@funkalicious.home.dom> X-message-flag: WARNING! Using Outlook can damage your computer. User-Agent: Mutt/1.5.11 Cc: freebsd-stable@freebsd.org Subject: Re: [Fwd: Re: [Fwd: Re: Still ATAPICAM Lockup/Slowdown]] X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Mar 2006 14:44:05 -0000 * Adam Retter, 2006-03-30 : > Have spoken to Soren, from my bootlog he believes that the problem is in > atapicam causing the system to lock up. He is happy to answer some > questions but doesnt have time to delve into atapicam himself. OK, fair enough. Next question is, where are we spending time? It would be useful if you could enable CAM traces so we see what is going on there. Can you send me a boot -v log with the following options in your kernel config: options CAMDEBUG options CAM_DEBUG_BUS=-1 options CAM_DEBUG_TARGET=-1 options CAM_DEBUG_LUN=-1 options CAM_DEBUG_FLAGS=CAM_DEBUG_INFO|CAM_DEBUG_CDB|CAM_DEBUG_TRACE (note, this well be a VERY verbose kerne). Thomas.