]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
Documentation/PCI/pci.txt: fix a reference doc name
authorAmos Kong <kongjianjun@gmail.com>
Thu, 15 Sep 2011 01:07:44 +0000 (11:07 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Thu, 15 Sep 2011 01:09:12 +0000 (11:09 +1000)
IO-mapping.txt was renamed to "bus-virt-phys-mapping.txt",
it does only contain a tiny reference to the ioremap(),
the best reference is to Documentation/DocBook/deviceiobook.tmpl,
which is all about accessing device registers.

Changes from v1:
- change reference doc to "Documentation/DocBook/deviceiobook.tmpl"

Signed-off-by: Amos Kong <kongjianjun@gmail.com>
Signed-off-by: Randy Dunlap <rdunlap@xenotime.net>
Documentation/PCI/pci.txt

index 6148d4080f888a9967492717b2837bbbb0b56970..b3834a93887bbea247c64fdc991f555203aa3153 100644 (file)
@@ -314,8 +314,8 @@ from the PCI device config space. Use the values in the pci_dev structure
 as the PCI "bus address" might have been remapped to a "host physical"
 address by the arch/chip-set specific kernel support.
 
-See Documentation/IO-mapping.txt for how to access device registers
-or device memory.
+See Documentation/DocBook/deviceiobook.tmpl for how to access device
+registers or device memory.
 
 The device driver needs to call pci_request_region() to verify
 no other device is already using the same address resource.