summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authorjfv <jfv@FreeBSD.org>2014-08-25 22:04:29 +0000
committerjfv <jfv@FreeBSD.org>2014-08-25 22:04:29 +0000
commitc988cfb907aeea93ac1dc1a10bfbc2221271281d (patch)
tree6fcf026ea614db21de0f732d9f7bbca7b03de800 /sys/conf
parent4e198665c508b72fb221139ec91629bc98646b9c (diff)
downloadFreeBSD-src-c988cfb907aeea93ac1dc1a10bfbc2221271281d.zip
FreeBSD-src-c988cfb907aeea93ac1dc1a10bfbc2221271281d.tar.gz
MFC of the Intel Base driver for the Intel XL710 Ethernet Controller Family
- It was decided to change the driver name to if_ixl for FreeBSD - This release adds the VF Driver to the tree, it can be built into the kernel or as the if_ixlv module - The VF driver is independent for the first time, this will be desireable when full SRIOV capability is added to the OS. Submitted by: jack.vogel@intel.com and eric.joyner@intel.com
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/files20
1 files changed, 20 insertions, 0 deletions
diff --git a/sys/conf/files b/sys/conf/files
index 3846ed7..6eed819 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -1729,6 +1729,26 @@ dev/ixgbe/ixgbe_dcb_82598.c optional ixgbe inet \
compile-with "${NORMAL_C} -I$S/dev/ixgbe"
dev/ixgbe/ixgbe_dcb_82599.c optional ixgbe inet \
compile-with "${NORMAL_C} -I$S/dev/ixgbe"
+dev/ixl/if_ixl.c optional ixl inet \
+ compile-with "${NORMAL_C} -I$S/dev/ixl"
+dev/ixl/if_ixlv.c optional ixlv inet \
+ compile-with "${NORMAL_C} -I$S/dev/ixl"
+dev/ixl/ixlvc.c optional ixlv inet \
+ compile-with "${NORMAL_C} -I$S/dev/ixl"
+dev/ixl/ixl_txrx.c optional ixl ixlv inet \
+ compile-with "${NORMAL_C} -I$S/dev/ixl"
+dev/ixl/i40e_osdep.c optional ixl ixlv inet \
+ compile-with "${NORMAL_C} -I$S/dev/ixl"
+dev/ixl/i40e_lan_hmc.c optional ixl ixlv inet \
+ compile-with "${NORMAL_C} -I$S/dev/ixl"
+dev/ixl/i40e_hmc.c optional ixl ixlv inet \
+ compile-with "${NORMAL_C} -I$S/dev/ixl"
+dev/ixl/i40e_common.c optional ixl ixlv inet \
+ compile-with "${NORMAL_C} -I$S/dev/ixl"
+dev/ixl/i40e_nvm.c optional ixl ixlv inet \
+ compile-with "${NORMAL_C} -I$S/dev/ixl"
+dev/ixl/i40e_adminq.c optional ixl ixlv inet \
+ compile-with "${NORMAL_C} -I$S/dev/ixl"
dev/jme/if_jme.c optional jme pci
dev/joy/joy.c optional joy
dev/joy/joy_isa.c optional joy isa
OpenPOWER on IntegriCloud