summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Bus/Ata/AtaAtapiPassThru/AtaAtapiPassThru.c
Commit message (Expand)AuthorAgeFilesLines
* MdeModulePkg: Apply uncrustify changesMichael Kubacki2021-12-071-277/+314
* MdeModulePkg: Change use of EFI_D_* to DEBUG_*Michael D Kinney2021-12-071-5/+4
* MdeModulePkg/Bus/Ata: Fix various typosAntoine Coeur2020-02-101-4/+4
* MdeModulePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney2019-04-091-7/+1
* MdeModulePkg/AtaPassThru: Add missing NULL ptr check in BindingStartHao Wu2018-06-291-5/+4
* MdeModulePkg/AtaAtapiPassThru: enable/disable PUIS per policyRuiyu Ni2018-06-081-1/+18
* MdeModulePkg/AtaAtapiPassThru: Revert patch to disable PCI attributesRuiyu Ni2017-11-291-58/+1
* MdeModulePkg/AtaAtapiPassThru: Revert patch to disable Bus MasterRuiyu Ni2017-11-291-2/+3
* MdeModulePkg/AtaAtapiPassThru: disable only BM-DMA at ExitBootServices()Laszlo Ersek2017-10-271-3/+2
* MdeModulePkg/AtaAtapiPassThru: disable the device at ExitBootServices()Laszlo Ersek2017-09-081-1/+58
* MdeModulePkg/AtaAtapiPassThru: unmap DMA buffers after disabling BM DMALaszlo Ersek2017-09-081-12/+12
* MdeModulePkg/AtaAtapiPassThru: cache EnabledPciAttributesLaszlo Ersek2017-09-081-20/+12
* MdeModulePkg/Bus: Fix typos in commentsGary Lin2016-10-271-1/+1
* MdeModulePkg Ata: Use the new (incompatible) PortMultiplierPort semanticsHao Wu2016-05-121-16/+59
* MdeModulePkg/AtaAtapiPassThruDxe: Support 4K bytes block size HDDsFeng Tian2015-05-221-20/+31
* 1) Add type cast for better coding style.Feng Tian2014-08-071-2/+2
* MdeModulePkg/AtaAtapiPassThru: Handle timeout 0 as indefinitely wait to stric...Tian, Feng2014-05-151-1/+6
* MdeModulePkg/ScsiDisk: Using back-off algorithm to dynamically adjust transfe...Tian, Feng2014-04-301-2/+106
* MdeModulePkg/AtaAtapiPassThru: Error handling enhancement for uninstalling pr...Feng Tian2013-12-031-45/+50
* MdeModulePkg/AtaAtapiPassThru: Add parameter check to ResetDevice() to follow...Tian, Feng2013-10-111-0/+42
* MdeModulePkg/AtaBus&AtaAtapiPassThru: Update ATA drivers to follow UEFI2.4 ne...Tian, Feng2013-10-101-4/+16
* MdeModulePkg/AtaAtapiPassThru: To follow UEFI 2.4, updating the implementatio...Feng Tian2013-09-181-7/+10
* Add missing braces around initializer.lzeng142012-10-111-4/+8
* Introduce tow non-blocking task lists to AtaBus. One maintains the sub-task w...qianouyang2012-03-161-122/+130
* MdeModulePkg: Fix a bug in GetNextTargetLun()/GetNextTarget() when two cdroms...erictian2011-12-211-2/+4
* MdeModulePkg: Remove variables that are set, but not usedjljusten2011-10-311-3/+0
* Add Pointer check for NULL before referring it and remove unnecessary pointer...qianouyang2011-05-061-1/+1
* Add BlockIO2 Protocol.qianouyang2011-05-031-193/+424
* fix a invalid pointer conversion when builing 32bit image.erictian2011-03-081-4/+4
* remove additional space from comments and pass ICC/GCC44 builderictian2010-09-301-18/+3
* add native ide/ahci drivererictian2010-09-291-0/+2195