From owner-svn-src-head@FreeBSD.ORG Wed Dec 16 05:43:44 2009 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2BAC61065670; Wed, 16 Dec 2009 05:43:44 +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 AC50D8FC1A; Wed, 16 Dec 2009 05:43:43 +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 nBG5hV19098255 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 16 Dec 2009 16:43:36 +1100 (EST) (envelope-from lstewart@freebsd.org) Message-ID: <4B27684E.5050908@freebsd.org> Date: Tue, 15 Dec 2009 21:43:26 +1100 From: Lawrence Stewart User-Agent: Thunderbird 2.0.0.23 (X11/20090909) MIME-Version: 1.0 To: Jack Vogel References: <200912081854.nB8IsbrP096592@svn.freebsd.org> <4B25C3EF.5010009@freebsd.org> <2a41acea0912141045m7f1b7a8cq3eb40475f5672e7d@mail.gmail.com> In-Reply-To: <2a41acea0912141045m7f1b7a8cq3eb40475f5672e7d@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-1.5 required=5.0 tests=AWL,BAYES_00, DATE_IN_PAST_12_24,SPF_SOFTFAIL autolearn=disabled version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on lauren.room52.net Cc: Jack F Vogel , 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-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Dec 2009 05:43:44 -0000 Jack Vogel wrote: > Fixed in the commit today. Test again please. > > Jack > > > On Sun, Dec 13, 2009 at 8:49 PM, Lawrence Stewart > wrote: > > [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. Looks good, thanks for the fix. Cheers, Lawrence