From owner-freebsd-stable@FreeBSD.ORG Thu Sep 22 04:53:48 2011 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 CB5A6106566C; Thu, 22 Sep 2011 04:53:48 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-yx0-f182.google.com (mail-yx0-f182.google.com [209.85.213.182]) by mx1.freebsd.org (Postfix) with ESMTP id 7729B8FC16; Thu, 22 Sep 2011 04:53:48 +0000 (UTC) Received: by yxk36 with SMTP id 36so2149537yxk.13 for ; Wed, 21 Sep 2011 21:53:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=HtELXAqHrCUjQNFm2Nt6kUexYYrMmuiSkuyj0kVQaUs=; b=VNBhIQzbeWQCJs+4PLl+tlwR0myQviyegKk00/cuxwg7g2ZRbJg7WsZ+L+B2odAIUB rN0NvDqtLDvcv92xb8RxXtfVeD5bH7CTVDt0d+jroZJP62mgCiNWw/9tlTdKQJRhu7Yr GufnioCsK828kVvrTNlqxDtmo359A64W4bQkQ= MIME-Version: 1.0 Received: by 10.236.176.65 with SMTP id a41mr10687751yhm.72.1316667227836; Wed, 21 Sep 2011 21:53:47 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.236.111.42 with HTTP; Wed, 21 Sep 2011 21:53:47 -0700 (PDT) In-Reply-To: <20110922041925.GA53942@icarus.home.lan> References: <4E7AAAF6.7050004@ee.lbl.gov> <20110922041925.GA53942@icarus.home.lan> Date: Thu, 22 Sep 2011 12:53:47 +0800 X-Google-Sender-Auth: TZohrSboAEjKsSVzOu2EGvFhWI8 Message-ID: From: Adrian Chadd To: Jeremy Chadwick Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-stable@freebsd.org, "Vogel, Jack" , John Baldwin , Craig Leres Subject: Re: Panic during kernel booting on HP Proliant DL180G6 and latest STABLE 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: Thu, 22 Sep 2011 04:53:48 -0000 Out of curiousity, I decided to have a little glance. That field is set up in igb_init_locked(). Is it possible that igb_msix_que() is being called before the NIC has completed setup? The poll and and handle_que routines check for IFF_DRV_RUNNING; but igb_msix_que() isn't. Adrian