diff options
author | jfv <jfv@FreeBSD.org> | 2015-06-01 17:15:25 +0000 |
---|---|---|
committer | jfv <jfv@FreeBSD.org> | 2015-06-01 17:15:25 +0000 |
commit | 9db743f69ba4b08b150e61c2fdc78895378158a0 (patch) | |
tree | 21c424e6bcc3c82cdcb13f3ea9f76e42d13c63ce /sys/modules | |
parent | d557254e5f33936c608e57410af894938b69a284 (diff) | |
download | FreeBSD-src-9db743f69ba4b08b150e61c2fdc78895378158a0.zip FreeBSD-src-9db743f69ba4b08b150e61c2fdc78895378158a0.tar.gz |
Delta D2489 - Add SRIOV support to the Intel 10G driver.
NOTE: This is a technology preview, while it has undergone development
tests, Intel has not yet completed full validation of the feature.
It is being integrated for early access and customer testing.
Diffstat (limited to 'sys/modules')
-rw-r--r-- | sys/modules/ixv/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/modules/ixv/Makefile b/sys/modules/ixv/Makefile index f8ce347..3207739 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> |