summaryrefslogtreecommitdiffstats
path: root/IntelFrameworkPkg/Include
diff options
context:
space:
mode:
authorjchen20 <jchen20@6f19259b-4bc3-4df7-8a09-765794883524>2009-07-08 09:49:07 +0000
committerjchen20 <jchen20@6f19259b-4bc3-4df7-8a09-765794883524>2009-07-08 09:49:07 +0000
commit66ea28dffde8520e0af8845682f93a93811cf706 (patch)
tree6e20eef977970ebe470548438345ccca02ac4ff8 /IntelFrameworkPkg/Include
parent890986ca2a976fb7f79f0734b606a75cdcabb87e (diff)
downloadedk2-66ea28dffde8520e0af8845682f93a93811cf706.tar.gz
edk2-66ea28dffde8520e0af8845682f93a93811cf706.tar.bz2
edk2-66ea28dffde8520e0af8845682f93a93811cf706.zip
to describe the gap between Framework spec and code to fix the bug #202434
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8820 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'IntelFrameworkPkg/Include')
-rw-r--r--IntelFrameworkPkg/Include/Protocol/IdeControllerInit.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/IntelFrameworkPkg/Include/Protocol/IdeControllerInit.h b/IntelFrameworkPkg/Include/Protocol/IdeControllerInit.h
index 8b23693d76..7ea1f6bd00 100644
--- a/IntelFrameworkPkg/Include/Protocol/IdeControllerInit.h
+++ b/IntelFrameworkPkg/Include/Protocol/IdeControllerInit.h
@@ -355,8 +355,12 @@ EFI_STATUS
@retval EFI_SUCCESS The modes were accepted without any errors.
@retval EFI_INVALID_PARAMETER Channel is invalid (Channel >= ChannelCount).
- Or Device is invalid,
- Or IdentifyData is NULL.
+ Or Device is invalid.
+
+ @note: Inconsistent with specification here:
+ Framework Spec IdeCont defined another case to return EFI_INVALID_PARAMETER when
+ IdentifyData is NULL. However in the function there is no parameter named IdentifyData.
+ So that should be a typo error in spec.
**/
typedef