From: "David A. Lethe" <david@santools.com>
To: <linux-kernel@vger.kernel.org>
Cc: <linux-scsi@vger.kernel.org>
Subject: Patch to scsi_scan.c to look for LUNs on XYRATEX RAID subsystems
Date: Wed, 11 Jun 2003 08:58:56 -0500 [thread overview]
Message-ID: <11e901c33021$9a8928c0$6301a8c0@DLETHE> (raw)
To all:
This contains a patch that must be made to the scsi_scan.c file which
instructs the O/S to scan
for LUNS on XYRATEX family RAID subsystems.
I created the patch against the 2.4.20 kernel, but all things considered, I
would like to get this single
line of new text added to all 2.4 kernels, and all future kernels.
Note that I only tested against the "RS" string. This is by design, as we
have 12 different productID strings
depending on the RAID engine and enclosure model. Just testing against RS
will work for us as well as save
valuable CPU cycles and kernel space for all.
Any questions, comments, concerns should be addressed to me,
david_lethe@us.xyratex.com
or david@santools.com
Phone number: 972-618-2265
P.S. Acknowledgement that this have been incorporated will be appreciated.
========================================================
--- linux-2.4/drivers/scsi/scsi_scan.c 2003-05-29 05:41:09.000000000 -0500
+++ linux/drivers/scsi/scsi_scan.c 2003-06-11 08:00:50.000000000 -0500
@@ -194,6 +194,7 @@
{"SGI", "TP9400", "*", BLIST_SPARSELUN | BLIST_LARGELUN},
{"SGI", "TP9500", "*", BLIST_SPARSELUN | BLIST_LARGELUN},
{"MYLEX", "DACARMRB", "*", BLIST_SPARSELUN | BLIST_LARGELUN},
+ {"XYRATEX", "RS", "*", BLIST_SPARSELUN | BLIST_LARGELUN},
/*
* Must be at end of list...
reply other threads:[~2003-06-11 13:46 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='11e901c33021$9a8928c0$6301a8c0@DLETHE' \
--to=david@santools.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-scsi@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®