forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branches 'iommu/fixes', 'arm/omap' and 'x86/amd' into next
Conflicts: drivers/pci/hotplug/acpiphp_glue.c
- Loading branch information
Showing
39 changed files
with
2,789 additions
and
317 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -66,6 +66,24 @@ Description: | |
re-discover previously removed devices. | ||
Depends on CONFIG_HOTPLUG. | ||
|
||
What: /sys/bus/pci/devices/.../msi_irqs/ | ||
Date: September, 2011 | ||
Contact: Neil Horman <[email protected]> | ||
Description: | ||
The /sys/devices/.../msi_irqs directory contains a variable set | ||
of sub-directories, with each sub-directory being named after a | ||
corresponding msi irq vector allocated to that device. Each | ||
numbered sub-directory N contains attributes of that irq. | ||
Note that this directory is not created for device drivers which | ||
do not support msi irqs | ||
|
||
What: /sys/bus/pci/devices/.../msi_irqs/<N>/mode | ||
Date: September 2011 | ||
Contact: Neil Horman <[email protected]> | ||
Description: | ||
This attribute indicates the mode that the irq vector named by | ||
the parent directory is in (msi vs. msix) | ||
|
||
What: /sys/bus/pci/devices/.../remove | ||
Date: January 2009 | ||
Contact: Linux PCI developers <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.