]> git.proxmox.com Git - mirror_edk2.git/commit
MdeModulePkg\Bus\Ata\AtaAtapiPassThru: don't set PxSACT bit when issuing command
authorChris Ruffin <chris.ruffin@intel.com>
Thu, 18 Dec 2014 06:13:36 +0000 (06:13 +0000)
committererictian <erictian@Edk2>
Thu, 18 Dec 2014 06:13:36 +0000 (06:13 +0000)
commit6a497016c9f6aa60e9be330d1592f8b5e71156ef
tree2ab5f07311df80fab77b11d4c7c5f51db8ebf3a7
parent07f986f134abf85b4b1f360ca3c86f22cd9f92da
MdeModulePkg\Bus\Ata\AtaAtapiPassThru: don't set PxSACT bit when issuing command

Setting a bit in the PxSACT register for a command in the command list indicates
to the controller that the command list slot contains a native queued command (NCQ).
This can cause problems with some controllers (one such controller is the Marvell 9128).
Since NCQ commands are not used, don't set the PxACT register for commands issued.

Contributed-under: TianoCore Contribution Agreement 1.0

Signed-off-by: Chris Ruffin <chris.ruffin@intel.com>
Reviewed-by: Feng Tian <feng.tian@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16536 6f19259b-4bc3-4df7-8a09-765794883524
MdeModulePkg/Bus/Ata/AtaAtapiPassThru/AhciMode.c