git: 36dfe8cb2581 - stable/12 - qat: Fix DH895XCC firmware module autoloading
Mark Johnston
markj at FreeBSD.org
Mon Jan 18 17:32:48 UTC 2021
The branch stable/12 has been updated by markj:
URL: https://cgit.FreeBSD.org/src/commit/?id=36dfe8cb25817259e7a563893cd4e4cc06425d9f
commit 36dfe8cb25817259e7a563893cd4e4cc06425d9f
Author: Mark Johnston <markj at FreeBSD.org>
AuthorDate: 2021-01-14 16:41:28 +0000
Commit: Mark Johnston <markj at FreeBSD.org>
CommitDate: 2021-01-18 17:00:59 +0000
qat: Fix DH895XCC firmware module autoloading
Sponsored by: Rubicon Communications, LLC (Netgate)
(cherry picked from commit 95ee7d9b879ce42088277c85d85e61f6c79674ad)
---
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"
More information about the dev-commits-src-all
mailing list