svn commit: r280203 - head/sys/conf

Adrian Chadd adrian at FreeBSD.org
Wed Mar 18 05:03:08 UTC 2015


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 \


More information about the svn-src-all mailing list