The branch main has been updated by 0mp (doc, ports committer):

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

commit d5fcc4b6066e878ed70bce7a52d6aca605befde5
Author:     Mateusz Piotrowski <[email protected]>
AuthorDate: 2021-04-18 23:44:23 +0000
Commit:     Mateusz Piotrowski <[email protected]>
CommitDate: 2021-04-19 00:16:13 +0000

    bhyve.8: Improve AHCI backends documentation
    
    - Document the backend format.
    
    MFC after:      2 weeks
---
 usr.sbin/bhyve/bhyve.8 | 26 ++++++++++++++++++++------
 1 file changed, 20 insertions(+), 6 deletions(-)

diff --git a/usr.sbin/bhyve/bhyve.8 b/usr.sbin/bhyve/bhyve.8
index e5eec5288204..7bbb663665d7 100644
--- a/usr.sbin/bhyve/bhyve.8
+++ b/usr.sbin/bhyve/bhyve.8
@@ -681,15 +681,29 @@ and
 .Cm disable .
 .El
 .Pp
-AHCI devices:
+AHCI device backends:
+.Bl -bullet
+.It
+.Sm off
+.Op Oo Cm hd\&: | cd\&: Oc Ar path
+.Op Cm ,nmrr= Ar nmrr
+.Op Cm ,ser= Ar #
+.Op Cm ,rev= Ar #
+.Op Cm ,model= Ar #
+.Sm on
+.El
+.Pp
+Configuration options are defined as follows:
 .Bl -tag -width 10n
-.It Li nmrr
-Nominal Media Rotation Rate, known as RPM. value 1 will indicate device as 
Solid State Disk. default value is 0, not report.
-.It Li ser
+.It Cm nmrr
+Nominal Media Rotation Rate, known as RPM.
+Value 1 will indicate device as Solid State Disk.
+Default value is 0, not report.
+.It Cm ser
 Serial Number with maximum 20 characters.
-.It Li rev
+.It Cm rev
 Revision Number with maximum 8 characters.
-.It Li model
+.It Cm model
 Model Number with maximum 40 characters.
 .El
 .Pp
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/dev-commits-src-main
To unsubscribe, send any mail to "[email protected]"

Reply via email to