From owner-svn-src-all@FreeBSD.ORG Mon Dec 14 04:50:07 2009 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0BB6E1065670; Mon, 14 Dec 2009 04:50:07 +0000 (UTC) (envelope-from lstewart@freebsd.org) Received: from lauren.room52.net (lauren.room52.net [210.50.193.198]) by mx1.freebsd.org (Postfix) with ESMTP id 8E8168FC13; Mon, 14 Dec 2009 04:50:06 +0000 (UTC) Received: from lstewart-laptop.caia.swin.edu.au (lstewart-laptop.caia.swin.edu.au [136.186.229.148]) (authenticated bits=0) by lauren.room52.net (8.14.3/8.14.3) with ESMTP id nBE4nv9r024671 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 14 Dec 2009 15:49:58 +1100 (EST) (envelope-from lstewart@freebsd.org) Message-ID: <4B25C3EF.5010009@freebsd.org> Date: Mon, 14 Dec 2009 15:49:51 +1100 From: Lawrence Stewart User-Agent: Thunderbird 2.0.0.23 (X11/20090909) MIME-Version: 1.0 To: Jack F Vogel References: <200912081854.nB8IsbrP096592@svn.freebsd.org> In-Reply-To: <200912081854.nB8IsbrP096592@svn.freebsd.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-2.0 required=5.0 tests=AWL,BAYES_00,SPF_SOFTFAIL autolearn=disabled version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on lauren.room52.net Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r200268 - head/sys/dev/e1000 X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Dec 2009 04:50:07 -0000 [picking a recent e1000 commit] Hi Jack, I'm getting the following panic on head r200376 on my HP DC7800 work desktop: mtx_lock() of spin mutex &dev_spec->swflag_mutex @ /usr/src/sys/dev/e1000/e1000_ich8lan.c:651 I don't experience the panic with an 8.0-RELEASE kernel. Anything obviously wrong with that line of code as far as you're concerned, or do I need to dig some more detail out? Debugging with this system is painful, hence the initial hand transcribed minimal detail, but if you need more info I'll try figure out how to get you what you need. Cheers, Lawrence