On my ubuntu I am missing rescan files under /sys/bus/pci/devices/<B:D:F:>/
Does anyone know how to restore them? Can I simply copy them from /sys/bus/pci/rescan
?
In Kernel 5.4 and later:
rescan
in /sys/.../<domain:bus:dev.fn>/
was renamed dev_rescan
(for PCI devices)rescan
in /sys/.../pci_bus/<domain:bus>/
was renamed bus_rescan
This caused application breakage and there is a proposed patch to revert the behaviour