On 01-05-2020 13:49, Andrey Ponomarenko wrote:
Hello,� Is there a way to show driver attached to a PCI device?� The pcidump utility doesn't show attached drivers.� Thanks.� Andrey�
I think the following should show you something reasonable for the currently running kernel:
grep "at pci" /var/run/dmesg.boot This includes devices without attached driver. ("not configured")