public inbox for linux-scsi@vger.kernel.org
 help / color / mirror / Atom feed
* Dell 660F needs BLIST_LARGELUN
@ 2004-09-30 18:26 misterbawb
  2004-09-30 18:48 ` James Bottomley
  0 siblings, 1 reply; 2+ messages in thread
From: misterbawb @ 2004-09-30 18:26 UTC (permalink / raw)
  To: linux-scsi

[-- Attachment #1: Type: text/plain, Size: 329 bytes --]

I have a 660F array here with 14 LUNs, and 2.6.8.1 fails to detect any
past the first 8.  Attached is a patch to fix that.

2.4.26 already has the largelun flag for the 660F:
http://linux.bkbits.net:8080/linux-2.4/diffs/drivers/scsi/scsi_scan.c@1.16?nav=index.html|src/|src/drivers|src/drivers/scsi|hist/drivers/scsi/scsi_scan.c

[-- Attachment #2: dell-660F-largelun.patch --]
[-- Type: application/octet-stream, Size: 600 bytes --]

--- scsi_devinfo.c.orig	2004-09-30 09:20:38.961125680 -0400
+++ scsi_devinfo.c	2004-09-30 09:21:00.172901000 -0400
@@ -132,7 +132,7 @@
 	{"COMPAQ", "HSV110", NULL, BLIST_REPORTLUN2 | BLIST_NOSTARTONADD},
 	{"DDN", "SAN DataDirector", "*", BLIST_SPARSELUN},
 	{"DEC", "HSG80", NULL, BLIST_SPARSELUN | BLIST_NOSTARTONADD},
-	{"DELL", "PV660F", NULL, BLIST_SPARSELUN},
+	{"DELL", "PV660F", NULL, BLIST_SPARSELUN | BLIST_LARGELUN},
 	{"DELL", "PV660F   PSEUDO", NULL, BLIST_SPARSELUN},
 	{"DELL", "PSEUDO DEVICE .", NULL, BLIST_SPARSELUN},	/* Dell PV 530F */
 	{"DELL", "PV530F", NULL, BLIST_SPARSELUN},

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

end of thread, other threads:[~2004-09-30 18:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-09-30 18:26 Dell 660F needs BLIST_LARGELUN misterbawb
2004-09-30 18:48 ` James Bottomley

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox