Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Jan 2021 17:32:39 GMT
From:      Mark Johnston <markj@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 36dfe8cb2581 - stable/12 - qat: Fix DH895XCC firmware module autoloading
Message-ID:  <202101181732.10IHWdLh085325@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/12 has been updated by markj:

URL: https://cgit.FreeBSD.org/src/commit/?id=36dfe8cb25817259e7a563893cd4e4cc06425d9f

commit 36dfe8cb25817259e7a563893cd4e4cc06425d9f
Author:     Mark Johnston <markj@FreeBSD.org>
AuthorDate: 2021-01-14 16:41:28 +0000
Commit:     Mark Johnston <markj@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"
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101181732.10IHWdLh085325>