mirror of
https://github.com/opnsense/src.git
synced 2026-06-13 18:50:31 -04:00
vmm.4: Add verbiage about need to load module from loader.conf
PR: 277530 MFC after: 1 week Co-authored-by: Mateusz Piotrowski <0mp@FreeBSD.org>
This commit is contained in:
parent
e436cb7966
commit
d0168b32bc
1 changed files with 14 additions and 1 deletions
|
|
@ -22,7 +22,7 @@
|
|||
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
.\" SUCH DAMAGE.
|
||||
.\"
|
||||
.Dd October 12, 2023
|
||||
.Dd March 6, 2024
|
||||
.Dt VMM 4
|
||||
.Os
|
||||
.Sh NAME
|
||||
|
|
@ -70,6 +70,19 @@ See the
|
|||
.Sx EXAMPLES
|
||||
section below for sample usage.
|
||||
.Pp
|
||||
Note that
|
||||
.Nm vmm
|
||||
must be given first the right of refusal to all
|
||||
.Xr pci 4
|
||||
devices it may need to claim.
|
||||
As a result, the
|
||||
.Nm vmm
|
||||
kernel module almost certainly needs to be loaded from
|
||||
.Xr loader.conf 5
|
||||
rather than by adding it to
|
||||
.Va kld_list in
|
||||
.Xr rc.conf 5 .
|
||||
.Pp
|
||||
A large number of PCI device entries may require a string longer than the
|
||||
128-character limit of
|
||||
.Xr loader.conf 5
|
||||
|
|
|
|||
Loading…
Reference in a new issue