mirror of https://github.com/acidanthera/audk.git
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:
parent
6f74e80677
commit
ef73b4a854
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue