LinuxでPCIデバイスをリセットする

LinuxでPCIデバイスをリセットする

コマンドラインでLinuxのPCIデバイスをリセットする普遍的な方法はありますか? PCIバスがリセットコマンドを発行する場合も同様です。

ベストアンサー1

~によるとhttp://www.kernel.org/doc/Documentation/ABI/testing/sysfs-bus-pciデバイスの個々の機能をリセットできます(サポートされている場合)。

What:       /sys/bus/pci/devices/.../reset
Description:
            Some devices allow an individual function to be reset
            without affecting other functions in the same device.
            For devices that have this support, a file named reset
            will be present in sysfs.  Writing 1 to this file
            will perform reset.

おすすめ記事