[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


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);

この情報があなたの探していたものかどうか選択してください。
yes/まさにこれだ!   no/違うなぁ   part/一部見つかった   try/これで試してみる

あなたが探していた情報はどのようなことか、ご自由に記入下さい。特に「まさにこれだ!」と言う場合は記入をお願いします。
例:「複数のマシンからCATV経由でipmasqueradeを利用してWebを参照したい場合の設定について」
Follow-Ups: References: