git: fe7ce1f3b80a - stable/13 - bhyve.8: Improve AHCI backends documentation
Mateusz Piotrowski
0mp at FreeBSD.org
Mon Aug 16 09:04:17 UTC 2021
The branch stable/13 has been updated by 0mp (doc, ports committer):
URL: https://cgit.FreeBSD.org/src/commit/?id=fe7ce1f3b80a63ddfffc7b840069b08abb0afd0c
commit fe7ce1f3b80a63ddfffc7b840069b08abb0afd0c
Author: Mateusz Piotrowski <0mp at FreeBSD.org>
AuthorDate: 2021-04-18 23:44:23 +0000
Commit: Mateusz Piotrowski <0mp at FreeBSD.org>
CommitDate: 2021-08-16 09:00:27 +0000
bhyve.8: Improve AHCI backends documentation
- Document the backend format.
MFC after: 2 weeks
(cherry picked from commit d5fcc4b6066e878ed70bce7a52d6aca605befde5)
---
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
More information about the dev-commits-src-all
mailing list