Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Mar 2015 05:03:08 +0000 (UTC)
From:      Adrian Chadd <adrian@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r280203 - head/sys/conf
Message-ID:  <201503180503.t2I538Iv037711@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201503180503.t2I538Iv037711>