Dear Bjorn Helgaas, On Wed, 22 May 2013 08:39:03 -0600, Bjorn Helgaas wrote: > > emulation to emulate an empty capability list. It might be later > > extended to expose things like the PCI Express Capability header, but > > an empty capability list is sufficient for now. > > > > lspci -v now shows the much nicer: > > > > Capabilities: [40] #00 [0000] > > It'd be even better if you could make the Capabilities List bit in the > Device Status register be zero. Then lspci wouldn't even try to read > the Capabilities Pointer at 0x34, and you wouldn't have to deal with > reads of 0x40. The Device Status register is emulated with an initial value of zero. Then, whenever the Linux PCI core writes into it, those writes are preserved. So to me, it looks like the Linux PCI core might be setting this Capabilities List bit, and later re-reads it and finds it to be set to 1. Should this bit be emulated as a read-only bit (it's not made explicit for this particular bit in the PCI-to-PCI bridge specification that I have in front of me) ? Or even the entire Device Status register ? Thanks for your comments! Thomas -- Thomas Petazzoni, Free Electrons Kernel, drivers, real-time and embedded Linux development, consulting, training and support. http://free-electrons.com -- To unsubscribe from this list: send the line "unsubscribe linux-pci" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html