summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authorjfv <jfv@FreeBSD.org>2012-01-30 16:42:02 +0000
committerjfv <jfv@FreeBSD.org>2012-01-30 16:42:02 +0000
commitf19302c07ec5aa115638511f5d5b3373dcadf131 (patch)
treed0809c8a2fea482cb2f2f7f761477fb1dc0c1776 /sys/conf
parent4ec2b30537cd956f353a91ac8799f240b309f3e5 (diff)
downloadFreeBSD-src-f19302c07ec5aa115638511f5d5b3373dcadf131.zip
FreeBSD-src-f19302c07ec5aa115638511f5d5b3373dcadf131.tar.gz
New hardware support: Intel X540 adapter support added.
Some shared code reorganization along with the new adapter. Sync changes to OACTIVE in igb into this driver. Misc small fixes.
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 bdada67..b777ccd 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -1395,6 +1395,8 @@ dev/ixgbe/ixgbe_82598.c optional ixgbe inet \
compile-with "${NORMAL_C} -I$S/dev/ixgbe"
dev/ixgbe/ixgbe_82599.c optional ixgbe inet \
compile-with "${NORMAL_C} -I$S/dev/ixgbe"
+dev/ixgbe/ixgbe_x540.c optional ixgbe inet \
+ compile-with "${NORMAL_C} -I$S/dev/ixgbe"
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