summaryrefslogtreecommitdiff
path: root/MdePkg/Include/IndustryStandard/Pci23.h
diff options
context:
space:
mode:
authorvanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524>2008-12-02 08:15:14 +0000
committervanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524>2008-12-02 08:15:14 +0000
commit427987f5bc27aef1beffa61b341e41d4740aea54 (patch)
tree76395c5846e5027994e6fbd1d82088815433115d /MdePkg/Include/IndustryStandard/Pci23.h
parent1fc0ee170ccea5c2a2d01b6ae373180335bc5c66 (diff)
downloadedk2-platforms-427987f5bc27aef1beffa61b341e41d4740aea54.tar.xz
1. add some comments for structures
2. refined doxgen format comments. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6803 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Include/IndustryStandard/Pci23.h')
-rw-r--r--MdePkg/Include/IndustryStandard/Pci23.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/MdePkg/Include/IndustryStandard/Pci23.h b/MdePkg/Include/IndustryStandard/Pci23.h
index b100dce1a0..be079835d2 100644
--- a/MdePkg/Include/IndustryStandard/Pci23.h
+++ b/MdePkg/Include/IndustryStandard/Pci23.h
@@ -34,7 +34,8 @@
#pragma pack(1)
///
-/// Capability EFI_PCI_CAPABILITY_ID_PCIX, defined in PCI-X Addendum to the PCI Local Bus Specification
+/// PCI-X Capabilities List,
+/// Section 7.2, PCI-X Addendum to the PCI Local Bus Specification, Revision 1.0b
///
typedef struct {
EFI_PCI_CAPABILITY_HDR Hdr;
@@ -42,8 +43,9 @@ typedef struct {
UINT32 StatusReg;
} EFI_PCI_CAPABILITY_PCIX;
-///
-/// Capability EFI_PCI_CAPABILITY_PCIX_BRDG, defined in PCI-X Addendum to the PCI Local Bus Specification
+///
+/// PCI-X Bridge Capabilities List,
+/// Section 8.6.2, PCI-X Addendum to the PCI Local Bus Specification, Revision 1.0b
///
typedef struct {
EFI_PCI_CAPABILITY_HDR Hdr;