* [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* Re: [TRIVIAL] Patch for linux 2.5.32
2002-09-10 9:18 [TRIVIAL] Patch for linux 2.5.32 Rusty Trivial Russell
@ 2002-09-10 20:01 ` Patrick Mansfield
0 siblings, 0 replies; 2+ messages in thread
From: Patrick Mansfield @ 2002-09-10 20:01 UTC (permalink / raw)
To: Rusty Trivial Russell, Josef; +Cc: linux-scsi
It is sane, but Josef -
Do devices that are adding BLIST_LARGELUN have a way to configure their
scsi level? Most disk arrays built in the last 3 years (or more) can
modify the scsi level they report. Changing the scsi level to 3 or higher
is preferable to adding a BLIST_LARGELUN.
Do devices that are adding BLIST_SPARSELUN or BLIST_FORCELUN have
SCSI REPORT LUNS support? If so SCSI REPORT LUN probing/scanning is
preferable and neither flag is needed; also, a SCSI REPORT LUN will
only be used if the scsi level is greater than 2.
-- Patrick Mansfield
On Tue, Sep 10, 2002 at 07:18:53PM +1000, Rusty Trivial Russell wrote:
> [ 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