On Tue, Mar 29, 2005 at 02:11:20PM +0200, Paul Veldema wrote: > Hello developers, > > For the last two months I've been strugling with a driver problem. Our > company bought two Dell PowerEdge 2850's > to try our production kernel version 2.6.8 (debian sarge) on since the > 2650 are no longer sold. The Dell PE 2650's had Perc4/DC cards in > them (which work fine with the drivers and kernel 2.6.X) supposedly the > same thing as the build in Perc4/Di controllers in the PE2850's. > According to Dell the LSI chipset in the PERC4 is de LSI53C1020. > > However, the megaraid drivers don't detect the Perc4/Di controllers > resulting in a > kernel panic when linux wants to start load stuff from disk (can't find > file bla).
I don't have the debian sarge source handy, but the kernel.org 2.6.8 kernel's drivers/scsi/megaraid.[ch] driver indeed does not have the PCI IDs for these controllers present. Looks like I misremembered when I put that text on linux.dell.com, I've corrected it. kernel.org 2.6.9 drivers/scsi/megaraid/megaraid_mbox.c does have the PCI IDs for this adapter. [snip] > >From source "*megaraid_mbox*": > #define MEGARAID_VERSION "2.20.3.1" > > ... > > #define PCI_DEVICE_ID_PERC4E_DI_KOBUK 0x0013 > #define PCI_SUBSYS_ID_PERC4E_DI_KOBUK 0x016d Right, this are the right IDs, as your working 2.4 scenario shows: > megaraid: found 0x1028:0x0013:bus 2:slot 14:func 0 so your 2.6.9 kernel should work. Thanks, Matt -- Matt Domsch Software Architect Dell Linux Solutions linux.dell.com & www.dell.com/linux Linux on Dell mailing lists @ http://lists.us.dell.com - To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html