]> git.proxmox.com Git - mirror_edk2.git/history - MdeModulePkg/Bus/Ata
EDK II Packages: Add Contributions.txt and License.txt files
[mirror_edk2.git] / MdeModulePkg / Bus / Ata /
2012-03-16 qianouyangIntroduce tow non-blocking task lists to AtaBus. One...
2011-12-21 erictianMdeModulePkg: Fix a bug in GetNextTargetLun()/GetNextTa...
2011-12-12 erictianMdeModulePkg: Fix a bug that UnregisterAtaDev() will...
2011-11-28 lgao4Update code to pass build on VS2008 with /Od compiler...
2011-11-25 lzeng14Allocate aligned buffer to satisfy the IoAlign requirem...
2011-11-15 qianouyangIn AtaAtapiPassThru driver
2011-11-15 erictianCorrect AtaAtapiPassThru module packaging info.
2011-11-03 erictianMdeModulePkg: ATA performance tuning.
2011-10-31 jljustenMdeModulePkg: Remove variables that are set, but not...
2011-10-19 erictianIf the data buffer described by InDataBuffer/OutDataBuf...
2011-09-01 lzeng14Remove, correct and refine some debug messages.
2011-07-06 niruiyuFix the comments to follow UEFI Spec regarding how...
2011-07-05 li-elvinReturn the correct status at the last of UnregisterAtaD...
2011-06-30 erictianFix a potential memory free failure bug in AtaAtapiPassThru
2011-06-14 erictianScsiBus/ScsiDisk enhancement for no_media state.
2011-05-30 lzeng14Update code to pass packaging tool.
2011-05-26 li-elvinAdd more status code in drivers.
2011-05-19 erictianfix memory leak at AccessAtaDevice() of AtaBus.
2011-05-19 qianouyangUpdate the function's descriptions (which is in AtaBus...
2011-05-06 qianouyangAdd Pointer check for NULL before referring it and...
2011-05-04 hhuan131. Enabled SSP(StorageSecurityCommandProtocol) for...
2011-05-03 qianouyangAdd BlockIO2 Protocol.
2011-04-25 niruiyuChange BlockIo drivers to return EFI_NO_MEDIA or EFI_ME...
2011-03-10 erictianfix null DevicePath issue.
2011-03-08 erictianfix a invalid pointer conversion when builing 32bit...
2011-01-06 erictian1. fix AtaPassThru.PassThru() sct failure
2010-10-28 erictianS.M.A.R.T feature enable
2010-10-19 erictianreturn EFI_DEVICE_ERROR if the Status value is not...
2010-10-14 erictianfix 32bit build warning
2010-09-30 erictianremove additional space from comments and pass ICC...
2010-09-29 erictianadd native ide/ahci driver
2010-09-02 qhuang8Fill AtaDeviceHeader field in ATA command block
2010-07-26 qhuang8Update AtaBus module to use Uefi.h as the master header...
2010-04-24 hhtianUpdate the copyright notice format
2010-03-17 erictianfix ia32 build error.
2010-03-17 erictianThe ATA alignment_logic_in_phy_blocks field doesn’t...
2010-02-24 lgao41. Correct File header to ## @file
2010-01-26 qhuang8Clean up AtaBus driver to not depend on PI IdeControlle...
2009-12-31 qhuang8Fix minor coding style issues.
2009-12-31 qhuang8Remove the hard-code IoAlign in BlockIo.Media; instead...
2009-12-30 qhuang8Fix bug that that the template does not match fields...
2009-12-25 qhuang8Add assertion to ensure the boolean value must be 0...
2009-12-24 qhuang81. Fix bug in some boundary cases to calculate SectorCo...
2009-12-22 qhuang8Add new UEFI driver AtaBusDxe: