summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authorsbruno <sbruno@FreeBSD.org>2016-02-11 16:16:10 +0000
committersbruno <sbruno@FreeBSD.org>2016-02-11 16:16:10 +0000
commit15873ac96fcc4e81a25d35e735a1fbae9d727360 (patch)
tree694d2ee3865a0414e71188a2b6bf069828eb0021 /sys/conf
parent9e8884f301206dff7661faacac42bef3557cc86c (diff)
downloadFreeBSD-src-15873ac96fcc4e81a25d35e735a1fbae9d727360.zip
FreeBSD-src-15873ac96fcc4e81a25d35e735a1fbae9d727360.tar.gz
MFC r292674
Update ixgbe(4) to Intel FreeBSD Networking Group version 3.1.13-k. MFC r292571 and r292697 Add support for X552 and X550T. MFC r293334 Fix SFP module insertion post boot. MFC r293338 Fix VF handling of VLANs for Amazon Cloud. Reviewed by: erj smh ngie jeffrey.e.pieper@intel.com Approved by: re (marius) Relnotes: Yes Sponsored by: Intel Corporation and Limelight Networks Differential Revision: https://reviews.freebsd.org/D5117
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/files2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/conf/files b/sys/conf/files
index 5c46c8c..b3f7f9e 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -1728,6 +1728,8 @@ dev/ixgbe/ix_txrx.c optional ix inet | ixv inet | ixgbe inet \
compile-with "${NORMAL_C} -I$S/dev/ixgbe"
dev/ixgbe/ixgbe_phy.c optional ix inet | ixv inet | ixgbe inet \
compile-with "${NORMAL_C} -I$S/dev/ixgbe"
+dev/ixgbe/ixgbe_osdep.c optional ix inet | ixv inet | ixgbe inet \
+ compile-with "${NORMAL_C} -I$S/dev/ixgbe"
dev/ixgbe/ixgbe_api.c optional ix inet | ixv inet | ixgbe inet \
compile-with "${NORMAL_C} -I$S/dev/ixgbe"
dev/ixgbe/ixgbe_common.c optional ix inet | ixv inet | ixgbe inet \
OpenPOWER on IntegriCloud