summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDisk.c
AgeCommit message (Expand)Author
2015-04-29MdeModulePkg: fix some issues in ScsiDisk to co-work with UFS stackFeng Tian
2015-04-23MdeModulePkg/ScsiDisk: Set correct value to the Media->IoAlign field of Block...Feng Tian
2014-09-30MdeModulePkg/ScsiDiskDxe: Fix the build warning/error "unreachable statement"Olivier Martin
2014-04-30MdeModulePkg/ScsiDisk: Using back-off algorithm to dynamically adjust transfe...Tian, Feng
2014-02-11MdeModulePkg/ScsiDisk:If the SCSI device target status is in CHECK_CONDITION,...Tian, Feng
2013-08-05MdeMdeModulePkg/Scsi: Enlarge SCSI cmd timeout to a more reasonable experienc...Feng Tian
2013-01-04MdeModulePkg/AtaBus&ScsiBus: Dynamically calculate how long shall we wait for...erictian
2012-03-06MdeModulePkg: When media_change happens at Partition.Start(), the lower drive...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-07Media detection logic is enhanced to be more robust.erictian
2011-06-14ScsiBus/ScsiDisk enhancement for no_media state.erictian
2011-05-23Change Partition/ScsiDxe driver to produce Block IO revision 3.niruiyu
2011-04-25Change BlockIo drivers to return EFI_NO_MEDIA or EFI_MEDIA_CHANGED even the B...niruiyu
2010-10-19return EFI_DEVICE_ERROR if the Status value is not EFI_SUCCESS.erictian
2010-09-15Refine soma code to make code run safely.ydong10
2010-08-23Change the check condition for 16 byte command, when HDD size is > 2TB, use 1...li-elvin
2010-08-04According to SCSI spec, ANSI version is 3 bits, so 0x7 should be used to get ...li-elvin
2010-06-04Change MaxBlock to HEX value to avoid GCC build failure.li-elvin
2010-05-28If SCSI version support Read/Write (16) command, use both commands to access ...li-elvin
2010-04-24Update the copyright notice formathhtian
2010-02-11Coding style fix and minor improvements.rsun3
2010-01-15Fix some coding style issues in MdeModulePkg.rsun3
2009-12-22Enhance SCSI disk module to produce Disk Info protocol on the same Block IO h...qhuang8
2009-06-29Update the SCSI Disk Driver to not mount drives on physical only SCSI channelsgikidy
2009-04-01Read-Capacity16 command added for SCSI driversjji4
2009-02-23Minor update on capitalization for ECC check.xli24
2009-02-06Coding style checkedjji4
2008-12-18Some codes have been altered and replaced by functions of memory allocation l...jji4
2008-12-17Fix some typo.gikidy
2008-11-17Update SCSI modules to use new macros defined in UefiLib.qhuang8
2008-11-12Code Scrub:jji4
2008-11-10Rename EfiScsiStallSeconds to EFI_SCSI_STALL_SECONDS to follow the naming con...qwang12
2008-08-30The driver and library in MdePkg, MdeModulePkg and Nt32Pkg that don't depend ...lgao4
2008-04-09Update all files to follow doxygen style file header.qhuang8
2007-09-30Update to support to produce Component Name and & Component Name 2 protocol ...qhuang8
2007-09-201. Set the Target array to zero before fill the target id.qhuang8
2007-08-14Sync code with MdePkg spec for Scsi library class and CustomDecompress librar...lgao4
2007-07-20remove some comments introduced by tools.vanjeff
2007-06-29Add ScsiDiskDxe driver for Nt32Pkg klu2