PCI device problem ... how can I debug it guys?

From: Tachwali
Date: Sun Aug 24 2008 - 13:04:36 EST



I am experiencing a problem with PCI device on local PCI bus governed by the
MV64662 chip in our board. The board runs Gentoo with kernel 2.6.9. The PCI
device is trying to master PCI bus and access the SDRAM behind the MV64662
chip.

The general description of the problem is that the driver at initialization
writes a pattern "0xfeedface" to specific allocated memory locations in
SDRAM behind the MV64662 chip and upon an interrupt, the interrupt handler
checks these memory locations to see whether they have beed edited to check
the validity of the interrupt (not a spurious one). In my case, the driver
*always* finds the memory is not edited (the driver reads back the same
pattern 0xfeedface) and quit the interrupt handling. Although, an interrupt
is actually have been issued by the PCI device.

I tried to access the SDRAM using a basic read/write memory software to
check the PCI device driver activity on the SDRAM. I used the physical
address used by the driver to access the SDRAM but it seems that the driver
does not write to that physical address. Some IO mapping is going on. or it
could be some kernel configs. I am not sure :(

Have you guys encountered a similar problem? I would appreciate any help or
guidance on this matter or suggesting any areas to look at. Thank you all
--
View this message in context: http://www.nabble.com/PCI-device-problem-...-how-can-I-debug-it-guys--tp19132349p19132349.html
Sent from the linux-kernel mailing list archive at Nabble.com.

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/