From molli123@fuckner.net  Thu May 22 10:00:13 2008
Return-Path: <molli123@fuckner.net>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id ACB0F1065725
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 22 May 2008 10:00:13 +0000 (UTC)
	(envelope-from molli123@fuckner.net)
Received: from dedihh.fuckner.net (dedihh.fuckner.net [81.209.183.161])
	by mx1.freebsd.org (Postfix) with ESMTP id 339538FC2C
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 22 May 2008 10:00:12 +0000 (UTC)
	(envelope-from molli123@fuckner.net)
Received: from localhost (localhost [127.0.0.1])
	by dedihh.fuckner.net (Postfix) with ESMTP id 4149A61D5B
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 22 May 2008 11:43:18 +0200 (CEST)
Received: from dedihh.fuckner.net ([127.0.0.1])
	by localhost (dedihh.fuckner.net [127.0.0.1]) (amavisd-new, port 10024)
	with SMTP id qJoeeb5hV7Rg for <FreeBSD-gnats-submit@freebsd.org>;
	Thu, 22 May 2008 11:43:14 +0200 (CEST)
Received: by dedihh.fuckner.net (Postfix, from userid 1003)
	id 2CD2F61D4D; Thu, 22 May 2008 11:43:14 +0200 (CEST)
Message-Id: <20080522094314.2CD2F61D4D@dedihh.fuckner.net>
Date: Thu, 22 May 2008 11:43:14 +0200 (CEST)
From: Michael Fuckner <michael@fuckner.net>
Reply-To: Michael Fuckner <michael@fuckner.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: Intel Gigabit Interfaces lost by Update 7.0-> STABLE
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         123889
>Category:       kern
>Synopsis:       [em] Intel Gigabit Interfaces lost by update 7.0-> STABLE
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    jfv
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu May 22 10:10:00 UTC 2008
>Closed-Date:    Sun Feb 01 19:58:15 UTC 2009
>Last-Modified:  Sun Feb 01 19:58:15 UTC 2009
>Originator:     Michael Fuckner
>Release:        FreeBSD 7.0-STABLE amd64
>Organization:
>Environment:
System: FreeBSD test31.cluster.local 7.0-STABLE FreeBSD 7.0-STABLE #2: Thu May 22 08:56:52 CEST 2008 root@test31.cluster.local:/usr/obj/usr/src/sys/GENERIC amd64


        
>Description:

        
7.0-RELEASE supports Intels 82575-based Gigabit Chips with em driver.
7.0-STABLE should use igb driver, but this is not activated in GENERIC.
So after updating you lose you network interfaces.

>How-To-Repeat:
        
install FreeBSD-7-RELEASE, update to STABLE, reboot, have no network nterfaces anymore
>Fix:
insert following line into GENERIC:
device          igb             # Intel 82575-based Gigabit Ethernet

        
>Release-Note:
>Audit-Trail:

From: "Scot Hetzel" <swhetzel@gmail.com>
To: "Michael Fuckner" <michael@fuckner.net>
Cc: FreeBSD-gnats-submit@freebsd.org
Subject: Re: amd64/123889: Intel Gigabit Interfaces lost by Update 7.0-> STABLE
Date: Thu, 22 May 2008 05:59:05 -0500

 On 5/22/08, Michael Fuckner <michael@fuckner.net> wrote:
 >  7.0-RELEASE supports Intels 82575-based Gigabit Chips with em driver. 7.0-STABLE should use igb driver, but this is not activated in GENERIC. So after updating you lose you network interfaces.
 >
 >  >Fix:
 >  insert following line into GENERIC:
 >  device          igb             # Intel 82575-based Gigabit Ethernet
 >
 >
 You don't need to add igb to GENERIC to get the network interface
 back, just add:
 
 if_igb_load="YES"
 
 to /boot/loader.conf.
 
 Scot

From: "Scot Hetzel" <swhetzel@gmail.com>
To: "Michael Fuckner" <michael@fuckner.net>
Cc: freebsd-amd64@freebsd.org, FreeBSD-gnats-submit@freebsd.org
Subject: Re: amd64/123889: Intel Gigabit Interfaces lost by Update 7.0-> STABLE
Date: Thu, 22 May 2008 08:02:42 -0500

 On 5/22/08, Michael Fuckner <michael@fuckner.net> wrote:
 > Scot Hetzel wrote:
 >
 > >  >
 > >  You don't need to add igb to GENERIC to get the network interface
 > >  back, just add:
 > >   if_igb_load="YES"
 > >   to /boot/loader.conf.
 > >
 > >
 >
 >  It should be written down somewhere (UPDATING?).
 >  I don't believe it is the plan to walk to the datacenter because the system
 > is not accessible after upgrading. This simply shouldn't happen!
 >
 >  And of course, this is not specific to AMD64, but all other archs as well.
 >
 It is in the 20080229 entry in the 8.0-CURRENT UPDATING file.  This
 should be MFC'd to the 7.0-STABLE UPDATING file.
 
 Scot
Responsible-Changed-From-To: freebsd-amd64->jfv 
Responsible-Changed-By: linimon 
Responsible-Changed-When: Thu May 22 16:39:15 UTC 2008 
Responsible-Changed-Why:  
Jack, this is actually a request to MFC src/UPDATING 1.521 to RELENG_7 
now the that merge has happened.  Can you take care of this?  Thanks. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=123889 
State-Changed-From-To: open->closed 
State-Changed-By: vwe 
State-Changed-When: Sun Feb 1 19:57:37 UTC 2009 
State-Changed-Why:  
in GENERIC kernel config since r181610, also noted in UPDATING 

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