From owner-freebsd-current@FreeBSD.ORG Tue Oct 23 18:32:50 2007 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B911D16A420 for ; Tue, 23 Oct 2007 18:32:50 +0000 (UTC) (envelope-from scottl@samsco.org) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.freebsd.org (Postfix) with ESMTP id 8669C13C4C5 for ; Tue, 23 Oct 2007 18:32:50 +0000 (UTC) (envelope-from scottl@samsco.org) Received: from phobos.samsco.home (phobos.samsco.home [192.168.254.11]) (authenticated bits=0) by pooker.samsco.org (8.13.8/8.13.8) with ESMTP id l9NIHdGK048727; Tue, 23 Oct 2007 12:17:39 -0600 (MDT) (envelope-from scottl@samsco.org) Message-ID: <471E3AAF.6080406@samsco.org> Date: Tue, 23 Oct 2007 12:17:19 -0600 From: Scott Long User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.1.6) Gecko/20070802 SeaMonkey/1.1.4 MIME-Version: 1.0 To: Steve Brown References: <47091FDE.4060808@stellablue.org> <471DF551.4030803@stellablue.org> <471E2505.6000708@samsco.org> <471E2D9A.6040208@stellablue.org> In-Reply-To: <471E2D9A.6040208@stellablue.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (pooker.samsco.org [168.103.85.57]); Tue, 23 Oct 2007 12:17:39 -0600 (MDT) X-Spam-Status: No, score=-1.4 required=5.5 tests=ALL_TRUSTED autolearn=failed version=3.1.8 X-Spam-Checker-Version: SpamAssassin 3.1.8 (2007-02-13) on pooker.samsco.org Cc: FreeBSD Current Subject: Re: Panic: mutex Giant not owned cam_xpt.c :4799 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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, 23 Oct 2007 18:32:50 -0000 Steve Brown wrote: > Hey no problem, glad you know it is happening. I was just testing, > everything is happy as is on 6.2-R with no changes other than my > modified AAC driver. > > No apology required, if anything thank you for all the time you spend on > this stuff. > > It will be a while (at least six months) before I need to think about > 6.3-R or 7.0-R > The problem really is harmless, it's just a side effect of the SMPng work that happened in the SCSI layer for 7.0. You can avoid it by removing the 'aacp' driver from your kernel config. Most people don't need this driver anyways. Scott