diff options
109 files changed, 2510 insertions, 1985 deletions
diff --git a/Documentation/ABI/testing/sysfs-bus-pci b/Documentation/ABI/testing/sysfs-bus-pci index 5210a51c90fd..a3c5a6685036 100644 --- a/Documentation/ABI/testing/sysfs-bus-pci +++ b/Documentation/ABI/testing/sysfs-bus-pci | |||
| @@ -70,18 +70,15 @@ Date: September, 2011 | |||
| 70 | Contact: Neil Horman <nhorman@tuxdriver.com> | 70 | Contact: Neil Horman <nhorman@tuxdriver.com> |
| 71 | Description: | 71 | Description: |
| 72 | The /sys/devices/.../msi_irqs directory contains a variable set | 72 | The /sys/devices/.../msi_irqs directory contains a variable set |
| 73 | of sub-directories, with each sub-directory being named after a | 73 | of files, with each file being named after a corresponding msi |
| 74 | corresponding msi irq vector allocated to that device. Each | 74 | irq vector allocated to that device. |
| 75 | numbered sub-directory N contains attributes of that irq. | ||
| 76 | Note that this directory is not created for device drivers which | ||
| 77 | do not support msi irqs | ||
| 78 | 75 | ||
| 79 | What: /sys/bus/pci/devices/.../msi_irqs/<N>/mode | 76 | What: /sys/bus/pci/devices/.../msi_irqs/<N> |
| 80 | Date: September 2011 | 77 | Date: September 2011 |
| 81 | Contact: Neil Horman <nhorman@tuxdriver.com> | 78 | Contact: Neil Horman <nhorman@tuxdriver.com> |
| 82 | Description: | 79 | Description: |
| 83 | This attribute indicates the mode that the irq vector named by | 80 | This attribute indicates the mode that the irq vector named by |
| 84 | the parent directory is in (msi vs. msix) | 81 | the file is in (msi vs. msix) |
| 85 | 82 | ||
| 86 | What: /sys/bus/pci/devices/.../remove | 83 | What: /sys/bus/pci/devices/.../remove |
| 87 | Date: January 2009 | 84 | Date: January 2009 |
diff --git a/Documentation/PCI/00-INDEX b/Documentation/PCI/00-INDEX index 812b17fe3ed0..147231f1613e 100644 --- a/Documentation/PCI/00-INDEX +++ b/Documentation/PCI/00-INDEX | |||
| @@ -2,12 +2,12 @@ | |||
| 2 | - this file | 2 | - this file |
| 3 | MSI-HOWTO.txt | 3 | MSI-HOWTO.txt |
| 4 | - the Message Signaled Interrupts (MSI) Driver Guide HOWTO and FAQ. | 4 | - the Message Signaled Interrupts (MSI) Driver Guide HOWTO and FAQ. |
| 5 | PCI-DMA-mapping.txt | ||
| 6 | - info for PCI drivers using DMA portably across all platforms | ||
| 7 | PCIEBUS-HOWTO.txt | 5 | PCIEBUS-HOWTO.txt |
| 8 | - a guide describing the PCI Express Port Bus driver | ||
