summaryrefslogtreecommitdiffstats
path: root/MdePkg/Library/BasePciLibPciExpress
diff options
context:
space:
mode:
authorgikidy <gikidy@6f19259b-4bc3-4df7-8a09-765794883524>2008-12-05 07:07:50 +0000
committergikidy <gikidy@6f19259b-4bc3-4df7-8a09-765794883524>2008-12-05 07:07:50 +0000
commitd11195a3ea155802b2000ea972ed6c4126bc0825 (patch)
treedf46c9a58fb62595c122575d2d45b3d8f4e0d6ce /MdePkg/Library/BasePciLibPciExpress
parent6cf18cdd9b2c684cf8e648a63058f632064b2f04 (diff)
downloadedk2-d11195a3ea155802b2000ea972ed6c4126bc0825.tar.gz
edk2-d11195a3ea155802b2000ea972ed6c4126bc0825.tar.bz2
edk2-d11195a3ea155802b2000ea972ed6c4126bc0825.zip
Update the comment for RegisterForRunimeAccess() functions to match the Spec.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6862 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Library/BasePciLibPciExpress')
-rw-r--r--MdePkg/Library/BasePciLibPciExpress/PciLib.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/MdePkg/Library/BasePciLibPciExpress/PciLib.c b/MdePkg/Library/BasePciLibPciExpress/PciLib.c
index 4bdf0be8ff..b89306bb00 100644
--- a/MdePkg/Library/BasePciLibPciExpress/PciLib.c
+++ b/MdePkg/Library/BasePciLibPciExpress/PciLib.c
@@ -20,9 +20,12 @@
#include <Library/PciExpressLib.h>
/**
- Register a PCI device so PCI configuration registers may be accessed after
+ Registers a PCI device so PCI configuration registers may be accessed after
SetVirtualAddressMap().
+ Registers the PCI device specified by Address so all the PCI configuration registers
+ associated with that PCI device may be accessed after SetVirtualAddressMap() is called.
+
If Address > 0x0FFFFFFF, then ASSERT().
@param Address Address that encodes the PCI Bus, Device, Function and