The branch main has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=95ee7d9b879ce42088277c85d85e61f6c79674ad
commit 95ee7d9b879ce42088277c85d85e61f6c79674ad Author: Mark Johnston <[email protected]> AuthorDate: 2021-01-14 16:41:28 +0000 Commit: Mark Johnston <[email protected]> CommitDate: 2021-01-14 16:41:28 +0000 qat: Fix DH895XCC firmware module autoloading MFC after: 3 days Sponsored by: Rubicon Communications, LLC (Netgate) --- sys/dev/qat/qat_dh895xccreg.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/qat/qat_dh895xccreg.h b/sys/dev/qat/qat_dh895xccreg.h index 35dfb483e529..5d57d82a597e 100644 --- a/sys/dev/qat/qat_dh895xccreg.h +++ b/sys/dev/qat/qat_dh895xccreg.h @@ -109,7 +109,7 @@ /* AE firmware */ #define AE_FW_PROD_TYPE_DH895XCC 0x00400000 -#define AE_FW_MOF_NAME_DH895XCC "qat_895xccfw" +#define AE_FW_MOF_NAME_DH895XCC "qat_dh895xccfw" #define AE_FW_MMP_NAME_DH895XCC "qat_895xcc_mmp" #define AE_FW_UOF_NAME_DH895XCC "icp_qat_ae.uof" _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/dev-commits-src-all To unsubscribe, send any mail to "[email protected]"
