mirror of https://github.com/acidanthera/audk.git
add comments to note why EFI_MISC_PORT_DEVICE_PATH and etc exists here , which is not defined in MiscSubclass spec.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8797 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
905574d8a0
commit
2b47aaa69c
|
@ -118,6 +118,11 @@ typedef struct _FLOOPY_CONN_DEVICE_PATH {
|
|||
EFI_DEVICE_PATH_PROTOCOL EndDevicePath;
|
||||
} FLOOPY_CONN_DEVICE_PATH;
|
||||
|
||||
///
|
||||
/// Inconsistent with specification here:
|
||||
/// In MiscSubclass spec0.9, this data structure and corrsponding fields are NOT defined.
|
||||
/// It's implementation-specific to simplify the code logic.
|
||||
///
|
||||
typedef union _EFI_MISC_PORT_DEVICE_PATH {
|
||||
USB_PORT_DEVICE_PATH UsbDevicePath;
|
||||
IDE_DEVICE_PATH IdeDevicePath;
|
||||
|
|
Loading…
Reference in New Issue