summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2014-08-25 14:46:09 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2014-08-25 14:46:09 +0000
commit154361a9a8d6ea0042f054a4cae0c713e7bdec96 (patch)
tree5e38c1c2b033b2df3655e3b2a71b78f1d558f13b
parent455c8fac596240884a022601c85ece1beb7f82a5 (diff)
add an example vmx config line
ok dlg@
-rw-r--r--share/man/man4/vmwpvs.412
1 files changed, 10 insertions, 2 deletions
diff --git a/share/man/man4/vmwpvs.4 b/share/man/man4/vmwpvs.4
index 915eb40c071..8bf8e13f465 100644
--- a/share/man/man4/vmwpvs.4
+++ b/share/man/man4/vmwpvs.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: vmwpvs.4,v 1.1 2013/10/08 15:44:46 dlg Exp $
+.\" $OpenBSD: vmwpvs.4,v 1.2 2014/08/25 14:46:08 jsg Exp $
.\"
.\" Copyright (c) 2013 David Gwynne <dlg@openbsd.org>
.\"
@@ -14,7 +14,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: October 8 2013 $
+.Dd $Mdocdate: August 25 2014 $
.Dt VMWPVS 4
.Os
.Sh NAME
@@ -27,6 +27,14 @@ The
.Nm
driver provides support for storage controllers using the
Paravirtual SCSI interface a VMware hypervisor can provide to its guests.
+.Sh EXAMPLES
+The following entry must be added to the VMware configuration file
+to provide the
+.Nm
+device:
+.Bd -literal -offset indent
+scsi0.virtualDev = "pvscsi"
+.Ed
.Sh SEE ALSO
.Xr intro 4 ,
.Xr pci 4 ,