~ubuntu-branches/debian/wheezy/linux-2.6/wheezy

« back to all changes in this revision

Viewing changes to Documentation/ABI/testing/sysfs-bus-pci

  • Committer: Bazaar Package Importer
  • Author(s): Ben Hutchings, Ben Hutchings, Aurelien Jarno, Martin Michlmayr
  • Date: 2011-04-06 13:53:30 UTC
  • mfrom: (43.1.5 sid)
  • Revision ID: james.westby@ubuntu.com-20110406135330-wjufxhd0tvn3zx4z
Tags: 2.6.38-3
[ Ben Hutchings ]
* [ppc64] Add to linux-tools package architectures (Closes: #620124)
* [amd64] Save cr4 to mmu_cr4_features at boot time (Closes: #620284)
* appletalk: Fix bugs introduced when removing use of BKL
* ALSA: Fix yet another race in disconnection
* cciss: Fix lost command issue
* ath9k: Fix kernel panic in AR2427
* ses: Avoid kernel panic when lun 0 is not mapped
* PCI/ACPI: Report ASPM support to BIOS if not disabled from command line

[ Aurelien Jarno ]
* rtlwifi: fix build when PCI is not enabled.

[ Martin Michlmayr ]
* rtlwifi: Eliminate udelay calls with too large values (Closes: #620204)

Show diffs side-by-side

added added

removed removed

Lines of Context:
139
139
Description:
140
140
                This symbolic link points to the PCI hotplug controller driver
141
141
                module that manages the hotplug slot.
 
142
 
 
143
What:           /sys/bus/pci/devices/.../label
 
144
Date:           July 2010
 
145
Contact:        Narendra K <narendra_k@dell.com>, linux-bugs@dell.com
 
146
Description:
 
147
                Reading this attribute will provide the firmware
 
148
                given name(SMBIOS type 41 string) of the PCI device.
 
149
                The attribute will be created only if the firmware
 
150
                has given a name to the PCI device.
 
151
Users:
 
152
                Userspace applications interested in knowing the
 
153
                firmware assigned name of the PCI device.
 
154
 
 
155
What:           /sys/bus/pci/devices/.../index
 
156
Date:           July 2010
 
157
Contact:        Narendra K <narendra_k@dell.com>, linux-bugs@dell.com
 
158
Description:
 
159
                Reading this attribute will provide the firmware
 
160
                given instance(SMBIOS type 41 device type instance)
 
161
                of the PCI device. The attribute will be created
 
162
                only if the firmware has given a device type instance
 
163
                to the PCI device.
 
164
Users:
 
165
                Userspace applications interested in knowing the
 
166
                firmware assigned device type instance of the PCI
 
167
                device that can help in understanding the firmware
 
168
                intended order of the PCI device.