summaryrefslogtreecommitdiffstats
path: root/sys/modules/ixv
diff options
context:
space:
mode:
authorsbruno <sbruno@FreeBSD.org>2015-12-23 22:45:17 +0000
committersbruno <sbruno@FreeBSD.org>2015-12-23 22:45:17 +0000
commit7cdb3b88f6a3954a610c26cb123c0e865e712b55 (patch)
treead7467cd7b57eb5e4b769985fb44d0a5eca8a0dd /sys/modules/ixv
parentb0d75eeff352083a9db4ae4ec4dafa6047f7ab3e (diff)
downloadFreeBSD-src-7cdb3b88f6a3954a610c26cb123c0e865e712b55.zip
FreeBSD-src-7cdb3b88f6a3954a610c26cb123c0e865e712b55.tar.gz
ixgbe(4): Update to version 3.1.13-k
Add support for two new devices: X552 SFP+ 10 GbE, and the single port version of X550T. Submitted by: erj Reviewed by: gnn Sponsored by: Intel Corporation Differential Revision: https://reviews.freebsd.org/D4186
Diffstat (limited to 'sys/modules/ixv')
-rw-r--r--sys/modules/ixv/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/ixv/Makefile b/sys/modules/ixv/Makefile
index f8ce347..3fcab90 100644
--- a/sys/modules/ixv/Makefile
+++ b/sys/modules/ixv/Makefile
@@ -5,7 +5,7 @@
KMOD = if_ixv
SRCS = device_if.h bus_if.h pci_if.h
SRCS += opt_inet.h opt_inet6.h opt_rss.h
-SRCS += if_ixv.c ix_txrx.c
+SRCS += if_ixv.c ix_txrx.c ixgbe_osdep.c
# Shared source
SRCS += ixgbe_common.c ixgbe_api.c ixgbe_phy.c ixgbe_mbx.c ixgbe_vf.c
SRCS += ixgbe_dcb.c ixgbe_dcb_82598.c ixgbe_dcb_82599.c
OpenPOWER on IntegriCloud