public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* megaraid and 2.6.1
@ 2004-02-02 12:12 Dan Podeanu
  2004-02-02 15:15 ` Chris Meadors
  0 siblings, 1 reply; 2+ messages in thread
From: Dan Podeanu @ 2004-02-02 12:12 UTC (permalink / raw)
  To: linux-kernel


Hello,

Chris Meador's patch regarding megaraid PCI IDs fixup in 2.6.1-rcX didn't
make it
in 2.6.1 so certain megaraid devices (320-1, 320-2, presumably others
aswell) aren't
recognized by 2.6.1.

>From drivers/scsi/megaraid.c:

        {PCI_VENDOR_ID_LSI_LOGIC, PCI_DEVICE_ID_AMI_MEGARAID,
                PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0},


While, according to Chris' patch:

--- linux-2.6.1-rc3.orig/drivers/scsi/megaraid.c 2004-01-08
12:14:51.000000000 -0500
+++ linux-2.6.1-rc3/drivers/scsi/megaraid.c 2004-01-08
12:01:24.000000000 -0500
@@ -5093,7 +5093,7 @@
PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0},
{PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_AMI_MEGARAID3,
PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0},
- {PCI_VENDOR_ID_LSI_LOGIC, PCI_DEVICE_ID_AMI_MEGARAID,
+ {PCI_VENDOR_ID_LSI_LOGIC, PCI_DEVICE_ID_AMI_MEGARAID3,
PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0},
{0,}
};


Anyone knows whats the status of this problem ? Does the patch fixes it ?

Regards,
Dan.


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

end of thread, other threads:[~2004-02-02 15:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-02-02 12:12 megaraid and 2.6.1 Dan Podeanu
2004-02-02 15:15 ` Chris Meadors

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