Linux SCSI subsystem development
 help / color / mirror / Atom feed
* [TRIVIAL] Patch for linux 2.5.32
@ 2002-09-10  9:18 Rusty Trivial Russell
  2002-09-10 20:01 ` Patrick Mansfield
  0 siblings, 1 reply; 2+ messages in thread
From: Rusty Trivial Russell @ 2002-09-10  9:18 UTC (permalink / raw)
  To: linux-scsi; +Cc: Josef

[ This patch had no attached comment: is it sane? --RR ]
From:  Josef <josef.moellers@fujitsu-siemens.com>

  -- 
  Josef Möllers (Pinguinpfleger bei FSC)
  	If failure had no penalty success would not be a prize
  						-- T.  Pratchett--- linux-2.5.32/drivers/scsi/scsi_scan.c	Thu Aug 29 10:37:55 2002

--- trivial-2.5.34/drivers/scsi/scsi_scan.c.orig	2002-09-10 19:10:54.000000000 +1000
+++ trivial-2.5.34/drivers/scsi/scsi_scan.c	2002-09-10 19:10:54.000000000 +1000
@@ -162,8 +162,8 @@
 	{"TOSHIBA", "CDROM", NULL, BLIST_ISROM},
 	{"TOSHIBA", "CD-ROM", NULL, BLIST_ISROM},
 	{"MegaRAID", "LD", NULL, BLIST_FORCELUN},
-	{"DGC", "RAID", NULL, BLIST_SPARSELUN},	/* Dell PV 650F, storage on LUN 0 */
-	{"DGC", "DISK", NULL, BLIST_SPARSELUN},	/* Dell PV 650F, no storage on LUN 0 */
+        {"DGC", "DISK", NULL, BLIST_SPARSELUN | BLIST_LARGELUN | BLIST_FORCELUN },
+        {"DGC", "RAID ", NULL, BLIST_SPARSELUN | BLIST_LARGELUN | BLIST_FORCELUN },
 	{"DELL", "PV660F", NULL, BLIST_SPARSELUN},
 	{"DELL", "PV660F   PSEUDO", NULL, BLIST_SPARSELUN},
 	{"DELL", "PSEUDO DEVICE .", NULL, BLIST_SPARSELUN},	/* Dell PV 530F */
@@ -183,6 +183,10 @@
 	{"COMPAQ", "MSA1000", NULL, BLIST_FORCELUN},
 	{"HP", "C1557A", NULL, BLIST_FORCELUN},
 	{"IBM", "AuSaV1S2", NULL, BLIST_FORCELUN},
+        {"EUROLOGC", "FC2502", NULL, BLIST_SPARSELUN | BLIST_LARGELUN | BLIST_FORCELUN },
+        {"FSC FC47", "DISK", NULL, BLIST_SPARSELUN | BLIST_LARGELUN | BLIST_FORCELUN },
+        {"FSC FC47", "RAID ", NULL, BLIST_SPARSELUN | BLIST_LARGELUN | BLIST_FORCELUN },
+        {"MYLEX", "DACARMRB", NULL, BLIST_SPARSELUN | BLIST_LARGELUN | BLIST_FORCELUN },
 };
 
 #define ALLOC_FAILURE_MSG	KERN_ERR "%s: Allocation failure during" \
-- 
  Don't blame me: the Monkey is driving
  File: Josef =?iso-8859-1?Q?M=F6llers?= <josef.moellers@fujitsu-siemens.com>: Patch for linux 2.5.32
-
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

end of thread, other threads:[~2002-09-10 20:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-09-10  9:18 [TRIVIAL] Patch for linux 2.5.32 Rusty Trivial Russell
2002-09-10 20:01 ` Patrick Mansfield

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