Commit bde6d0f9 authored by K. Y. Srinivasan's avatar K. Y. Srinivasan Committed by James Bottomley

[SCSI] storvsc: Support FC devices

Signed-off-by: default avatarK. Y. Srinivasan <kys@microsoft.com>
Reviewed-by: default avatarHaiyang Zhang <haiyangz@microsoft.com>
Signed-off-by: default avatarJames Bottomley <JBottomley@Parallels.com>
parent 6f94d5de
...@@ -1702,6 +1702,7 @@ static struct scsi_host_template scsi_driver = { ...@@ -1702,6 +1702,7 @@ static struct scsi_host_template scsi_driver = {
enum { enum {
SCSI_GUID, SCSI_GUID,
IDE_GUID, IDE_GUID,
SFC_GUID,
}; };
static const struct hv_vmbus_device_id id_table[] = { static const struct hv_vmbus_device_id id_table[] = {
...@@ -1713,6 +1714,11 @@ static const struct hv_vmbus_device_id id_table[] = { ...@@ -1713,6 +1714,11 @@ static const struct hv_vmbus_device_id id_table[] = {
{ HV_IDE_GUID, { HV_IDE_GUID,
.driver_data = IDE_GUID .driver_data = IDE_GUID
}, },
/* Fibre Channel GUID */
{
HV_SYNTHFC_GUID,
.driver_data = SFC_GUID
},
{ }, { },
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment