svn commit: r348294 - head/share/man/man4

Conrad Meyer cem at FreeBSD.org
Mon May 27 00:51:28 UTC 2019


Author: cem
Date: Mon May 27 00:51:27 2019
New Revision: 348294
URL: https://svnweb.freebsd.org/changeset/base/348294

Log:
  virtio.4: Add missing devices and Xr
  
  This page could probably use further improvement.

Modified:
  head/share/man/man4/virtio.4

Modified: head/share/man/man4/virtio.4
==============================================================================
--- head/share/man/man4/virtio.4	Mon May 27 00:47:51 2019	(r348293)
+++ head/share/man/man4/virtio.4	Mon May 27 00:51:27 2019	(r348294)
@@ -24,7 +24,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd January 22, 2012
+.Dd May 26, 2019
 .Dt VIRTIO 4
 .Os
 .Sh NAME
@@ -64,28 +64,37 @@ interrupt notifications needed to interact with the hy
 .Fx
 supports the following VirtIO devices:
 .Bl -hang -offset indent -width xxxxxxxx
-.It Nm Ethernet
+.It Sy Ethernet
 An emulated Ethernet device is provided by the
 .Xr vtnet 4
 device driver.
-.It Nm Block
+.It Sy Block
 An emulated disk controller is provided by the
 .Xr virtio_blk 4
 device driver.
-.It Nm SCSI
-An emulated SCSI HBA is provided by the
-.Xr virtio_scsi 4
-device driver.
-.It Nm Balloon
+.It Sy Console
+Provided by the
+.Xr virtio_console 4
+driver.
+.It Sy Entropy
+Provided by the
+.Xr virtio_random 4
+driver.
+.It Sy Balloon
 A pseudo-device to allow the VM to release memory back to the hypervisor is
 provided by the
 .Xr virtio_balloon 4
 device driver.
+.It Sy SCSI
+An emulated SCSI HBA is provided by the
+.Xr virtio_scsi 4
+device driver.
 .El
 .Sh SEE ALSO
 .Xr virtio_balloon 4 ,
 .Xr virtio_blk 4 ,
 .Xr virtio_console 4 ,
+.Xr virtio_random 4 ,
 .Xr virtio_scsi 4 ,
 .Xr vtnet 4
 .Sh HISTORY


More information about the svn-src-head mailing list