svn commit: r235920 - head/sys/conf

Jack F Vogel jfv at FreeBSD.org
Thu May 24 17:39:55 UTC 2012


Author: jfv
Date: Thu May 24 17:39:54 2012
New Revision: 235920
URL: http://svn.freebsd.org/changeset/base/235920

Log:
  Fix to kern/168294 - add flow director support into the
  static kernel build of ixgbe. Thanks Sergey for pointing
  this out.

Modified:
  head/sys/conf/files

Modified: head/sys/conf/files
==============================================================================
--- head/sys/conf/files	Thu May 24 17:10:54 2012	(r235919)
+++ head/sys/conf/files	Thu May 24 17:39:54 2012	(r235920)
@@ -1522,7 +1522,7 @@ dev/ixgb/if_ixgb.c		optional ixgb
 dev/ixgb/ixgb_ee.c		optional ixgb
 dev/ixgb/ixgb_hw.c		optional ixgb
 dev/ixgbe/ixgbe.c		optional ixgbe inet \
-	compile-with "${NORMAL_C} -I$S/dev/ixgbe"
+	compile-with "${NORMAL_C} -I$S/dev/ixgbe -DSMP -DIXGBE_FDIR"
 dev/ixgbe/ixv.c			optional ixgbe inet \
 	compile-with "${NORMAL_C} -I$S/dev/ixgbe"
 dev/ixgbe/ixgbe_phy.c		optional ixgbe inet \


More information about the svn-src-all mailing list