summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Bus/Ata/AtaBusDxe/AtaPassThruExecute.c
Commit message (Expand)AuthorAgeFilesLines
* Sync patch r14428 from main trunk.vanjeff2013-09-241-4/+6
* Sync patch r14028 from main trunk.vanjeff2013-01-181-1/+30
* Sync patches r13852, r13856, r13903 and r13907 from main trunk.vanjeff2012-11-051-0/+8
* Sync patches r13889, r13890, r13891, r13892, r13896 and r13897 from main trunk. vanjeff2012-11-021-0/+9
* Sync patch r13105 from mail trunk.vanjeff2012-03-291-59/+124
* Remove, correct and refine some debug messages.lzeng142011-09-011-23/+7
* fix memory leak at AccessAtaDevice() of AtaBus.erictian2011-05-191-67/+86
* Update the function's descriptions (which is in AtaBus, AtaAtapiPassThru, Par...qianouyang2011-05-191-2/+4
* 1. Enabled SSP(StorageSecurityCommandProtocol) for ATA devices.hhuan132011-05-041-1/+137
* Add BlockIO2 Protocol.qianouyang2011-05-031-37/+284
* Fill AtaDeviceHeader field in ATA command blockqhuang82010-09-021-0/+1
* Update the copyright notice formathhtian2010-04-241-2/+2
* fix ia32 build error.erictian2010-03-171-2/+2
* The ATA alignment_logic_in_phy_blocks field doesn’t directly report the low...erictian2010-03-171-1/+2
* Clean up AtaBus driver to not depend on PI IdeControllerInit Protocol definit...qhuang82010-01-261-8/+8
* Remove the hard-code IoAlign in BlockIo.Media; instead, this value should inh...qhuang82009-12-311-0/+1
* Add assertion to ensure the boolean value must be 0 or 1 before the use of ar...qhuang82009-12-251-1/+2
* 1. Fix bug in some boundary cases to calculate SectorCountExp.qhuang82009-12-241-4/+13
* Add new UEFI driver AtaBusDxe:qhuang82009-12-221-0/+498