audk/MdeModulePkg/Bus/Ata/AtaAtapiPassThru
lzeng14 ce68d3bc68 Add missing braces around initializer.
Signed-off-by: Star Zeng <star.zeng@intel.com>
Reviewed-by: Jaben Carsey <jaben.carsey@intel.com>
Reviewed-by: Qian Ouyang <qian.ouyang@intel.com>
Reviewed-by: Ruiyu Ni <ruiyu.ni@intel.com>
Reviewed-by: Feng Tian <feng.tian@intel.com>
Reviewed-by: Jeff Fan <jeff.fan@intel.com>

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13817 6f19259b-4bc3-4df7-8a09-765794883524
2012-10-11 02:15:23 +00:00
..
AhciMode.c MdeModulePkg/AtaAtapiPassThru: Move error check behind the place that SetupFIS frame is received. 2012-08-22 07:12:10 +00:00
AhciMode.h MdeModulePkg: ATA performance tuning. 2011-11-03 12:38:21 +00:00
AtaAtapiPassThru.c Add missing braces around initializer. 2012-10-11 02:15:23 +00:00
AtaAtapiPassThru.h Introduce tow non-blocking task lists to AtaBus. One maintains the sub-task which is related to running Ata Task and the other is for waiting Ata Task. And it will not pass any task to AtaAtapiPassThru until the previous Ata task has been finished or met error. 2012-03-16 03:31:47 +00:00
AtaAtapiPassThru.inf MdeModulePkg/Ata: Use a new Pcd named "PcdAtaSmartEnable" to control if enabling S.M.A.R.T feature by default. 2012-05-29 06:59:26 +00:00
ComponentName.c Fix the comments to follow UEFI Spec regarding how to check an EFI_HANDLE is valid/invalid. 2011-07-06 03:55:36 +00:00
IdeMode.c MdeModulePkg/Ata: Use a new Pcd named "PcdAtaSmartEnable" to control if enabling S.M.A.R.T feature by default. 2012-05-29 06:59:26 +00:00
IdeMode.h