]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Update SW4 to the Intel ixl/ixlv drivers. This is primarily a shared
authorjfv <jfv@FreeBSD.org>
Fri, 5 Jun 2015 22:52:42 +0000 (22:52 +0000)
committerjfv <jfv@FreeBSD.org>
Fri, 5 Jun 2015 22:52:42 +0000 (22:52 +0000)
commitd19d4db4e289e134d6da4f7e3ffd7b7b1257feb2
treeb25d557df6716ee1165eede35c8dc444a3a8a98b
parent1ae3a71a421e15a9ae7dcabe0fa1ad7e77fc80be
Update SW4 to the Intel ixl/ixlv drivers. This is primarily a shared
code update, with supporting changes in the CORE. Changes for the extended
media types, VF driver has virtual channel protocol changes, and some
register use corrections.  This software change should be coordinated with
Firmware updates to your hardware, contact your support channels for that.

MFC after: 1 week
20 files changed:
sys/dev/ixl/i40e_adminq.c
sys/dev/ixl/i40e_adminq.h
sys/dev/ixl/i40e_adminq_cmd.h
sys/dev/ixl/i40e_common.c
sys/dev/ixl/i40e_devids.h [new file with mode: 0644]
sys/dev/ixl/i40e_hmc.c
sys/dev/ixl/i40e_hmc.h
sys/dev/ixl/i40e_lan_hmc.c
sys/dev/ixl/i40e_nvm.c
sys/dev/ixl/i40e_osdep.h
sys/dev/ixl/i40e_prototype.h
sys/dev/ixl/i40e_register.h
sys/dev/ixl/i40e_type.h
sys/dev/ixl/i40e_virtchnl.h
sys/dev/ixl/if_ixl.c
sys/dev/ixl/if_ixlv.c
sys/dev/ixl/ixlv.h
sys/dev/ixl/ixlvc.c
sys/modules/ixl/Makefile
sys/modules/ixlv/Makefile