summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Bus/Ata/AtaBusDxe/AtaBus.c
AgeCommit message (Expand)Author
2012-03-16Introduce tow non-blocking task lists to AtaBus. One maintains the sub-task w...qianouyang
2011-12-12MdeModulePkg: Fix a bug that UnregisterAtaDev() will return error when SSP pr...erictian
2011-11-25Allocate aligned buffer to satisfy the IoAlign requirement of high level prot...lzeng14
2011-11-03MdeModulePkg: ATA performance tuning.erictian
2011-09-01Remove, correct and refine some debug messages.lzeng14
2011-07-05Return the correct status at the last of UnregisterAtaDevice.li-elvin
2011-05-19fix memory leak at AccessAtaDevice() of AtaBus.erictian
2011-05-041. Enabled SSP(StorageSecurityCommandProtocol) for ATA devices.hhuan13
2011-05-03Add BlockIO2 Protocol.qianouyang
2011-04-25Change BlockIo drivers to return EFI_NO_MEDIA or EFI_MEDIA_CHANGED even the B...niruiyu
2011-03-10fix null DevicePath issue.erictian
2011-01-061. fix AtaPassThru.PassThru() sct failureerictian
2010-10-19return EFI_DEVICE_ERROR if the Status value is not EFI_SUCCESS.erictian
2010-04-24Update the copyright notice formathhtian
2009-12-31Fix minor coding style issues.qhuang8
2009-12-31Remove the hard-code IoAlign in BlockIo.Media; instead, this value should inh...qhuang8
2009-12-30Fix bug that that the template does not match fields in structure EFI_BLOCK_I...qhuang8
2009-12-22Add new UEFI driver AtaBusDxe:qhuang8