From owner-freebsd-stable@FreeBSD.ORG Fri Jul 2 19:24:28 2010 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9ED67106564A for ; Fri, 2 Jul 2010 19:24:28 +0000 (UTC) (envelope-from seanbru@yahoo-inc.com) Received: from mrout1-b.corp.re1.yahoo.com (mrout1-b.corp.re1.yahoo.com [69.147.107.20]) by mx1.freebsd.org (Postfix) with ESMTP id 5BF0B8FC1B for ; Fri, 2 Jul 2010 19:24:28 +0000 (UTC) Received: from [127.0.0.1] (cheese.corp.yahoo.com [216.145.50.99]) by mrout1-b.corp.re1.yahoo.com (8.13.8/8.13.8/y.out) with ESMTP id o62JON5t066215; Fri, 2 Jul 2010 12:24:23 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; s=serpent; d=yahoo-inc.com; c=nofws; q=dns; h=subject:from:to:cc:in-reply-to:references:content-type:date: message-id:mime-version:x-mailer:content-transfer-encoding; b=CQ/AwkwH+8PUqRNWxobSkZOgDTcJJXzBePibEfmyo0OVdMt2uLhXO4uPjhH9OHEP From: Sean Bruno To: "pyunyh@gmail.com" In-Reply-To: <20100702191110.GA10862@michelle.cdnetworks.com> References: <1278089690.2469.22.camel@localhost.localdomain> <20100702191110.GA10862@michelle.cdnetworks.com> Content-Type: text/plain; charset="UTF-8" Date: Fri, 02 Jul 2010 12:24:23 -0700 Message-ID: <1278098663.2469.31.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.28.3 (2.28.3-1.fc12) Content-Transfer-Encoding: 7bit Cc: freebsd-stable , "yongari@freebsd.org" Subject: Re: [stable 7] bge() related panic on an HP dl380g3 (32 bit) 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: Fri, 02 Jul 2010 19:24:28 -0000 On Fri, 2010-07-02 at 12:11 -0700, Pyun YongHyeon wrote: > On Fri, Jul 02, 2010 at 09:54:50AM -0700, Sean Bruno wrote: > > Started seeing this panic today from our BSD7 variant here at Yahoo. > > Our BGE driver is identical to 7stable at this time. Looks like all of > > these boxes are HP DL380G3 models. I have included the panic and > > pciconf -lv information. > > > > > > I assume that these machines have a variant of BGE that needs some kind > > of exception/quirk that I'm unaware of. > > > > Does your bge(4) driver include r208995? It did not. I screwed up the report. The bge(4) driver under test was from r205616 (we built it in April). Did this panic look like the one fixed by r208995? Sean