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:
@@ -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,
|
||||
///
|
||||
|
Reference in New Issue
Block a user