Author: adrian
Date: Wed Mar 18 05:03:07 2015
New Revision: 280203
URL: https://svnweb.freebsd.org/changeset/base/280203

Log:
  Fix ixgbe(4) - add ix_txrx to compile in the kernel.
  
  Sponsored by: Norse Corp, Inc.

Modified:
  head/sys/conf/files

Modified: head/sys/conf/files
==============================================================================
--- head/sys/conf/files Wed Mar 18 04:40:36 2015        (r280202)
+++ head/sys/conf/files Wed Mar 18 05:03:07 2015        (r280203)
@@ -1773,6 +1773,8 @@ dev/ixgbe/if_ix.c         optional ix inet \
        compile-with "${NORMAL_C} -I$S/dev/ixgbe -DSMP"
 dev/ixgbe/if_ixv.c             optional ixv inet \
        compile-with "${NORMAL_C} -I$S/dev/ixgbe -DSMP"
+dev/ixgbe/ix_txrx.c            optional ix ixv inet \
+       compile-with "${NORMAL_C} -I$S/dev/ixgbe -DSMP"
 dev/ixgbe/ixgbe_phy.c          optional ix ixv inet \
        compile-with "${NORMAL_C} -I$S/dev/ixgbe"
 dev/ixgbe/ixgbe_api.c          optional ix ixv inet \
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"

Reply via email to