]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r347285 and r347327:
authorHans Petter Selasky <hselasky@FreeBSD.org>
Thu, 16 May 2019 16:09:16 +0000 (16:09 +0000)
committerHans Petter Selasky <hselasky@FreeBSD.org>
Thu, 16 May 2019 16:09:16 +0000 (16:09 +0000)
commitc1dbe4cbd3076c9fc4a2701c88b397df4a44e227
tree30234cf41fa5db902a2091272d7947ab4d4f360a
parent50fed8ffdf3794a0c4b8d9cf76d25534f1fc35f7
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]