From nobody@FreeBSD.org  Wed Aug 11 16:48:17 2010
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id D5BCC1065670
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 11 Aug 2010 16:48:17 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id AA0BE8FC1C
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 11 Aug 2010 16:48:17 +0000 (UTC)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id o7BGmHUs068117
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 11 Aug 2010 16:48:17 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id o7BGmHjq068116;
	Wed, 11 Aug 2010 16:48:17 GMT
	(envelope-from nobody)
Message-Id: <201008111648.o7BGmHjq068116@www.freebsd.org>
Date: Wed, 11 Aug 2010 16:48:17 GMT
From: Mike Carlson <carlson39@llnl.gov>
To: freebsd-gnats-submit@FreeBSD.org
Subject: igb/ixgb controllers panic on FreeBSD 8.1-RELEASE
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         149532
>Category:       kern
>Synopsis:       [igb] igb/ixgb controllers panic on FreeBSD 8.1-RELEASE
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    jfv
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Aug 11 16:50:01 UTC 2010
>Closed-Date:    
>Last-Modified:  Mon Aug 23 14:29:23 UTC 2010
>Originator:     Mike Carlson
>Release:        8.1-RELEASE
>Organization:
Lawrence Livermore National Lab
>Environment:
paper: uname -a
FreeBSD paper.llnl.gov 8.1-RELEASE FreeBSD 8.1-RELEASE #1: Tue Aug 10 15:26:51 PDT 2010     root@paper:/usr/obj/usr/src/sys/GENERIC  amd64


>Description:
I have a Dell R710 with a 4 Port Intel 1000 ethernet controller using the igb driver:

# pciconf -lv
igb0@pci0:7:0:0:	class=0x020000 card=0xa02c8086 chip=0x10e88086 rev=0x01 hdr=0x00
    vendor     = 'Intel Corporation'
    device     = 'Unknown (Unknown)'
    class      = network
    subclass   = ethernet
igb1@pci0:7:0:1:	class=0x020000 card=0xa02c8086 chip=0x10e88086 rev=0x01 hdr=0x00
    vendor     = 'Intel Corporation'
    device     = 'Unknown (Unknown)'
    class      = network
    subclass   = ethernet
igb2@pci0:8:0:0:	class=0x020000 card=0xa02c8086 chip=0x10e88086 rev=0x01 hdr=0x00
    vendor     = 'Intel Corporation'
    device     = 'Unknown (Unknown)'
    class      = network
    subclass   = ethernet
igb3@pci0:8:0:1:	class=0x020000 card=0xa02c8086 chip=0x10e88086 rev=0x01 hdr=0x00
    vendor     = 'Intel Corporation'
    device     = 'Unknown (Unknown)'
    class      = network
    subclass   = ethernet

# sysctl -a|grep igb0
dev.igb.0.%desc: Intel(R) PRO/1000 Network Connection version - 1.9.5
dev.igb.0.%driver: igb
dev.igb.0.%location: slot=0 function=0
dev.igb.0.%pnpinfo: vendor=0x8086 device=0x10e8 subvendor=0x8086 subdevice=0xa02c class=0x020000
dev.igb.0.%parent: pci7
dev.igb.0.debug: -1
dev.igb.0.stats: -1
dev.igb.0.flow_control: 3
dev.igb.0.enable_aim: 1
dev.igb.0.rx_processing_limit: 100

I also have an Intel 10Gb controller (ix0) using the ixgb driver:

ix0@pci0:6:0:0:	class=0x020000 card=0xa06f8086 chip=0x10f48086 rev=0x01 hdr=0x00
    vendor     = 'Intel Corporation'
    class      = network
    subclass   = ethernet

As soon as I upgraded (using freebsd-update upgrade -r 8.1-RELEASE), and booted into the new kernel, the system panics after the network startup script runs. If the nic's are not assigned an ip address and left un-configured, no panic occurs.

I don't have a camera, or a serial console to capture the panic, however, it looks strikingly similar to this users post:
http://lists.freebsd.org/pipermail/freebsd-current/2009-November/013222.html
>How-To-Repeat:
on a 8.1-RELEASE amd64 system with a intel (igb/ixgb) device:

ifconfig igb0 inet 192.168.2.1 netmask 255.255.255.0


>Fix:


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-amd64->freebsd-net 
Responsible-Changed-By: linimon 
Responsible-Changed-When: Thu Aug 12 00:42:44 UTC 2010 
Responsible-Changed-Why:  
reclassify. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=149532 
Responsible-Changed-From-To: freebsd-net->jfv 
Responsible-Changed-By: andre 
Responsible-Changed-When: Mon Aug 23 14:27:25 UTC 2010 
Responsible-Changed-Why:  
Send over to maintainer. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=149532 
>Unformatted:
