From nobody@FreeBSD.org  Fri Mar  5 14:53:50 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 2DFDE106566C
	for <freebsd-gnats-submit@FreeBSD.org>; Fri,  5 Mar 2010 14:53:50 +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 025888FC1A
	for <freebsd-gnats-submit@FreeBSD.org>; Fri,  5 Mar 2010 14:53:50 +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 o25ErnY3021793
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 5 Mar 2010 14:53:49 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id o25ErnT9021786;
	Fri, 5 Mar 2010 14:53:49 GMT
	(envelope-from nobody)
Message-Id: <201003051453.o25ErnT9021786@www.freebsd.org>
Date: Fri, 5 Mar 2010 14:53:49 GMT
From: John Giacomoni <John.Giacomoni@LineRateSystems.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: ixgbe driver not built as module
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         144494
>Category:       kern
>Synopsis:       [ixgbe] ixgbe driver not built as module
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    brueffer
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Mar 05 15:00:11 UTC 2010
>Closed-Date:    Thu Sep 09 23:28:43 CEST 2010
>Last-Modified:  Thu Sep 09 23:28:43 CEST 2010
>Originator:     John Giacomoni
>Release:        7.3-RC1
>Organization:
LineRate Systems
>Environment:
FreeBSD wks2 7.3-RC2 FreeBSD 7.3-RC2 #0: Wed Mar  3 18:04:02 MST 2010     root@wks2:/usr/obj/usr/src/sys/DEV73  amd64
>Description:
The ixgbe driver is not built as a kernel module by the build system.  
>How-To-Repeat:

>Fix:
It looks like ixgbe needs to be added to sys/modules/Makefile

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-bugs->freebsd-net 
Responsible-Changed-By: linimon 
Responsible-Changed-When: Mon Mar 8 07:25:40 UTC 2010 
Responsible-Changed-Why:  
reclassify. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=144494 

From: Bruce Cran <bruce@cran.org.uk>
To: bug-followup@freebsd.org,
 John.Giacomoni@lineratesystems.com
Cc:  
Subject: Re: conf/144494: ixgbe driver not built as module
Date: Mon, 8 Mar 2010 07:35:20 +0000

 The mwlfw module isn't being built either.
 
 -- 
 Bruce Cran

From: volker@vwsoft.com
To: bug-followup@FreeBSD.org, John.Giacomoni@LineRateSystems.com
Cc:  
Subject: Re: kern/144494: [ixgbe] ixgbe driver not built as module
Date: Mon, 08 Mar 2010 21:26:54 +0100

 This is a multi-part message in MIME format.
 --------------080006030805070805030208
 Content-Type: text/plain; charset=ISO-8859-1
 Content-Transfer-Encoding: 7bit
 
 The first patch (sys_modules_Makefile-ixgbe.diff) is for the reported
 problem against a 7-stable tree.
 
 The 2nd patch is against 9-current.
 The patch current-sys_modules_Makefile-mwlfw.diff fixes the problem
 reported by Bruce.
 
 
 --------------080006030805070805030208
 Content-Type: text/plain;
  name="sys_modules_Makefile-ixgbe.diff"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: attachment;
  filename="sys_modules_Makefile-ixgbe.diff"
 
 Index: sys/modules/Makefile
 ===================================================================
 --- sys/modules/Makefile	(revision 204851)
 +++ sys/modules/Makefile	(working copy)
 @@ -146,6 +146,7 @@
  	${_iwi} \
  	${_iwifw} \
  	${_ixgb} \
 +	${_ixgbe} \
  	jme \
  	joy \
  	kbdmux \
 @@ -488,6 +489,7 @@
  _iwi=		iwi
  _iwifw=		iwifw
  _ixgb=		ixgb
 +_ixgbe=		ixgbe
  _mly=		mly
  _nfe=		nfe
  _nve=		nve
 @@ -556,6 +558,7 @@
  _iwi=		iwi
  _iwifw=		iwifw
  _ixgb=   	ixgb
 +_ixgbe=   	ixgbe
  _lindev=	lindev
  _linprocfs=	linprocfs
  _linsysfs=	linsysfs
 
 --------------080006030805070805030208
 Content-Type: text/plain;
  name="current-sys_modules_Makefile-ixgbe.diff"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: attachment;
  filename="current-sys_modules_Makefile-ixgbe.diff"
 
 Index: sys/modules/Makefile
 ===================================================================
 --- sys/modules/Makefile	(revision 204851)
 +++ sys/modules/Makefile	(working copy)
 @@ -143,6 +143,7 @@
  	${_iwn} \
  	${_iwnfw} \
  	${_ixgb} \
 +	${_ixgbe} \
  	jme \
  	joy \
  	kbdmux \
 @@ -454,6 +455,7 @@
  _iwn=		iwn
  _iwnfw=		iwnfw
  _ixgb=		ixgb
 +_ixgbe=		ixgbe
  _mly=		mly
  _nfe=		nfe
  _nve=		nve
 @@ -526,6 +528,7 @@
  _iwn=		iwn
  _iwnfw=		iwnfw
  _ixgb=		ixgb
 +_ixgbe=		ixgbe
  _lindev=	lindev
  _linprocfs=	linprocfs
  _linsysfs=	linsysfs
 
 --------------080006030805070805030208
 Content-Type: text/plain;
  name="current-sys_modules_Makefile-mwlfw.diff"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: attachment;
  filename="current-sys_modules_Makefile-mwlfw.diff"
 
 Index: sys/modules/Makefile
 ===================================================================
 --- sys/modules/Makefile	(revision 204851)
 +++ sys/modules/Makefile	(working copy)
 @@ -188,6 +188,7 @@
  	${_mse} \
  	msk \
  	mwl \
 +	mwlfw \
  	mxge \
  	my \
  	${_ncp} \
 
 --------------080006030805070805030208--
