summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/scsi_devinfo.c
diff options
context:
space:
mode:
authorJames Bottomley2005-08-09 19:57:11 +0200
committerJames Bottomley2005-08-12 18:40:50 +0200
commit507caac75e86bd041c5462e5e988fb7138e21d79 (patch)
treef06bcce2cd9230e19fe20bc0c884f03fc0779752 /drivers/scsi/scsi_devinfo.c
parent[SCSI] aic79xx: fix boot panic with no hardware (diff)
downloadkernel-qcow2-linux-507caac75e86bd041c5462e5e988fb7138e21d79.tar.gz
kernel-qcow2-linux-507caac75e86bd041c5462e5e988fb7138e21d79.tar.xz
kernel-qcow2-linux-507caac75e86bd041c5462e5e988fb7138e21d79.zip
[SCSI] Make the HSG80 a REPORTLUN2 device
From: Steve Wilcox <spwilcox@att.com> 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. Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Diffstat (limited to 'drivers/scsi/scsi_devinfo.c')
-rw-r--r--drivers/scsi/scsi_devinfo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/scsi_devinfo.c b/drivers/scsi/scsi_devinfo.c
index d9963a848d94..b444ec2e1c64 100644
--- a/drivers/scsi/scsi_devinfo.c
+++ b/drivers/scsi/scsi_devinfo.c
@@ -136,7 +136,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 */