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);
Follow-Ups: References:
- MegaRAID on AMD64 under 2.6.1Chris Meadors
- Re: MegaRAID on AMD64 under 2.6.1Christoph Hellwig
- Re: MegaRAID on AMD64 under 2.6.1Chris Meadors
- Re: MegaRAID on AMD64 under 2.6.1Christoph Hellwig
- Prev by Date: Re: stability problems with 2.4.24/Software RAID/ext3
- Next by Date: [patch] fix runqueue corruption, 2.6.1-rc3-A0
- Previous by thread: Re: MegaRAID on AMD64 under 2.6.1
- Next by thread: Re: [PATCH] LSI Logic MegaRAID3 PCI ID [Was: MegaRAID on AMD64under 2.6.1]
- Indexes:[Main][Thread]