index
:
edk2-platforms.git
about
devel-IntelAtomProcessorE3900
devel-MinPlatform
devel-MinnowBoard3
devel-MinnowBoard3-UDK2017
devel-MinnowBoardMax-UDK2017
devel-OpenPlatformPkg
devel-dynamictables
master
minnowboard-max-udk2015
pentium-celeron-n-udk2015
(https://github.com/tianocore/edk2-platforms)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
MdeModulePkg
/
Bus
/
Ata
/
AtaBusDxe
/
AtaPassThruExecute.c
Age
Commit message (
Expand
)
Author
2011-09-01
Remove, correct and refine some debug messages.
lzeng14
2011-05-19
fix memory leak at AccessAtaDevice() of AtaBus.
erictian
2011-05-19
Update the function's descriptions (which is in AtaBus, AtaAtapiPassThru, Par...
qianouyang
2011-05-04
1. Enabled SSP(StorageSecurityCommandProtocol) for ATA devices.
hhuan13
2011-05-03
Add BlockIO2 Protocol.
qianouyang
2010-09-02
Fill AtaDeviceHeader field in ATA command block
qhuang8
2010-04-24
Update the copyright notice format
hhtian
2010-03-17
fix ia32 build error.
erictian
2010-03-17
The ATA alignment_logic_in_phy_blocks field doesn’t directly report the low...
erictian
2010-01-26
Clean up AtaBus driver to not depend on PI IdeControllerInit Protocol definit...
qhuang8
2009-12-31
Remove the hard-code IoAlign in BlockIo.Media; instead, this value should inh...
qhuang8
2009-12-25
Add assertion to ensure the boolean value must be 0 or 1 before the use of ar...
qhuang8
2009-12-24
1. Fix bug in some boundary cases to calculate SectorCountExp.
qhuang8
2009-12-22
Add new UEFI driver AtaBusDxe:
qhuang8