diff options
Diffstat (limited to 'Documentation/ABI/testing')
-rw-r--r-- | Documentation/ABI/testing/sysfs-bus-pci | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Documentation/ABI/testing/sysfs-bus-pci b/Documentation/ABI/testing/sysfs-bus-pci index d175a2a5fac2..e6ad047cb3c2 100644 --- a/Documentation/ABI/testing/sysfs-bus-pci +++ b/Documentation/ABI/testing/sysfs-bus-pci | |||
@@ -57,6 +57,15 @@ Description: | |||
57 | match the driver to the device. For example: | 57 | match the driver to the device. For example: |
58 | # echo "8086 10f5" > /sys/bus/pci/drivers/foo/remove_id | 58 | # echo "8086 10f5" > /sys/bus/pci/drivers/foo/remove_id |
59 | 59 | ||
60 | What: /sys/bus/pci/rescan | ||
61 | Date: January 2009 | ||
62 | Contact: Linux PCI developers <linux-pci@vger.kernel.org> | ||
63 | Description: | ||
64 | Writing a non-zero value to this attribute will | ||
65 | force a rescan of all PCI buses in the system, and | ||
66 | re-discover previously removed devices. | ||
67 | Depends on CONFIG_HOTPLUG. | ||
68 | |||
60 | What: /sys/bus/pci/devices/.../vpd | 69 | What: /sys/bus/pci/devices/.../vpd |
61 | Date: February 2008 | 70 | Date: February 2008 |
62 | Contact: Ben Hutchings <bhutchings@solarflare.com> | 71 | Contact: Ben Hutchings <bhutchings@solarflare.com> |