mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Install pvscsi man page
This was lost during the initial introduction of the pvscsi driver [1]. Later the driver was enabled on arm64 [2], so also install the man page on arm64. 1.052e12a508Add the pvscsi driver to the tree 2.375d797b81Enable pvscsi and vmx in arm64 GENERIC Reviewed by: emaste, Alexander Ziaee <concussious.bugzilla_runbox.com> (manpages) MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D47712 (cherry picked from commit1811fa623d)
This commit is contained in:
parent
20675c61d1
commit
d460330dfe
1 changed files with 2 additions and 0 deletions
|
|
@ -455,6 +455,7 @@ MAN= aac.4 \
|
|||
pty.4 \
|
||||
puc.4 \
|
||||
pwmc.4 \
|
||||
${_pvscsi.4} \
|
||||
${_qat.4} \
|
||||
${_qat_c2xxx.4} \
|
||||
${_qlxge.4} \
|
||||
|
|
@ -901,6 +902,7 @@ _if_vmx.4= if_vmx.4
|
|||
_ipmi.4= ipmi.4
|
||||
_linux.4= linux.4
|
||||
_ossl.4= ossl.4
|
||||
_pvscsi.4= pvscsi.4
|
||||
_vmx.4= vmx.4
|
||||
.endif
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue