]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r347285 and r347327:
authorhselasky <hselasky@FreeBSD.org>
Thu, 16 May 2019 17:48:36 +0000 (17:48 +0000)
committerhselasky <hselasky@FreeBSD.org>
Thu, 16 May 2019 17:48:36 +0000 (17:48 +0000)
commitbff2b62eeb7d1cccb58cbfb80a222fcefeb14612
tree487c417ad141efb8577c86ad4e0e10deb16b3fab
parent688a8a3ba7047cfed7cb558b497eef5a372e523e
MFC r347285 and r347327:
Initial version of Mellanox in-kernel firmware upgrade support.

Submitted by: slavash@
Sponsored by: Mellanox Technologies
15 files changed:
share/man/man4/mlx5en.4
sys/conf/NOTES
sys/conf/files
sys/conf/kern.pre.mk
sys/dev/mlxfw/mlxfw.h [new file with mode: 0644]
sys/dev/mlxfw/mlxfw_fsm.c [new file with mode: 0644]
sys/dev/mlxfw/mlxfw_mfa2.c [new file with mode: 0644]
sys/dev/mlxfw/mlxfw_mfa2.h [new file with mode: 0644]
sys/dev/mlxfw/mlxfw_mfa2_file.h [new file with mode: 0644]
sys/dev/mlxfw/mlxfw_mfa2_format.h [new file with mode: 0644]
sys/dev/mlxfw/mlxfw_mfa2_tlv.h [new file with mode: 0644]
sys/dev/mlxfw/mlxfw_mfa2_tlv_multi.c [new file with mode: 0644]
sys/dev/mlxfw/mlxfw_mfa2_tlv_multi.h [new file with mode: 0644]
sys/modules/Makefile
sys/modules/mlxfw/Makefile [new file with mode: 0644]