use the proper name for the virtio-blk devices

The name 'virtio-scsi' is misleading, since there is another device
called 'virtio-scsi' in QEMU. Use the name 'virtio-blk' instead.

Signed-off-by: Artyom Tarasenko <atar4qemu@gmail.com>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>

git-svn-id: svn://coreboot.org/openbios/trunk/openbios-devel@1133 f158a5a8-5612-0410-a976-696ce0be7e32
This commit is contained in:
Artyom Tarasenko 2013-04-27 11:42:18 +00:00 committed by Blue Swirl
parent 243523a466
commit 6341e17da7
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ static const pci_dev_t scsi_devices[] = {
{
/* Virtio-block controller */
PCI_VENDOR_ID_REDHAT_QUMRANET, PCI_DEVICE_ID_VIRTIO_BLOCK,
NULL, "virtio-scsi", NULL,
NULL, "virtio-blk", NULL,
"pci1af4,1001\0pci1af4,1001\0pciclass,01018f\0",
0, 0, 0,
NULL, NULL,