summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Bus/Ata/AtaAtapiPassThru/AhciMode.c
AgeCommit message (Expand)Author
2014-12-18MdeModulePkg\Bus\Ata\AtaAtapiPassThru: don't set PxSACT bit when issuing commandChris Ruffin
2014-11-10MdeModulePkg/AtaAtapiPassThru: don't write read-only AHCI MMIO registerFeng Tian
2014-10-22MdeModulePkg/AtaAtapiPassThru: When D2H FIS received at PIO DATA-IN transfer,...Reza Jelveh
2014-07-22MdeModulePkg/AtaAtapiPassThru: Correct the algo of calculating PRDT number to...Tian, Feng
2014-05-15MdeModulePkg/AtaAtapiPassThru: Handle timeout 0 as indefinitely wait to stric...Tian, Feng
2013-08-09Add new adding ATA related status code in PI 1.3 to definition and ATA modules.Elvin Li
2013-01-04MdeModulePkg/AtaAtapiPassThru: Not set AhciCmdC bit of CommandList when doing...erictian
2012-11-14MdeModulePkg/AtaAtapiPassThru: fix buffer overflow issue introduced by previo...erictian
2012-11-09MdeModulePkg/AtaAtapiPassThru: valid ports transverse algo of AHCI controller...erictian
2012-08-22MdeModulePkg/AtaAtapiPassThru: Move error check behind the place that SetupFI...erictian
2012-05-29MdeModulePkg/Ata: Clear PxCmd.SUD bit when the port has no device presented a...erictian
2012-05-29MdeModulePkg/Ata: Use a new Pcd named "PcdAtaSmartEnable" to control if enabl...erictian
2011-11-28Update code to pass build on VS2008 with /Od compiler option.lgao4
2011-11-15In AtaAtapiPassThru driverqianouyang
2011-11-03MdeModulePkg: ATA performance tuning.erictian
2011-10-31MdeModulePkg: Remove variables that are set, but not usedjljusten
2011-10-19If the data buffer described by InDataBuffer/OutDataBuffer and InTransferLeng...erictian
2011-06-14ScsiBus/ScsiDisk enhancement for no_media state.erictian
2011-05-26Add more status code in drivers.li-elvin
2011-05-19Update the function's descriptions (which is in AtaBus, AtaAtapiPassThru, Par...qianouyang
2011-05-03Add BlockIO2 Protocol.qianouyang
2011-03-08fix a invalid pointer conversion when builing 32bit image.erictian
2011-01-061. fix AtaPassThru.PassThru() sct failureerictian
2010-10-28S.M.A.R.T feature enableerictian
2010-10-14fix 32bit build warningerictian
2010-09-30remove additional space from comments and pass ICC/GCC44 builderictian
2010-09-29add native ide/ahci drivererictian