From owner-svn-src-all@FreeBSD.ORG Mon Dec 14 18:45:48 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 33001106568F; Mon, 14 Dec 2009 18:45:48 +0000 (UTC) (envelope-from jfvogel@gmail.com) Received: from ey-out-2122.google.com (ey-out-2122.google.com [74.125.78.25]) by mx1.freebsd.org (Postfix) with ESMTP id 1A2168FC1F; Mon, 14 Dec 2009 18:45:46 +0000 (UTC) Received: by ey-out-2122.google.com with SMTP id 22so944919eye.9 for ; Mon, 14 Dec 2009 10:45:46 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=Rz/4De+R6pBOk7jcJA2DJoEOQK6evu6SAgj0dvVjqXU=; b=YGlvjD3Co+vQ5xU4Ty3c+z9yaiwVES4CE0ppxOU6AxTjoqULraSLh3TSoqnGNaBTSs fW07IgrG4Jtcelg4SSTZs7Al6u6g9ZkH1+5Z3bXxVJE7pOcw1zFOJCvfdIP/ysjxsuTn sQdlzdkG7Q74BZ2Nq3zdEZxn9P7ORpLUCxh0o= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=bZkl46wYgMDTgsjf0QaqvxRUNKGKK7d5idiCQ16q+xZ2hrH5a3atNczp3L6Eptrx2w OQXY1WfNSA/97A0qGi1S0M0NP8gndbvB7aOApoXPig35shmssoDET9Pt1AXCTtiVhe/s Wt0ZDos5sNv7wD2/f3/wRVeZKpGXr/RAbqtWE= MIME-Version: 1.0 Received: by 10.216.85.130 with SMTP id u2mr2168668wee.135.1260816346014; Mon, 14 Dec 2009 10:45:46 -0800 (PST) In-Reply-To: <4B25C3EF.5010009@freebsd.org> References: <200912081854.nB8IsbrP096592@svn.freebsd.org> <4B25C3EF.5010009@freebsd.org> Date: Mon, 14 Dec 2009 10:45:45 -0800 Message-ID: <2a41acea0912141045m7f1b7a8cq3eb40475f5672e7d@mail.gmail.com> From: Jack Vogel To: Lawrence Stewart Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 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-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 18:45:48 -0000 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. > > Cheers, > Lawrence >