The following reply was made to PR kern/144494; it has been noted by GNATS.

From: vol...@vwsoft.com
To: bug-follo...@freebsd.org, john.giacom...@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--
_______________________________________________
freebsd-net@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"

Reply via email to