Linux SCSI subsystem development
 help / color / mirror / Atom feed
* [PATCH] Additional BLIST_LARGELUN devices
@ 2002-06-26 16:47 Kurt Garloff
  2002-06-26 22:07 ` Kurt Garloff
  2002-06-27 14:09 ` Michael Clark
  0 siblings, 2 replies; 7+ messages in thread
From: Kurt Garloff @ 2002-06-26 16:47 UTC (permalink / raw)
  To: Marcelo Tosatti, Dave Jones; +Cc: Linux SCSI list


[-- Attachment #1.1: Type: text/plain, Size: 554 bytes --]

Hi Marcello, Dave,

here are some additional devices that need the BLIST_LARGELUN flag.
When I sent the patch to implement the flag, I only knew about the EMC
Symmetrix. Some more have turned up ...
The ones here have been collected from EMC, RH, SuSE sources.

Please consider inclusion into the next 2.4.19 RC.

Regards,
-- 
Kurt Garloff  <garloff@suse.de>                          Eindhoven, NL
GPG key: See mail header, key servers         Linux kernel development
SuSE Linux AG, Nuernberg, DE                            SCSI, Security

[-- Attachment #1.2: 50_scsi-largelun-2.4.19-pre7aa1 --]
[-- Type: text/plain, Size: 2127 bytes --]

diff -urN linux-2.4.18.tmp/drivers/scsi/scsi_scan.c linux-2.4.18.SuSE/drivers/scsi/scsi_scan.c
--- linux-2.4.18.tmp/drivers/scsi/scsi_scan.c	Wed Apr 24 11:26:44 2002
+++ linux-2.4.18.SuSE/drivers/scsi/scsi_scan.c	Wed Apr 24 11:35:48 2002
@@ -149,17 +149,17 @@
  	{"TOSHIBA","CDROM","*", BLIST_ISROM},
  	{"TOSHIBA","CD-ROM","*", BLIST_ISROM},
 	{"MegaRAID", "LD", "*", BLIST_FORCELUN},
-	{"DGC",  "RAID",      "*", BLIST_SPARSELUN}, // Dell PV 650F (tgt @ LUN 0)
-	{"DGC",  "DISK",      "*", BLIST_SPARSELUN}, // Dell PV 650F (no tgt @ LUN 0) 
-	{"DELL", "PV660F",   "*", BLIST_SPARSELUN},
-	{"DELL", "PV660F   PSEUDO",   "*", BLIST_SPARSELUN},
-	{"DELL", "PSEUDO DEVICE .",   "*", BLIST_SPARSELUN}, // Dell PV 530F
-	{"DELL", "PV530F",    "*", BLIST_SPARSELUN}, // Dell PV 530F
+	{"DGC",  "RAID",      "*", BLIST_SPARSELUN | BLIST_LARGELUN}, // Dell PV 650F (tgt @ LUN 0)
+	{"DGC",  "DISK",      "*", BLIST_SPARSELUN | BLIST_LARGELUN}, // Dell PV 650F (no tgt @ LUN 0) 
+	{"DELL", "PV660F",   "*", BLIST_SPARSELUN | BLIST_LARGELUN},
+	{"DELL", "PV660F   PSEUDO",   "*", BLIST_SPARSELUN | BLIST_LARGELUN},
+	{"DELL", "PSEUDO DEVICE .",   "*", BLIST_SPARSELUN | BLIST_LARGELUN}, // Dell PV 530F
+	{"DELL", "PV530F",    "*", BLIST_SPARSELUN | BLIST_LARGELUN}, // Dell PV 530F
 	{"EMC", "SYMMETRIX", "*", BLIST_SPARSELUN | BLIST_LARGELUN | BLIST_FORCELUN},
 	{"HP", "A6189A", "*", BLIST_SPARSELUN |  BLIST_LARGELUN}, // HP VA7400, by Alar Aun
-	{"CMD", "CRA-7280", "*", BLIST_SPARSELUN},   // CMD RAID Controller
-	{"CNSI", "G7324", "*", BLIST_SPARSELUN},     // Chaparral G7324 RAID
-	{"CNSi", "G8324", "*", BLIST_SPARSELUN},     // Chaparral G8324 RAID
+	{"CMD", "CRA-7280", "*", BLIST_SPARSELUN | BLIST_LARGELUN},   // CMD RAID Controller
+	{"CNSI", "G7324", "*", BLIST_SPARSELUN | BLIST_LARGELUN},     // Chaparral G7324 RAID
+	{"CNSi", "G8324", "*", BLIST_SPARSELUN | BLIST_LARGELUN},     // Chaparral G8324 RAID
 	{"Zzyzx", "RocketStor 500S", "*", BLIST_SPARSELUN},
 	{"Zzyzx", "RocketStor 2000", "*", BLIST_SPARSELUN},
 	{"SONY", "TSL",       "*", BLIST_FORCELUN},  // DDS3 & DDS4 autoloaders

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

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

end of thread, other threads:[~2002-06-27 21:28 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-06-26 16:47 [PATCH] Additional BLIST_LARGELUN devices Kurt Garloff
2002-06-26 22:07 ` Kurt Garloff
2002-06-27 12:44   ` Michael Heinz
2002-06-27 14:09 ` Michael Clark
2002-06-27 14:53   ` Kurt Garloff
2002-06-27 20:22     ` Marcelo Tosatti
2002-06-27 21:28       ` Kurt Garloff

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