http://bugzilla.kernel.org/show_bug.cgi?id=6060





------- Additional Comments From [EMAIL PROTECTED]  2006-02-13 11:20 -------
Since you don't see any of the init debug output, it seems like the 
driver's probe() function (mptspi_probe()) isn't being called. 
But it doesn't look like anything in the driver (e.g., the table of 
PCI IDs that it claims) has changed. 
 
Can you add "#define DEBUG 1" as the first line of these files: 
  drivers/base/bus.c 
  drivers/base/dd.c 
  drivers/pci/quirks.c 
and add "debug" to your kernel command line? 
 
The path should be 
  mptspi_init 
    pci_register_driver 
      __pci_register_driver 
        driver_register 
          bus_add_driver 
            driver_attach 
              __driver_attach 
                driver_probe_device 
                  mptspi_probe 
 
But it sounds like we're not making it all the way.  Maybe there's a 
PCI quirk that hides the device, or maybe the device doesn't match the 
PCI ID table for some reason. 
 
The "lspci -vx" output for the LSI device might be useful. 

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
acpi-bugzilla mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla

Reply via email to