aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/ixv
diff options
context:
space:
mode:
authorJack F Vogel <jfv@FreeBSD.org>2015-06-01 17:43:34 +0000
committerJack F Vogel <jfv@FreeBSD.org>2015-06-01 17:43:34 +0000
commit48056c88e19eda8ef4c6c6f794cf95d00f70e956 (patch)
tree34ef39e7516c3a0a2a68529a47f30b35c5b9f803 /sys/modules/ixv
parent30126537507f7c1a2cb70b64836d89c3533a35d6 (diff)
downloadsrc-48056c88e19eda8ef4c6c6f794cf95d00f70e956.tar.gz
src-48056c88e19eda8ef4c6c6f794cf95d00f70e956.zip
Delta D2489 - Add SRIOV support to the Intel 10G driver.
NOTE: This is a technology preview, while it has undergone development testing, Intel has not yet completed full validation of the feature. It is being integrated for early access and customer testing.
Notes
Notes: svn path=/head/; revision=283883
Diffstat (limited to 'sys/modules/ixv')
-rw-r--r--sys/modules/ixv/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/modules/ixv/Makefile b/sys/modules/ixv/Makefile
index f8ce347d3128..32077392152d 100644
--- a/sys/modules/ixv/Makefile
+++ b/sys/modules/ixv/Makefile
@@ -7,9 +7,8 @@ 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
# 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
-SRCS += ixgbe_82598.c ixgbe_82599.c ixgbe_x540.c ixgbe_x550.c
+SRCS += ixgbe_common.c ixgbe_api.c ixgbe_phy.c
+SRCS += ixgbe_dcb.c ixgbe_mbx.c ixgbe_vf.c
CFLAGS+= -I${.CURDIR}/../../dev/ixgbe -DSMP
.include <bsd.kmod.mk>