diff options
author | Erik Ekman <erik@kryo.se> | 2014-01-01 16:15:25 -0500 |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2014-01-07 18:37:15 -0500 |
commit | c2a5a829e28c476880b5efc8755ab3b339fdc147 (patch) | |
tree | fac975a5d86ae997fde26fd66b8e4841bbc79342 | |
parent | 774104399459fe4c4195bdc657a898e292334137 (diff) |
PCI: Update documentation 00-INDEX file
The PCI-DMA-mapping.txt moved to general docs and became DMA-API-HOWTO.txt
in 5e07c2c7301b ("Documentation: rename PCI/PCI-DMA-mapping.txt to
DMA-API-HOWTO.txt"). Add new file about PCI Express I/O Virtualization.
Signed-off-by: Erik Ekman <erik@kryo.se>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
-rw-r--r-- | Documentation/PCI/00-INDEX | 4 |
1 files changed, 2 insertions, 2 deletions
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 | 6 | - a guide describing the PCI Express Port Bus driver |
9 | pci-error-recovery.txt | 7 | pci-error-recovery.txt |
10 | - info on PCI error recovery | 8 | - info on PCI error recovery |
9 | pci-iov-howto.txt | ||
10 | - the PCI Express I/O Virtualization HOWTO | ||
11 | pci.txt | 11 | pci.txt |
12 | - info on the PCI subsystem for device driver authors | 12 | - info on the PCI subsystem for device driver authors |
13 | pcieaer-howto.txt | 13 | pcieaer-howto.txt |