git: e8ff5725e63d - stable/13 - qat.4: Fix some firmware module names

Mark Johnston markj at FreeBSD.org
Thu Mar 11 15:50:38 UTC 2021


The branch stable/13 has been updated by markj:

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

commit e8ff5725e63d63e0473f3a394bc466a0a97222c7
Author:     Mark Johnston <markj at FreeBSD.org>
AuthorDate: 2021-03-03 14:07:53 +0000
Commit:     Mark Johnston <markj at FreeBSD.org>
CommitDate: 2021-03-11 15:50:26 +0000

    qat.4: Fix some firmware module names
    
    PR:             252984
    
    (cherry picked from commit 3adf72a36b9b151eef57e3d83f71a3a9fbacb78d)
---
 share/man/man4/qat.4 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/share/man/man4/qat.4 b/share/man/man4/qat.4
index 92ee85ac64eb..6aa8343aa309 100644
--- a/share/man/man4/qat.4
+++ b/share/man/man4/qat.4
@@ -47,9 +47,9 @@ module at boot time, place the following lines in
 qat_load="YES"
 qat_c2xxxfw_load="YES"
 qat_c3xxxfw_load="YES"
-qat_c63xfw_load="YES"
+qat_c62xfw_load="YES"
 qat_d15xxfw_load="YES"
-qat_dh895xcc_load="YES"
+qat_dh895xccfw_load="YES"
 .Ed
 .Sh DESCRIPTION
 The


More information about the dev-commits-src-all mailing list