On Sun, Feb 09, 2014 at 09:30:25PM +0100, Arnd Bergmann wrote: > > bash-4.2# cat /proc/iomem > > 40000000-40ffffff : /pci > > 41000400-410005ff : virtio-pci > > 41000c00-41000dff : virtio-pci > > 41001400-410015ff : virtio-pci > > 41001c00-41001dff : virtio-pci > > 80000000-93ffffff : System RAM > > 80008000-8053df0b : Kernel code > > 80570000-805c07fb : Kernel data > > You should normally see a parent resource for the PCI bus and the virtio-pci > resources under that. For some reason, neither of the two appears to have > been registered correctly. I noticed this on mvebu as well.. 3.13 w/ mvebu driver: e0001000-e0001fff : /mbus/pex@e0000000/pcie@1,0/fpga@0/fpga_sysmon@1000 e0006000-e0006fff : /mbus/pex@e0000000/pcie@1,0/fpga@0/qdr2p@6000 3.10 w/ old kirkwood driver: e0000000-e7ffffff : PCIe 0 MEM e0000000-e001ffff : 0000:00:01.0 e0001000-e0001fff : /mbus/pex@e0000000/pcie@1,0/fpga@0/fpga_sysmon@1000 e0006000-e0006fff : /mbus/pex@e0000000/pcie@1,0/fpga@0/qdr2p@6000 The latter is obviously correct and matches x86. I'm not sure where the new style host drivers are going wrong, even the resource that should be added by the PCI core itself for the BAR is missing.. Jason -- 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