mirror of
https://github.com/torvalds/linux.git
synced 2024-11-26 14:12:06 +00:00
[SCSI] storvsc: Support FC devices
Signed-off-by: K. Y. Srinivasan <kys@microsoft.com> Reviewed-by: Haiyang Zhang <haiyangz@microsoft.com> Signed-off-by: James Bottomley <JBottomley@Parallels.com>
This commit is contained in:
parent
6f94d5de09
commit
bde6d0f987
@ -1702,6 +1702,7 @@ static struct scsi_host_template scsi_driver = {
|
||||
enum {
|
||||
SCSI_GUID,
|
||||
IDE_GUID,
|
||||
SFC_GUID,
|
||||
};
|
||||
|
||||
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,
|
||||
.driver_data = IDE_GUID
|
||||
},
|
||||
/* Fibre Channel GUID */
|
||||
{
|
||||
HV_SYNTHFC_GUID,
|
||||
.driver_data = SFC_GUID
|
||||
},
|
||||
{ },
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user