summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDisk.h
Commit message (Expand)AuthorAgeFilesLines
* MdeModulePkg: Consume new alignment-related macrosMarvin Häuser2023-04-011-2/+0
* MdeModulePkg: Rename IS_ALIGNED macros to avoid name collisionsMarvin Häuser2023-04-011-1/+1
* MdeModulePkg/ScsiDiskDxe: Update proper device name for ScsiDisk driveCheripally Gopi2022-10-311-0/+9
* MdeModulePkg: Apply uncrustify changesMichael Kubacki2021-12-071-278/+263
* MdeModulePkg/Bus/Scsi: Fix various typosAntoine Coeur2020-02-101-5/+5
* MdeModulePkg/ScsiDiskDxe: Support Storage Security Command ProtocolZurcher, Christopher J2019-09-291-1/+170
* MdeModulePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney2019-04-091-7/+1
* MdeModulePkg: Clean up source filesLiming Gao2018-06-281-30/+30
* MdeModulePkg ScsiDiskDxe: Add Erase Block Protocol support for UFS devicesHao Wu2016-05-201-3/+82
* MdeModulePkg/ScsiDisk: Increase the value of SCSI_DISK_TIMEOUT to 30sFeng Tian2016-01-071-1/+5
* MdeModulePkg ScsiDiskDxe: Raise the Tpl of async IO callback to TPL_NOTIFYHao Wu2015-12-221-1/+7
* MdeModulePkg ScsiDiskDxe: Fix async request retry times info lost issueHao Wu2015-12-221-0/+8
* MdeModulePkg ScsiDiskDxe: Modify FlushBlocksEx() to follow UEFI specHao Wu2015-12-221-4/+6
* MdeModulePkg ScsiDiskDxe: Add BlockIO2 SupportHao Wu2015-12-111-2/+333
* MdeModulePkg/ScsiDisk: Using back-off algorithm to dynamically adjust transfe...Tian, Feng2014-04-301-32/+17
* MdeMdeModulePkg/Scsi: Enlarge SCSI cmd timeout to a more reasonable experienc...Feng Tian2013-08-051-1/+5
* Fix the comments to follow UEFI Spec regarding how to check an EFI_HANDLE is ...niruiyu2011-07-061-2/+2
* Change the check condition for 16 byte command, when HDD size is > 2TB, use 1...li-elvin2010-08-231-0/+5
* If SCSI version support Read/Write (16) command, use both commands to access ...li-elvin2010-05-281-0/+57
* Update the copyright notice formathhtian2010-04-241-2/+2
* Coding style fix and minor improvements.rsun32010-02-111-10/+10
* Fix some coding style issues in MdeModulePkg.rsun32010-01-151-3/+3
* Enhance SCSI disk module to produce Disk Info protocol on the same Block IO h...qhuang82009-12-221-8/+139
* Update the SCSI Disk Driver to not mount drives on physical only SCSI channelsgikidy2009-06-291-0/+35
* Replace references to RFC 3066 with RFC 4646. gikidy2009-04-301-2/+2
* Read-Capacity16 command added for SCSI driversjji42009-04-011-4/+10
* Library class of MemoryAllocationLib has been added.jji42008-12-181-0/+1
* Clean up to update the reference of the these macros:qhuang82008-12-161-1/+1
* Rename the reference library class of ScsiLib to UefiScsiLib.qhuang82008-11-131-1/+1
* Code Scrub:jji42008-11-121-526/+400
* Update all files to follow doxygen style file header.qhuang82008-04-091-17/+10
* edk2/MdeModulePkg/Universal/Network/IScsiDxe/IScsiTcp4Io.h:jljusten2008-03-111-2/+2
* Update to support to produce Component Name and & Component Name 2 protocol ...qhuang82007-09-301-2/+112
* 1. Set the Target array to zero before fill the target id.qhuang82007-09-201-150/+182
* Add ScsiDiskDxe driver for Nt32Pkg klu22007-06-291-0/+774