The branch stable/12 has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=623fe87b217685dea455a1740435d2a09aa11151
commit 623fe87b217685dea455a1740435d2a09aa11151 Author: Mark Johnston <[email protected]> AuthorDate: 2021-03-03 14:07:53 +0000 Commit: Mark Johnston <[email protected]> CommitDate: 2021-03-11 15:50:51 +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 9e9491f22aea..8954c8af327b 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 _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/dev-commits-src-all To unsubscribe, send any mail to "[email protected]"
