summaryrefslogtreecommitdiffstats
path: root/share/man/man4/virtio.4
diff options
context:
space:
mode:
authorgrehan <grehan@FreeBSD.org>2012-10-11 23:41:18 +0000
committergrehan <grehan@FreeBSD.org>2012-10-11 23:41:18 +0000
commit789936ed16160b255b39c7877ee634488b986154 (patch)
treefdac435e31add6e8495afa492b12c65de2cfbcbf /share/man/man4/virtio.4
parentc075ec12dd86ade9b13b29556568c607a29dbf0e (diff)
downloadFreeBSD-src-789936ed16160b255b39c7877ee634488b986154.zip
FreeBSD-src-789936ed16160b255b39c7877ee634488b986154.tar.gz
Virtio SCSI driver
Submitted by: Bryan Venteicher bryanv at daemoninthecloset dot org Reviewed by: grehan
Diffstat (limited to 'share/man/man4/virtio.4')
-rw-r--r--share/man/man4/virtio.45
1 files changed, 5 insertions, 0 deletions
diff --git a/share/man/man4/virtio.4 b/share/man/man4/virtio.4
index f30f339..6856f69 100644
--- a/share/man/man4/virtio.4
+++ b/share/man/man4/virtio.4
@@ -72,6 +72,10 @@ device driver.
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
A pseudo-device to allow the VM to release memory back to the hypervisor is
provided by the
@@ -81,6 +85,7 @@ device driver.
.Sh SEE ALSO
.Xr virtio_balloon 4 ,
.Xr virtio_blk 4 ,
+.Xr virtio_scsi 4 ,
.Xr vtnet 4
.Sh HISTORY
Support for VirtIO first appeared in
OpenPOWER on IntegriCloud