All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH]  DEC hsg80 needs BLIST_REPORTLUN2
@ 2005-08-09 17:26 Steve Wilcox
  2005-08-09 17:51 ` James Bottomley
  0 siblings, 1 reply; 5+ messages in thread
From: Steve Wilcox @ 2005-08-09 17:26 UTC (permalink / raw)
  To: linux-scsi mailing list

In order to properly report LUN's > 7, the DEC HSG80 definition in
scsi_devinfo.c needs to include BLIST_REPORTLUN2 rather than
BLIST_SPARSELUN.  I've tested this change with several HSG firmware
revisions and with both Emulex and Qlogic HBA's.

-Steve


--- /drivers/scsi/scsi_devinfo.c 2005-05-09 12:28:15.000000000 -0400
+++ /drivers/scsi/scsi_devinfo.c 2005-05-09 12:29:03.000000000 -0400
@@ -135,7 +135,7 @@ static struct {
	{"COMPAQ", "MSA1000 VOLUME", NULL, BLIST_SPARSELUN |
BLIST_NOSTARTONADD},
	{"COMPAQ", "HSV110", NULL, BLIST_REPORTLUN2 | BLIST_NOSTARTONADD},
	{"DDN", "SAN DataDirector", "*", BLIST_SPARSELUN},
-	{"DEC", "HSG80", NULL, BLIST_SPARSELUN | BLIST_NOSTARTONADD},
+	{"DEC", "HSG80", NULL, BLIST_REPORTLUN2 | BLIST_NOSTARTONADD},
	{"DELL", "PV660F", NULL, BLIST_SPARSELUN},
	{"DELL", "PV660F PSEUDO", NULL, BLIST_SPARSELUN},
	{"DELL", "PSEUDO DEVICE .", NULL, BLIST_SPARSELUN}, /* Dell PV 530F */

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2005-08-09 18:45 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-08-09 17:26 [PATCH] DEC hsg80 needs BLIST_REPORTLUN2 Steve Wilcox
2005-08-09 17:51 ` James Bottomley
2005-08-09 18:29   ` Wilcox, Stephen P, CITPC
2005-08-09 18:36     ` James Bottomley
2005-08-09 18:45       ` Steve Wilcox

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.