svn commit: r212386 - stable/8/sys/modules
Christian Brueffer
brueffer at FreeBSD.org
Thu Sep 9 21:26:56 UTC 2010
Author: brueffer
Date: Thu Sep 9 21:26:55 2010
New Revision: 212386
URL: http://svn.freebsd.org/changeset/base/212386
Log:
MFC: r207979
Build the ixgbe(4) and mwlfw(4) modules by default.
Modified:
stable/8/sys/modules/Makefile
Directory Properties:
stable/8/sys/ (props changed)
stable/8/sys/amd64/include/xen/ (props changed)
stable/8/sys/cddl/contrib/opensolaris/ (props changed)
stable/8/sys/contrib/dev/acpica/ (props changed)
stable/8/sys/contrib/pf/ (props changed)
stable/8/sys/dev/xen/xenpci/ (props changed)
Modified: stable/8/sys/modules/Makefile
==============================================================================
--- stable/8/sys/modules/Makefile Thu Sep 9 21:20:18 2010 (r212385)
+++ stable/8/sys/modules/Makefile Thu Sep 9 21:26:55 2010 (r212386)
@@ -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} \
@@ -457,6 +459,7 @@ _iwifw= iwifw
_iwn= iwn
_iwnfw= iwnfw
_ixgb= ixgb
+_ixgbe= ixgbe
_mly= mly
_nfe= nfe
_nve= nve
@@ -527,6 +530,7 @@ _iwifw= iwifw
_iwn= iwn
_iwnfw= iwnfw
_ixgb= ixgb
+_ixgbe= ixgbe
_lindev= lindev
_linprocfs= linprocfs
_linsysfs= linsysfs
More information about the svn-src-all
mailing list