projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6f94d5d
)
[SCSI] storvsc: Support FC devices
author
K. Y. Srinivasan
<kys@microsoft.com>
Tue, 4 Jun 2013 19:05:08 +0000
(12:05 -0700)
committer
James Bottomley
<JBottomley@Parallels.com>
Mon, 8 Jul 2013 06:11:21 +0000
(07:11 +0100)
Signed-off-by: K. Y. Srinivasan <kys@microsoft.com>
Reviewed-by: Haiyang Zhang <haiyangz@microsoft.com>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
drivers/scsi/storvsc_drv.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/scsi/storvsc_drv.c
b/drivers/scsi/storvsc_drv.c
index 1d4d42506ef8880d0e0232e512012bbc0a0353a7..b864e7c3da4b98cc0f2aeafe308f3bc192d3d79a 100644
(file)
--- a/
drivers/scsi/storvsc_drv.c
+++ b/
drivers/scsi/storvsc_drv.c
@@
-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
+ },
{ },
};