aboutsummaryrefslogtreecommitdiff
path: root/share/man/man4
diff options
context:
space:
mode:
authorConrad Meyer <cem@FreeBSD.org>2019-05-27 00:51:27 +0000
committerConrad Meyer <cem@FreeBSD.org>2019-05-27 00:51:27 +0000
commitb1adb000cdc2b7967ec035556f294d337e3ab117 (patch)
tree8841024c2f89ed1704fd89ede09e2677438a960a /share/man/man4
parent6fe286ed8306511315ae774d877a3536db143987 (diff)
downloadsrc-b1adb000cdc2b7967ec035556f294d337e3ab117.tar.gz
src-b1adb000cdc2b7967ec035556f294d337e3ab117.zip
virtio.4: Add missing devices and Xr
This page could probably use further improvement.
Notes
Notes: svn path=/head/; revision=348294
Diffstat (limited to 'share/man/man4')
-rw-r--r--share/man/man4/virtio.425
1 files changed, 17 insertions, 8 deletions
diff --git a/share/man/man4/virtio.4 b/share/man/man4/virtio.4
index cd10d114da5a..75fec148a076 100644
--- a/share/man/man4/virtio.4
+++ b/share/man/man4/virtio.4
@@ -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 hypervisor.
.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