projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
41764fa
)
scsi: devinfo: apply to HP XP the same flags as Hitachi VSP
author
Xose Vazquez Perez
<
[email protected]
>
Fri, 17 Nov 2017 20:31:36 +0000
(21:31 +0100)
committer
Martin K. Petersen
<
[email protected]
>
Fri, 8 Dec 2017 02:31:25 +0000
(21:31 -0500)
Commit
56f3d383f37b
("scsi: scsi_devinfo: Add TRY_VPD_PAGES to HITACHI
OPEN-V blacklist entry") modified some Hitachi entries:
HITACHI is always supporting VPD pages, even though it's claiming to
support SCSI Revision 3 only.
The same should have been done also for HP-rebranded.
[mkp: checkpatch and tweaked commit message]
Cc: Hannes Reinecke <
[email protected]
>
Cc: Takahiro Yasui <
[email protected]
>
Cc: Matthias Rudolph <
[email protected]
>
Cc: Martin K. Petersen <
[email protected]
>
Cc: James E.J. Bottomley <
[email protected]
>
Cc: SCSI ML <
[email protected]
>
Signed-off-by: Xose Vazquez Perez <
[email protected]
>
Signed-off-by: Martin K. Petersen <
[email protected]
>
drivers/scsi/scsi_devinfo.c
patch
|
blob
|
history
diff --git
a/drivers/scsi/scsi_devinfo.c
b/drivers/scsi/scsi_devinfo.c
index baf269d1e4b0f3983457107489b7b97343ca4549..638089d51d880fae66a942c1265bf92a0b4a3490 100644
(file)
--- a/
drivers/scsi/scsi_devinfo.c
+++ b/
drivers/scsi/scsi_devinfo.c
@@
-182,7
+182,7
@@
static struct {
{"HITACHI", "6586-", "*", BLIST_SPARSELUN | BLIST_LARGELUN},
{"HITACHI", "6588-", "*", BLIST_SPARSELUN | BLIST_LARGELUN},
{"HP", "A6189A", NULL, BLIST_SPARSELUN | BLIST_LARGELUN}, /* HP VA7400 */
- {"HP", "OPEN-", "*", BLIST_REPORTLUN2}, /* HP XP Arrays */
+ {"HP", "OPEN-", "*", BLIST_REPORTLUN2
| BLIST_TRY_VPD_PAGES
}, /* HP XP Arrays */
{"HP", "NetRAID-4M", NULL, BLIST_FORCELUN},
{"HP", "HSV100", NULL, BLIST_REPORTLUN2 | BLIST_NOSTARTONADD},
{"HP", "C1557A", NULL, BLIST_FORCELUN},