Linux下移除和添加pci设备

移除pci设备

echo 1 > /sys/bus/pci/devices/0001:01:00.0/remove

重新添加pci设备

echo 1 >/sys/bus/pci/rescan

你可能感兴趣的:(Linux下移除和添加pci设备)