[PATCH] LSI Logic MegaRAID3 PCI ID [Was: MegaRAID on AMD64 under2.6.1]

From: Chris Meadors
Date: Thu Jan 08 2004 - 12:20:59 EST


On Thu, 2004-01-08 at 11:55, Christoph Hellwig wrote:
> On Thu, Jan 08, 2004 at 11:51:58AM -0500, Chris Meadors wrote:
> > i.e. PCI_VENDOR_ID_LSI_LOGIC, PCI_DEVICE_ID_AMI_MEGARAID3
> >
> > When I added the lines for that combination to megaraid_pci_tbl[], the
> > driver found the card. So, I'm cool now.
>
> Care to send a patch to Linus to add it? And my apologies for losing
> that entry.

Sure thing, it is attatched, as I fear the white space mangling
abilities of my MUA.

--
Chris
--- linux-2.6.1-rc2.orig/drivers/scsi/megaraid.c 2004-01-08 12:14:51.000000000 -0500
+++ linux-2.6.1-rc2/drivers/scsi/megaraid.c 2004-01-08 12:01:24.000000000 -0500
@@ -5095,6 +5095,8 @@
PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0},
{PCI_VENDOR_ID_LSI_LOGIC, PCI_DEVICE_ID_AMI_MEGARAID,
PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0},
+ {PCI_VENDOR_ID_LSI_LOGIC, PCI_DEVICE_ID_AMI_MEGARAID3,
+ PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0},
{0,}
};
MODULE_DEVICE_TABLE(pci, megaraid_pci_tbl);