diff options
Diffstat (limited to 'Documentation/DocBook/drm.tmpl')
-rw-r--r-- | Documentation/DocBook/drm.tmpl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/DocBook/drm.tmpl b/Documentation/DocBook/drm.tmpl index 7001937f6b7d..03321ebaf4a7 100644 --- a/Documentation/DocBook/drm.tmpl +++ b/Documentation/DocBook/drm.tmpl | |||
@@ -369,9 +369,9 @@ | |||
369 | using the pci_map_rom() call, a convenience function that | 369 | using the pci_map_rom() call, a convenience function that |
370 | takes care of mapping the actual ROM, whether it has been | 370 | takes care of mapping the actual ROM, whether it has been |
371 | shadowed into memory (typically at address 0xc0000) or exists | 371 | shadowed into memory (typically at address 0xc0000) or exists |
372 | on the PCI device in the ROM BAR. Note that once you've | 372 | on the PCI device in the ROM BAR. Note that after the ROM |
373 | mapped the ROM and extracted any necessary information, be | 373 | has been mapped and any necessary information has been extracted, |
374 | sure to unmap it; on many devices the ROM address decoder is | 374 | it should be unmapped; on many devices the ROM address decoder is |
375 | shared with other BARs, so leaving it mapped can cause | 375 | shared with other BARs, so leaving it mapped can cause |
376 | undesired behavior like hangs or memory corruption. | 376 | undesired behavior like hangs or memory corruption. |
377 | <!--!Fdrivers/pci/rom.c pci_map_rom--> | 377 | <!--!Fdrivers/pci/rom.c pci_map_rom--> |