Date: Wed, 12 May 2010 17:30:47 +0000 (UTC) From: Christian Brueffer <brueffer@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r207979 - head/sys/modules Message-ID: <201005121730.o4CHUlgp074829@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201005121730.o4CHUlgp074829>