On 26/10/20 4:42 pm, Damien Zammit wrote: > On 26/10/20 10:56 am, Almudena Garcia wrote: >> This is my lspci -nn > > I think it's a bug with the pci-arbiter listing some of your hardware four > times using lspci. >
I just wrote a test program that iterates over all pci devices on the pci bus using pciaccess. It seems to duplicate the entries for domain 00, for all devices with bus 00. I need to disable the pci-arbiter completely and run the same test, so far the bug seems to manifest on real hw with the pci-arbiter running. Damien