summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDisk.h
AgeCommit message (Expand)AuthorFilesLines
2024-03-13MdeModulePkg: Update ReceiveData and SendData function descriptionQingyu Shang1-2/+6
2023-04-01MdeModulePkg: Consume new alignment-related macrosMarvin Häuser1-2/+0
2023-04-01MdeModulePkg: Rename IS_ALIGNED macros to avoid name collisionsMarvin Häuser1-1/+1
2022-10-31MdeModulePkg/ScsiDiskDxe: Update proper device name for ScsiDisk driveCheripally Gopi1-0/+9
2021-12-07MdeModulePkg: Apply uncrustify changesMichael Kubacki1-278/+263
2020-02-10MdeModulePkg/Bus/Scsi: Fix various typosAntoine Coeur1-5/+5
2019-09-29MdeModulePkg/ScsiDiskDxe: Support Storage Security Command ProtocolZurcher, Christopher J1-1/+170
2019-04-09MdeModulePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney1-7/+1
2018-06-28MdeModulePkg: Clean up source filesLiming Gao1-30/+30
2016-05-20MdeModulePkg ScsiDiskDxe: Add Erase Block Protocol support for UFS devicesHao Wu1-3/+82
2016-01-07MdeModulePkg/ScsiDisk: Increase the value of SCSI_DISK_TIMEOUT to 30sFeng Tian1-1/+5
2015-12-22MdeModulePkg ScsiDiskDxe: Raise the Tpl of async IO callback to TPL_NOTIFYHao Wu1-1/+7
2015-12-22MdeModulePkg ScsiDiskDxe: Fix async request retry times info lost issueHao Wu1-0/+8
2015-12-22MdeModulePkg ScsiDiskDxe: Modify FlushBlocksEx() to follow UEFI specHao Wu1-4/+6
2015-12-11MdeModulePkg ScsiDiskDxe: Add BlockIO2 SupportHao Wu1-2/+333
2014-04-30MdeModulePkg/ScsiDisk: Using back-off algorithm to dynamically adjust transfe...Tian, Feng1-32/+17
2013-08-05MdeMdeModulePkg/Scsi: Enlarge SCSI cmd timeout to a more reasonable experienc...Feng Tian1-1/+5
2011-07-06Fix the comments to follow UEFI Spec regarding how to check an EFI_HANDLE is ...niruiyu1-2/+2
2010-08-23Change the check condition for 16 byte command, when HDD size is > 2TB, use 1...li-elvin1-0/+5
2010-05-28If SCSI version support Read/Write (16) command, use both commands to access ...li-elvin1-0/+57
2010-04-24Update the copyright notice formathhtian1-2/+2
2010-02-11Coding style fix and minor improvements.rsun31-10/+10
2010-01-15Fix some coding style issues in MdeModulePkg.rsun31-3/+3
2009-12-22Enhance SCSI disk module to produce Disk Info protocol on the same Block IO h...qhuang81-8/+139
2009-06-29Update the SCSI Disk Driver to not mount drives on physical only SCSI channelsgikidy1-0/+35
2009-04-30Replace references to RFC 3066 with RFC 4646. gikidy1-2/+2
2009-04-01Read-Capacity16 command added for SCSI driversjji41-4/+10
2008-12-18Library class of MemoryAllocationLib has been added.jji41-0/+1
2008-12-16Clean up to update the reference of the these macros:qhuang81-1/+1
2008-11-13Rename the reference library class of ScsiLib to UefiScsiLib.qhuang81-1/+1
2008-11-12Code Scrub:jji41-526/+400
2008-04-09Update all files to follow doxygen style file header.qhuang81-17/+10
2008-03-11edk2/MdeModulePkg/Universal/Network/IScsiDxe/IScsiTcp4Io.h:jljusten1-2/+2
2007-09-30Update to support to produce Component Name and & Component Name 2 protocol ...qhuang81-2/+112
2007-09-201. Set the Target array to zero before fill the target id.qhuang81-150/+182
2007-06-29Add ScsiDiskDxe driver for Nt32Pkg klu21-0/+774