summaryrefslogtreecommitdiffstats
path: root/sys/dev/virtio/virtio.c
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 /sys/dev/virtio/virtio.c
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 'sys/dev/virtio/virtio.c')
-rw-r--r--sys/dev/virtio/virtio.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/virtio/virtio.c b/sys/dev/virtio/virtio.c
index 1cac3c7..6c6b0bc 100644
--- a/sys/dev/virtio/virtio.c
+++ b/sys/dev/virtio/virtio.c
@@ -58,6 +58,7 @@ static struct virtio_ident {
{ VIRTIO_ID_ENTROPY, "Entropy" },
{ VIRTIO_ID_BALLOON, "Balloon" },
{ VIRTIO_ID_IOMEMORY, "IOMemory" },
+ { VIRTIO_ID_SCSI, "SCSI" },
{ VIRTIO_ID_9P, "9P Transport" },
{ 0, NULL }
OpenPOWER on IntegriCloud