diff options
author | eric_tian <eric_tian@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-07-27 05:48:29 +0000 |
---|---|---|
committer | eric_tian <eric_tian@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-07-27 05:48:29 +0000 |
commit | ef73b4a8540a457c18e3a67c61466a53769db8ed (patch) | |
tree | 07faade3179f263830ea925cf9d4b9dcaf401b28 /IntelFrameworkPkg | |
parent | 6f74e806773fec2f691fad4e86e54ff599cef1c8 (diff) | |
download | edk2-platforms-ef73b4a8540a457c18e3a67c61466a53769db8ed.tar.xz |
add comment on mismatch between code and MiscSubclass spec.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9013 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'IntelFrameworkPkg')
-rw-r--r-- | IntelFrameworkPkg/Include/Guid/DataHubRecords.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/IntelFrameworkPkg/Include/Guid/DataHubRecords.h b/IntelFrameworkPkg/Include/Guid/DataHubRecords.h index a7cc2f7682..785577b4a5 100644 --- a/IntelFrameworkPkg/Include/Guid/DataHubRecords.h +++ b/IntelFrameworkPkg/Include/Guid/DataHubRecords.h @@ -2012,6 +2012,12 @@ typedef struct { EFI_MISC_PORT_CONNECTOR_TYPE PortInternalConnectorType;
EFI_MISC_PORT_CONNECTOR_TYPE PortExternalConnectorType;
EFI_MISC_PORT_TYPE PortType;
+ ///
+ /// Inconsistent with specification here:
+ /// In MiscSubclass spec 0.9, the type of this field are defined as EFI_DEVICE_PATH_PROTOCOL,
+ /// which causes the implementation has a little complexity. Keep it unchanged for backward
+ /// compatibility.
+ ///
EFI_MISC_PORT_DEVICE_PATH PortPath;
} EFI_MISC_PORT_INTERNAL_CONNECTOR_DESIGNATOR_DATA;
|