Minor grammatical work--mostly adding periods. Items with ONLY period added did not have the heading date changed, but Items with content changes had heading copyright dates updated. Sending separately a list of files missing Doxygen @param and @return information. (PENDING)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10615 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
All assertions for I/O operations are handled in MMIO functions in the IoLib
|
||||
Library.
|
||||
|
||||
Copyright (c) 2006 - 2009, Intel Corporation. All rights reserved.<BR>
|
||||
Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>
|
||||
This program and the accompanying materials
|
||||
are licensed and made available under the terms and conditions of the BSD License
|
||||
which accompanies this distribution. The full text of the license may be found at
|
||||
@@ -45,22 +45,22 @@ typedef struct {
|
||||
EFI_EVENT mDxeRuntimePciExpressLibVirtualNotifyEvent = NULL;
|
||||
|
||||
///
|
||||
/// Module global that contains the base physical address of the PCI Express MMIO range
|
||||
/// Module global that contains the base physical address of the PCI Express MMIO range.
|
||||
///
|
||||
UINTN mDxeRuntimePciExpressLibPciExpressBaseAddress = 0;
|
||||
|
||||
///
|
||||
/// The number of PCI devices that have been registered for runtime access
|
||||
/// The number of PCI devices that have been registered for runtime access.
|
||||
///
|
||||
UINTN mDxeRuntimePciExpressLibNumberOfRuntimeRanges = 0;
|
||||
|
||||
///
|
||||
/// The table of PCI devices that have been registered for runtime access
|
||||
/// The table of PCI devices that have been registered for runtime access.
|
||||
///
|
||||
PCI_EXPRESS_RUNTIME_REGISTRATION_TABLE *mDxeRuntimePciExpressLibRegistrationTable = NULL;
|
||||
|
||||
///
|
||||
/// The table index of the most recent virtual address lookup
|
||||
/// The table index of the most recent virtual address lookup.
|
||||
///
|
||||
UINTN mDxeRuntimePciExpressLibLastRuntimeRange = 0;
|
||||
|
||||
@@ -69,8 +69,8 @@ UINTN mDxeRuntimePciExpressLibLastRuntimeRange
|
||||
Convert the physical PCI Express MMIO addresses for all registered PCI devices
|
||||
to virtual addresses.
|
||||
|
||||
@param[in] Event The Event that is being processed
|
||||
@param[in] Context Event Context
|
||||
@param[in] Event The event that is being processed.
|
||||
@param[in] Context The Event Context.
|
||||
**/
|
||||
VOID
|
||||
EFIAPI
|
||||
|
Reference in New Issue
Block a user