Add comments for enumeration, structure data members those are referred by UefiService, Runtime Service, Dxe Service and Pei Service.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6974 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
lgao4
2008-12-10 08:22:03 +00:00
parent 2c6d600e1c
commit 1bf793701b
11 changed files with 602 additions and 40 deletions

View File

@@ -91,7 +91,7 @@ typedef enum {
EfiPciIoOperationBusMasterWrite,
///
/// Provides both read and write access to system memory by both the processor and a
/// bus master. The buffer is coherent from both the processor<EFBFBD><EFBFBD>s and the bus master's point of view.
/// bus master. The buffer is coherent from both the processor's and the bus master's point of view.
///
EfiPciIoOperationBusMasterCommonBuffer,
EfiPciIoOperationMaximum
@@ -104,11 +104,11 @@ typedef enum {
///
typedef enum {
///
/// Retrieve the PCI controller<EFBFBD><EFBFBD>s current attributes, and return them in Result.
/// Retrieve the PCI controller's current attributes, and return them in Result.
///
EfiPciIoAttributeOperationGet,
///
/// Set the PCI controller<EFBFBD><EFBFBD>s current attributes to Attributes.
/// Set the PCI controller's current attributes to Attributes.
///
EfiPciIoAttributeOperationSet,
///