summaryrefslogtreecommitdiff
path: root/IntelFrameworkPkg
diff options
context:
space:
mode:
authoreric_tian <eric_tian@6f19259b-4bc3-4df7-8a09-765794883524>2009-07-27 05:48:29 +0000
committereric_tian <eric_tian@6f19259b-4bc3-4df7-8a09-765794883524>2009-07-27 05:48:29 +0000
commitef73b4a8540a457c18e3a67c61466a53769db8ed (patch)
tree07faade3179f263830ea925cf9d4b9dcaf401b28 /IntelFrameworkPkg
parent6f74e806773fec2f691fad4e86e54ff599cef1c8 (diff)
downloadedk2-ef73b4a8540a457c18e3a67c61466a53769db8ed.zip
edk2-ef73b4a8540a457c18e3a67c61466a53769db8ed.tar.gz
edk2-ef73b4a8540a457c18e3a67c61466a53769db8ed.tar.bz2
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.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/IntelFrameworkPkg/Include/Guid/DataHubRecords.h b/IntelFrameworkPkg/Include/Guid/DataHubRecords.h
index a7cc2f7..785577b 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;