From d11195a3ea155802b2000ea972ed6c4126bc0825 Mon Sep 17 00:00:00 2001 From: gikidy Date: Fri, 5 Dec 2008 07:07:50 +0000 Subject: 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 --- MdePkg/Library/BasePciExpressLib/PciExpressLib.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'MdePkg/Library/BasePciExpressLib') diff --git a/MdePkg/Library/BasePciExpressLib/PciExpressLib.c b/MdePkg/Library/BasePciExpressLib/PciExpressLib.c index 4d1dfb12a9..94fb0b2bee 100644 --- a/MdePkg/Library/BasePciExpressLib/PciExpressLib.c +++ b/MdePkg/Library/BasePciExpressLib/PciExpressLib.c @@ -37,9 +37,13 @@ ASSERT (((A) & ~0xfffffff) == 0) /** - 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 -- cgit v1.2.3