diff options
Diffstat (limited to 'Documentation/ABI/testing/sysfs-bus-pci')
-rw-r--r-- | Documentation/ABI/testing/sysfs-bus-pci | 40 |
1 files changed, 33 insertions, 7 deletions
diff --git a/Documentation/ABI/testing/sysfs-bus-pci b/Documentation/ABI/testing/sysfs-bus-pci index f979d825d112..349ecf26ce10 100644 --- a/Documentation/ABI/testing/sysfs-bus-pci +++ b/Documentation/ABI/testing/sysfs-bus-pci | |||
@@ -74,6 +74,15 @@ Description: | |||
74 | hot-remove the PCI device and any of its children. | 74 | hot-remove the PCI device and any of its children. |
75 | Depends on CONFIG_HOTPLUG. | 75 | Depends on CONFIG_HOTPLUG. |
76 | 76 | ||
77 | What: /sys/bus/pci/devices/.../pci_bus/.../rescan | ||
78 | Date: May 2011 | ||
79 | Contact: Linux PCI developers <linux-pci@vger.kernel.org> | ||
80 | Description: | ||
81 | Writing a non-zero value to this attribute will | ||
82 | force a rescan of the bus and all child buses, | ||
83 | and re-discover devices removed earlier from this | ||
84 | part of the device tree. Depends on CONFIG_HOTPLUG. | ||
85 | |||
77 | What: /sys/bus/pci/devices/.../rescan | 86 | What: /sys/bus/pci/devices/.../rescan |
78 | Date: January 2009 | 87 | Date: January 2009 |
79 | Contact: Linux PCI developers <linux-pci@vger.kernel.org> | 88 | Contact: Linux PCI developers <linux-pci@vger.kernel.org> |
@@ -145,9 +154,11 @@ Date: July 2010 | |||
145 | Contact: Narendra K <narendra_k@dell.com>, linux-bugs@dell.com | 154 | Contact: Narendra K <narendra_k@dell.com>, linux-bugs@dell.com |
146 | Description: | 155 | Description: |
147 | Reading this attribute will provide the firmware | 156 | Reading this attribute will provide the firmware |
148 | given name(SMBIOS type 41 string) of the PCI device. | 157 | given name (SMBIOS type 41 string or ACPI _DSM string) of |
149 | The attribute will be created only if the firmware | 158 | the PCI device. The attribute will be created only |
150 | has given a name to the PCI device. | 159 | if the firmware has given a name to the PCI device. |
160 | ACPI _DSM string name will be given priority if the | ||
161 | system firmware provides SMBIOS type 41 string also. | ||
151 | Users: | 162 | Users: |
152 | Userspace applications interested in knowing the | 163 | Userspace applications interested in knowing the |
153 | firmware assigned name of the PCI device. | 164 | firmware assigned name of the PCI device. |
@@ -157,12 +168,27 @@ Date: July 2010 | |||
157 | Contact: Narendra K <narendra_k@dell.com>, linux-bugs@dell.com | 168 | Contact: Narendra K <narendra_k@dell.com>, linux-bugs@dell.com |
158 | Description: | 169 | Description: |
159 | Reading this attribute will provide the firmware | 170 | Reading this attribute will provide the firmware |
160 | given instance(SMBIOS type 41 device type instance) | 171 | given instance (SMBIOS type 41 device type instance) of the |
161 | of the PCI device. The attribute will be created | 172 | PCI device. The attribute will be created only if the firmware |
162 | only if the firmware has given a device type instance | 173 | has given an instance number to the PCI device. |
163 | to the PCI device. | ||
164 | Users: | 174 | Users: |
165 | Userspace applications interested in knowing the | 175 | Userspace applications interested in knowing the |
166 | firmware assigned device type instance of the PCI | 176 | firmware assigned device type instance of the PCI |
167 | device that can help in understanding the firmware | 177 | device that can help in understanding the firmware |
168 | intended order of the PCI device. | 178 | intended order of the PCI device. |
179 | |||
180 | What: /sys/bus/pci/devices/.../acpi_index | ||
181 | Date: July 2010 | ||
182 | Contact: Narendra K <narendra_k@dell.com>, linux-bugs@dell.com | ||
183 | Description: | ||
184 | Reading this attribute will provide the firmware | ||
185 | given instance (ACPI _DSM instance number) of the PCI device. | ||
186 | The attribute will be created only if the firmware has given | ||
187 | an instance number to the PCI device. ACPI _DSM instance number | ||
188 | will be given priority if the system firmware provides SMBIOS | ||
189 | type 41 device type instance also. | ||
190 | Users: | ||
191 | Userspace applications interested in knowing the | ||
192 | firmware assigned instance number of the PCI | ||
193 | device that can help in understanding the firmware | ||
194 | intended order of the PCI device. | ||