Hello, Please be comprehensive, it's the first time I do something like this.
After fiddling a bit, I've succeeded at patching the drivers and recompiling the kernel. My Megaraid card is now correctly detected and seems to work. As stated previously, there is an overlapping with the content of debian patch "drivers-scsi-megaraid_splitup.patch.bz2" If this patch is included, status can be set as closed. Here is the diff output : --- ./megaraid.c.back 2006-02-20 11:35:17.000000000 +0100 +++ /usr/src/linux-source-2.6.15/drivers/scsi/megaraid.c 2006-02-20 13:10:51.000000000 +0100 @@ -5045,6 +5045,8 @@ HP_SUBSYS_VID, HP_NETRAID1M_SUBSYS_DID, 0, 0, 0}, {PCI_VENDOR_ID_AMI, PCI_DEVICE_ID_AMI_MEGARAID3, HP_SUBSYS_VID, HP_NETRAID2M_SUBSYS_DID, 0, 0, 0}, + {PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_AMI_MEGARAID3, + PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0}, {0,} }; MODULE_DEVICE_TABLE(pci, megaraid_legacy_pci_tbl); -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]