From: Yanko Kaneti <yaneti@declera.com>
To: linux-scsi@vger.kernel.org
Subject: [PATCH] SYM2: claim only "Storage" class, some more
Date: Sun, 15 Oct 2006 22:59:19 +0300 [thread overview]
Message-ID: <1160942359.27948.29.camel@indigo.declera.com> (raw)
Hi,
The Compaq dl380 that I have here has a 53C1510 of the
PCI_DEVICE_ID_NCR_53C1510 (0x0010) variety and sym2 still claims it so
for me knowing little about scsi/pci/sym2/cpqarray copying Grant
Grundler's PCI_DEVICE_ID_LSI_53C1510 fix seems like the correct thing to
do. (and fixes it for me)
Cheers
Yanko
ps.
I also bugzilla-ed this a week or so ago..
http://bugzilla.kernel.org/show_bug.cgi?id=7279 but perhaps should have
posted here first
Signed-off-by: Yanko Kaneti <yaneti@declera.com>
drivers/scsi/sym53c8xx_2/sym_glue.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- a/drivers/scsi/sym53c8xx_2/sym_glue.c
+++ b/drivers/scsi/sym53c8xx_2/sym_glue.c
@@ -2094,7 +2094,7 @@
{ PCI_VENDOR_ID_LSI_LOGIC, PCI_DEVICE_ID_NCR_53C875,
PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0UL },
{ PCI_VENDOR_ID_LSI_LOGIC, PCI_DEVICE_ID_NCR_53C1510,
- PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0UL }, /* new */
+ PCI_ANY_ID, PCI_ANY_ID, PCI_CLASS_STORAGE_SCSI<<8, 0xffff00, 0UL }, /* new */
{ PCI_VENDOR_ID_LSI_LOGIC, PCI_DEVICE_ID_LSI_53C895A,
PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0UL },
{ PCI_VENDOR_ID_LSI_LOGIC, PCI_DEVICE_ID_LSI_53C875A,
reply other threads:[~2006-10-15 19:59 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=1160942359.27948.29.camel@indigo.declera.com \
--to=yaneti@declera.com \
--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