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
This commit is contained in:
eric_tian 2009-07-27 05:48:29 +00:00
parent 6f74e80677
commit ef73b4a854
1 changed files with 6 additions and 0 deletions

View File

@ -2012,6 +2012,12 @@ typedef struct {
EFI_MISC_PORT_CONNECTOR_TYPE PortInternalConnectorType; EFI_MISC_PORT_CONNECTOR_TYPE PortInternalConnectorType;
EFI_MISC_PORT_CONNECTOR_TYPE PortExternalConnectorType; EFI_MISC_PORT_CONNECTOR_TYPE PortExternalConnectorType;
EFI_MISC_PORT_TYPE PortType; 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_DEVICE_PATH PortPath;
} EFI_MISC_PORT_INTERNAL_CONNECTOR_DESIGNATOR_DATA; } EFI_MISC_PORT_INTERNAL_CONNECTOR_DESIGNATOR_DATA;