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

Bug#288049: LSI MegaRAID 467 (aka Dell PERC2/DC) not detected, was detected in RC1 w/2.6 kernel



tags 288049 + patch
thanks

I checked the output of lspci against the current svn version of
pci.lst.  This is the list of detected devices.

        11660008        unknown unknown CNB20HE Host Bridge
        11660008        unknown unknown CNB20HE Host Bridge
        11660006        unknown unknown CNB20HE Host Bridge
        11660006        unknown unknown CNB20HE Host Bridge
        10024759        video   Server:XFree86(ati)     3D Rage IIC
        900500cf        scsi    aic7xxx AIC-7899P U160/m
        900500cf        scsi    aic7xxx AIC-7899P U160/m
        80861229        ethernet        e100    82557/8/9 [Ethernet Pro 100]
        11660200        unknown unknown OSB4 South Bridge
        11660211        unknown unknown OSB4 IDE Controller
        11660220        usb     usb-ohci        OSB4/CSB5 OHCI USB Controller
        80860964        unknown unknown 80960RP [i960 RP Microprocessor/Bridge]         80861960        unknown unknown 80960RP [i960RP Microprocessor]
        80861229        ethernet        e100    82557/8/9 [Ethernet Pro 100]

The RAID controller is not handled.  The bug report is slightly
confusing, so I am not sure which PCI device should trigger the
loading of the kernel module.  Picking the non-bride one, I propose
this patch to fix the problem.  This should make sure the 'megaraid2'
kernel module is loaded for kernel 2.4, and the 'megaraid' kernel
module is loaded for kernel 2.6.

Index: pci-26.lst
===================================================================
--- pci-26.lst  (revision 542)
+++ pci-26.lst  (working copy)
@@ -24,6 +24,7 @@
 1274 Ensoniq
        12745880        sound   snd-ens1371     5880 AudioPCI
 8086 Intel Corporation
+       80861960        scsi    megaraid        80960RP [i960RP Microprocessor]
        808624d1        ide     ata_piix        82801EB (ICH5) Serial ATA 150 Storage Controller
        808625a3        ide     ata_piix        6300ESB SATA Storage Controller
        808625b0        ide     ata_piix        6300ESB SATA RAID Controller
Index: pci.lst
===================================================================
--- pci.lst     (revision 542)
+++ pci.lst     (working copy)
@@ -5989,7 +5989,7 @@
        80861461        unknown unknown 82870P2 P64H2 I/OxAPIC
        80861462        unknown unknown 82870P2 P64H2 Hot Plug Controller
        8086172a        unknown paep    AEP SSL Accelerator
-       80861960        unknown unknown 80960RP [i960RP Microprocessor]
+       80861960        scsi    megaraid2       80960RP [i960RP Microprocessor]
        80861962        unknown unknown 80960RM [i960RM Microprocessor]
        80861a21        bridge  agpgart 82840 840 (Carmel) Chipset Host Bridge (Hub A)
        80861a23        bridge  ignore  82840 840 (Carmel) Chipset AGP Bridge



Reply to: