Date: Mon, 8 Mar 2010 20:50:03 GMT From: volker@vwsoft.com To: freebsd-net@FreeBSD.org Subject: Re: kern/144494: [ixgbe] ixgbe driver not built as module Message-ID: <201003082050.o28Ko36Y075622@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR kern/144494; it has been noted by GNATS. 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--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201003082050.o28Ko36Y075622>