State-Changed-From-To: open->patched 
State-Changed-By: brueffer 
State-Changed-When: Wed May 12 19:30:56 CEST 2010 
State-Changed-Why:  
Committed, thanks! 


Responsible-Changed-From-To: freebsd-net->brueffer 
Responsible-Changed-By: brueffer 
Responsible-Changed-When: Wed May 12 19:30:56 CEST 2010 
Responsible-Changed-Why:  
MFC reminder. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=144494 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: kern/144494: commit references a PR
Date: Wed, 12 May 2010 17:30:56 +0000 (UTC)

 Author: brueffer
 Date: Wed May 12 17:30:46 2010
 New Revision: 207979
 URL: http://svn.freebsd.org/changeset/base/207979
 
 Log:
   Build the ixgbe(4) and mwlfw(4) modules by default.
   
   PR:		144494
   Submitted by:	John Giacomoni <John.Giacomoni@LineRateSystems.com>, brucec
 
 Modified:
   head/sys/modules/Makefile
 
 Modified: head/sys/modules/Makefile
 ==============================================================================
 --- head/sys/modules/Makefile	Wed May 12 17:22:11 2010	(r207978)
 +++ head/sys/modules/Makefile	Wed May 12 17:30:46 2010	(r207979)
 @@ -144,6 +144,7 @@ SUBDIR=	${_3dfx} \
  	${_iwn} \
  	${_iwnfw} \
  	${_ixgb} \
 +	${_ixgbe} \
  	jme \
  	joy \
  	kbdmux \
 @@ -190,6 +191,7 @@ SUBDIR=	${_3dfx} \
  	msk \
  	mvs \
  	mwl \
 +	mwlfw \
  	mxge \
  	my \
  	${_ncp} \
 @@ -465,6 +467,7 @@ _iwifw=		iwifw
  _iwn=		iwn
  _iwnfw=		iwnfw
  _ixgb=		ixgb
 +_ixgbe=		ixgbe
  _mly=		mly
  _nfe=		nfe
  _nve=		nve
 @@ -537,6 +540,7 @@ _iwifw=		iwifw
  _iwn=		iwn
  _iwnfw=		iwnfw
  _ixgb=		ixgb
 +_ixgbe=		ixgbe
  _lindev=	lindev
  _linprocfs=	linprocfs
  _linsysfs=	linsysfs
 _______________________________________________
 svn-src-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: patched->closed 
State-Changed-By: brueffer 
State-Changed-When: Thu Sep 9 23:28:24 CEST 2010 
State-Changed-Why:  
MFC done. 

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