PCI: fix MSI-HOWTO.txt info about MSI-X MMIO space
commit50cbfa511a21cac1909b6b4c955fa39d1da81457
authorRoland Dreier <roland@digitalvampire.org>
Mon, 22 Sep 2008 21:55:24 +0000 (22 14:55 -0700)
committerJesse Barnes <jbarnes@virtuousgeek.org>
Mon, 20 Oct 2008 17:54:24 +0000 (20 10:54 -0700)
tree80e7bec3fd285d2f118c63942fae34220a89356d
parentec84f1268fcf16c4a852fdb38b3a541748644918
PCI: fix MSI-HOWTO.txt info about MSI-X MMIO space

The current MSI-HOWTO.txt says that device drivers should not request the
memory space that contains MSI-X tables.  This is because the original
MSI-X implementation did a request_mem_region() on this space, but that
code was removed long ago (in the pre-git era, in fact).  Years after the
code was changed, we might as well clean up the documention to avoid a
confusing mention of requesting regions: drivers using MSI-X can just use
pci_request_regions() just like any other driver, and so there's no need
for MSI-HOWTO.txt to talk about this at all.

Signed-off-by: Roland Dreier <roland@digitalvampire.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
Documentation/MSI-HOWTO.txt