]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
ixgbe(4): Update to version 3.1.13-k
authorSean Bruno <sbruno@FreeBSD.org>
Wed, 23 Dec 2015 22:45:17 +0000 (22:45 +0000)
committerSean Bruno <sbruno@FreeBSD.org>
Wed, 23 Dec 2015 22:45:17 +0000 (22:45 +0000)
commita9ca1c79c65f3997708a925b522a3c442384bbcf
treead7467cd7b57eb5e4b769985fb44d0a5eca8a0dd
parent7144d5cbc5d75bac813da3dd7c47817d9ab6cf56
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
23 files changed:
sys/conf/files
sys/dev/ixgbe/README [deleted file]
sys/dev/ixgbe/if_ix.c
sys/dev/ixgbe/if_ixv.c
sys/dev/ixgbe/ix_txrx.c
sys/dev/ixgbe/ixgbe.h
sys/dev/ixgbe/ixgbe_82598.c
sys/dev/ixgbe/ixgbe_82599.c
sys/dev/ixgbe/ixgbe_api.c
sys/dev/ixgbe/ixgbe_api.h
sys/dev/ixgbe/ixgbe_common.c
sys/dev/ixgbe/ixgbe_dcb.c
sys/dev/ixgbe/ixgbe_osdep.c [moved from sys/dev/ixgbe/LICENSE with 55% similarity]
sys/dev/ixgbe/ixgbe_osdep.h
sys/dev/ixgbe/ixgbe_phy.c
sys/dev/ixgbe/ixgbe_phy.h
sys/dev/ixgbe/ixgbe_type.h
sys/dev/ixgbe/ixgbe_vf.c
sys/dev/ixgbe/ixgbe_x540.c
sys/dev/ixgbe/ixgbe_x550.c
sys/dev/ixgbe/ixgbe_x550.h
sys/modules/ix/Makefile
sys/modules/ixv/Makefile