Linux SCSI subsystem development
 help / color / mirror / Atom feed
From: Steve Wilcox <spwilcox@att.com>
To: linux-scsi mailing list <linux-scsi@vger.kernel.org>
Subject: [PATCH]  DEC hsg80 needs BLIST_REPORTLUN2
Date: Tue, 09 Aug 2005 13:26:57 -0400	[thread overview]
Message-ID: <1123608417.30193.23.camel@aptis101.cqtel.com> (raw)

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 */

             reply	other threads:[~2005-08-09 17:27 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-08-09 17:26 Steve Wilcox [this message]
2005-08-09 17:51 ` [PATCH] DEC hsg80 needs BLIST_REPORTLUN2 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1123608417.30193.23.camel@aptis101.cqtel.com \
    --to=spwilcox@att.com \
    --cc=linux-scsi@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox