git: 84b405425b3f - main - vmd.4: Canonicalize SYNOPSIS + fix linter errors
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 29 Aug 2026 19:24:54 UTC
The branch main has been updated by ziaee:
URL: https://cgit.FreeBSD.org/src/commit/?id=84b405425b3ffe4144a46da669f147e0fc7c1bed
commit 84b405425b3ffe4144a46da669f147e0fc7c1bed
Author: Alexander Ziaee <ziaee@FreeBSD.org>
AuthorDate: 2026-08-29 17:49:23 +0000
Commit: Alexander Ziaee <ziaee@FreeBSD.org>
CommitDate: 2026-08-29 19:24:09 +0000
vmd.4: Canonicalize SYNOPSIS + fix linter errors
MFC after: 3 days
---
share/man/man4/vmd.4 | 22 ++++++++++------------
1 file changed, 10 insertions(+), 12 deletions(-)
diff --git a/share/man/man4/vmd.4 b/share/man/man4/vmd.4
index 590a368f006b..c368adee33a4 100644
--- a/share/man/man4/vmd.4
+++ b/share/man/man4/vmd.4
@@ -32,18 +32,14 @@
.Nm vmd
.Nd Intel Volume Management Device driver
.Sh SYNOPSIS
-To compile this driver into the kernel, place the following lines in your
-kernel configuration file:
-.Bd -ragged -offset indent
-.Cd "device vmd"
-.Ed
+.Cd device vmd
.Pp
-Alternatively, to load the driver as a module at boot time, place the following
-line in
+In
.Xr loader.conf 5 :
-.Bd -literal -offset indent
-vmd_load="YES"
-.Ed
+.Cd hw.vmd.bypass_msi
+.Cd hw.vmd.max_msi
+.Cd hw.vmd.max_msix
+.Cd vmd_load="YES"
.Sh DESCRIPTION
This driver attaches to Intel VMD devices, representing them as PCI-to-PCI
bridges and providing access to children PCI devices via new PCI domains.
@@ -57,8 +53,10 @@ or
.Bl -tag -width indent
.It Va hw.vmd.bypass_msi
By default all VMD devices remap children MSI/MSI-X interrupts into their
-own. It creates additional isolation, but also complicates things due to
-sharing, etc. Fortunately some VMD devices can bypass the remapping.
+own.
+It creates additional isolation, but also complicates things due to
+sharing, etc.
+Fortunately some VMD devices can bypass the remapping.
Defaults to 1.
.It Va hw.vmd.max_msi
Limits number of Message Signaled Interrupt (MSI) vectors allowed to each