From owner-freebsd-stable@FreeBSD.ORG Fri Jul 2 19:34:15 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 8F1B1106566B; Fri, 2 Jul 2010 19:34:15 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: from mail-px0-f182.google.com (mail-px0-f182.google.com [209.85.212.182]) by mx1.freebsd.org (Postfix) with ESMTP id 564998FC15; Fri, 2 Jul 2010 19:34:15 +0000 (UTC) Received: by pxi3 with SMTP id 3so1582883pxi.13 for ; Fri, 02 Jul 2010 12:34:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:received:from:date:to:cc :subject:message-id:reply-to:references:mime-version:content-type :content-disposition:in-reply-to:user-agent; bh=/+1XhIu9A/Y7Sh6wwKFrPwwNRFG4rYejbqlyzwkjX1I=; b=vYeR2h5agSM225F/r6KYHHZzk679ptJhpCa3PH0X+X7o471ZMM+CfXr4rl+7uTrzim F7IQKGLX4uu6m8dgMNbTXsHdieEcz07TLyhiznJ7VwLYaSjc0bR5lvFVmLDn0j4Mdwda LusMkW5Lqvb8ex58INtsVTHdiF0S4s9i0hPR4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:date:to:cc:subject:message-id:reply-to:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; b=YhQ4Gt5hiW3FAU92xtNxPm3qoPTRKoZVA1SP7ktlek9YBDco3Bmq645jHRMrci8UuU PsaiwKuNksxyE9lvjdWtoK5FpFegnp1Z3WffgnkY6CU+te/tiCnU4OtOQoknknzcfGKR z1kzXQVbkGiM2F2iVPRlYel7Quxk6vnE8HJFE= Received: by 10.142.127.9 with SMTP id z9mr1608359wfc.335.1278099248496; Fri, 02 Jul 2010 12:34:08 -0700 (PDT) Received: from pyunyh@gmail.com ([174.35.1.224]) by mx.google.com with ESMTPS id c23sm1100253rvf.0.2010.07.02.12.34.07 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 02 Jul 2010 12:34:07 -0700 (PDT) Received: by pyunyh@gmail.com (sSMTP sendmail emulation); Fri, 2 Jul 2010 12:33:41 -0700 From: Pyun YongHyeon Date: Fri, 2 Jul 2010 12:33:41 -0700 To: Sean Bruno Message-ID: <20100702193341.GC10862@michelle.cdnetworks.com> References: <1278089690.2469.22.camel@localhost.localdomain> <20100702191110.GA10862@michelle.cdnetworks.com> <1278098663.2469.31.camel@localhost.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1278098663.2469.31.camel@localhost.localdomain> User-Agent: Mutt/1.4.2.3i 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 Reply-To: pyunyh@gmail.com 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:34:15 -0000 On Fri, Jul 02, 2010 at 12:24:23PM -0700, Sean Bruno wrote: > 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? > Yes. > Sean >