diff options
author | sbruno <sbruno@FreeBSD.org> | 2016-02-11 16:16:10 +0000 |
---|---|---|
committer | sbruno <sbruno@FreeBSD.org> | 2016-02-11 16:16:10 +0000 |
commit | 15873ac96fcc4e81a25d35e735a1fbae9d727360 (patch) | |
tree | 694d2ee3865a0414e71188a2b6bf069828eb0021 /sys/modules/ix/Makefile | |
parent | 9e8884f301206dff7661faacac42bef3557cc86c (diff) | |
download | FreeBSD-src-15873ac96fcc4e81a25d35e735a1fbae9d727360.zip FreeBSD-src-15873ac96fcc4e81a25d35e735a1fbae9d727360.tar.gz |
MFC r292674
Update ixgbe(4) to Intel FreeBSD Networking Group version 3.1.13-k.
MFC r292571 and r292697
Add support for X552 and X550T.
MFC r293334
Fix SFP module insertion post boot.
MFC r293338
Fix VF handling of VLANs for Amazon Cloud.
Reviewed by: erj smh ngie jeffrey.e.pieper@intel.com
Approved by: re (marius)
Relnotes: Yes
Sponsored by: Intel Corporation and Limelight Networks
Differential Revision: https://reviews.freebsd.org/D5117
Diffstat (limited to 'sys/modules/ix/Makefile')
-rw-r--r-- | sys/modules/ix/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/ix/Makefile b/sys/modules/ix/Makefile index 4b57379..2d567e4 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 -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 |