@@ -1,14 +1,14 @@
00-INDEX
- this file
-MSI-HOWTO.txt
- - the Message Signaled Interrupts (MSI) Driver Guide HOWTO and FAQ.
-PCI-DMA-mapping.txt
- - info for PCI drivers using DMA portably across all platforms
-PCIEBUS-HOWTO.txt
- - a guide describing the PCI Express Port Bus driver
-pci-error-recovery.txt
- - info on PCI error recovery
pci.txt
- - info on the PCI subsystem for device driver authors
-pcieaer-howto.txt
- - the PCI Express Advanced Error Reporting Driver Guide HOWTO
+ - Info on the PCI subsystem for device driver authors
+pci-error-recovery.txt
+ - Info on PCI error recovery
+MSI-HOWTO.txt
+ - The Message Signaled Interrupts (MSI) Driver Guide HOWTO and FAQ
+pcie-portbus-howto.txt
+ - A guide describing the PCI Express Port Bus driver
+pcie-aer-howto.txt
+ - The PCI Express Advanced Error Reporting Driver Guide HOWTO
+pcie-iov-howto.txt
+ - Info on PCI Express I/O Virtualization
- Used small letters for file names - Renamed few pcie txt files - Re-arranged file names in 00-INDEX - Removed PCI-DMA-mapping.txt from 00-INDEX Signed-off-by: Jagannadha Sutradharudu Teki <jaganna@xilinx.com> --- Documentation/PCI/00-INDEX | 22 +++++++++++----------- .../PCI/{pcieaer-howto.txt => pcie-aer-howto.txt} | 0 .../PCI/{pci-iov-howto.txt => pcie-iov-howto.txt} | 0 .../{PCIEBUS-HOWTO.txt => pcie-portbus-howto.txt} | 0 4 files changed, 11 insertions(+), 11 deletions(-) rename Documentation/PCI/{pcieaer-howto.txt => pcie-aer-howto.txt} (100%) rename Documentation/PCI/{pci-iov-howto.txt => pcie-iov-howto.txt} (100%) rename Documentation/PCI/{PCIEBUS-HOWTO.txt => pcie-portbus-howto.txt} (100%) diff --git a/Documentation/PCI/pcieaer-howto.txt b/Documentation/PCI/pcie-aer-howto.txt similarity index 100% rename from Documentation/PCI/pcieaer-howto.txt rename to Documentation/PCI/pcie-aer-howto.txt diff --git a/Documentation/PCI/pci-iov-howto.txt b/Documentation/PCI/pcie-iov-howto.txt similarity index 100% rename from Documentation/PCI/pci-iov-howto.txt rename to Documentation/PCI/pcie-iov-howto.txt diff --git a/Documentation/PCI/PCIEBUS-HOWTO.txt b/Documentation/PCI/pcie-portbus-howto.txt similarity index 100% rename from Documentation/PCI/PCIEBUS-HOWTO.txt rename to Documentation/PCI/pcie-portbus-howto.txt