You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07: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:
committed by
James Bottomley
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
|
||||
},
|
||||
{ },
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user