The branch main has been updated by markj:

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

commit 44b31d37ad2bf02dbfe511f986c4c053191ddeca
Author:     Mark Johnston <[email protected]>
AuthorDate: 2023-03-10 23:30:08 +0000
Commit:     Mark Johnston <[email protected]>
CommitDate: 2023-03-10 23:30:50 +0000

    qat: Reconnect qat.4 to the build
    
    It was disconnected when the new QAT driver was imported, and never
    reconnected.
---
 share/man/man4/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile
index e1ae2a1b1904..8ceda540093b 100644
--- a/share/man/man4/Makefile
+++ b/share/man/man4/Makefile
@@ -452,6 +452,7 @@ MAN=        aac.4 \
        pty.4 \
        puc.4 \
        pwmc.4 \
+       ${_qat.4} \
        ${_qat_c2xxx.4} \
        ${_qlxge.4} \
        ${_qlxgb.4} \
@@ -837,6 +838,7 @@ _nvme.4=    nvme.4
 _nvram.4=      nvram.4
 _padlock.4=    padlock.4
 _pchtherm.4=   pchtherm.4
+_qat.4=                qat.4
 _qat_c2xxx.4=  qat_c2xxx.4
 _rr232x.4=     rr232x.4
 _speaker.4=    speaker.4

Reply via email to