kern/144494: [ixgbe] ixgbe driver not built as module
volker at vwsoft.com
volker at vwsoft.com
Mon Mar 8 20:50:04 UTC 2010
The following reply was made to PR kern/144494; it has been noted by GNATS.
From: volker at vwsoft.com
To: bug-followup at FreeBSD.org, John.Giacomoni at 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--
More information about the freebsd-net
mailing list