public inbox for linux-scsi@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] SYM2: claim only "Storage" class, some more
@ 2006-10-15 19:59 Yanko Kaneti
  0 siblings, 0 replies; only message in thread
From: Yanko Kaneti @ 2006-10-15 19:59 UTC (permalink / raw)
  To: linux-scsi

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,




^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2006-10-15 19:59 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-10-15 19:59 [PATCH] SYM2: claim only "Storage" class, some more Yanko Kaneti

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