aboutsummaryrefslogtreecommitdiff
path: root/sys/modules
diff options
context:
space:
mode:
authorSean Bruno <sbruno@FreeBSD.org>2015-12-23 22:45:17 +0000
committerSean Bruno <sbruno@FreeBSD.org>2015-12-23 22:45:17 +0000
commita9ca1c79c65f3997708a925b522a3c442384bbcf (patch)
treead7467cd7b57eb5e4b769985fb44d0a5eca8a0dd /sys/modules
parent7144d5cbc5d75bac813da3dd7c47817d9ab6cf56 (diff)
downloadsrc-a9ca1c79c65f3997708a925b522a3c442384bbcf.tar.gz
src-a9ca1c79c65f3997708a925b522a3c442384bbcf.zip
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
Notes
Notes: svn path=/head/; revision=292674
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/ix/Makefile2
-rw-r--r--sys/modules/ixv/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/modules/ix/Makefile b/sys/modules/ix/Makefile
index 1f30cb0795df..7984c1ff2693 100644
--- a/sys/modules/ix/Makefile
+++ b/sys/modules/ix/Makefile
@@ -5,7 +5,7 @@
KMOD = if_ix
SRCS = device_if.h bus_if.h pci_if.h
SRCS += opt_inet.h opt_inet6.h opt_rss.h
-SRCS += if_ix.c ix_txrx.c
+SRCS += if_ix.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
diff --git a/sys/modules/ixv/Makefile b/sys/modules/ixv/Makefile
index f8ce347d3128..3fcab904b5b0 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