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 \
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to