summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Bus/Scsi/ScsiDiskDxe
AgeCommit message (Expand)AuthorFilesLines
2011-06-14ScsiBus/ScsiDisk enhancement for no_media state.erictian1-14/+26
2011-05-23Change Partition/ScsiDxe driver to produce Block IO revision 3.niruiyu1-40/+98
2011-04-25Change BlockIo drivers to return EFI_NO_MEDIA or EFI_MEDIA_CHANGED even the B...niruiyu1-23/+25
2010-10-19return EFI_DEVICE_ERROR if the Status value is not EFI_SUCCESS.erictian1-0/+10
2010-09-15Refine soma code to make code run safely.ydong101-2/+2
2010-08-23Change the check condition for 16 byte command, when HDD size is > 2TB, use 1...li-elvin2-48/+53
2010-08-04According to SCSI spec, ANSI version is 3 bits, so 0x7 should be used to get ...li-elvin1-4/+4
2010-06-04Change MaxBlock to HEX value to avoid GCC build failure.li-elvin1-4/+4
2010-05-28If SCSI version support Read/Write (16) command, use both commands to access ...li-elvin2-41/+244
2010-04-24Update the copyright notice formathhtian4-8/+8
2010-02-241. Correct File header to ## @filelgao41-4/+4
2010-02-11Coding style fix and minor improvements.rsun32-21/+21
2010-01-15Fix some coding style issues in MdeModulePkg.rsun32-7/+8
2009-12-22Enhance SCSI disk module to produce Disk Info protocol on the same Block IO h...qhuang83-25/+446
2009-06-29Update the SCSI Disk Driver to not mount drives on physical only SCSI channelsgikidy3-38/+179
2009-04-30Replace references to RFC 3066 with RFC 4646. gikidy2-4/+4
2009-04-01Read-Capacity16 command added for SCSI driversjji42-46/+113
2009-02-23Minor update on capitalization for ECC check.xli241-1/+1
2009-02-06Coding style checkedjji41-1/+1
2009-01-07INF extension reviewedjji41-3/+3
2008-12-18Library class of MemoryAllocationLib has been added.jji41-1/+0
2008-12-18Library class of MemoryAllocationLib has been added.jji42-0/+3
2008-12-18Some codes have been altered and replaced by functions of memory allocation l...jji41-29/+17
2008-12-17Fix some typo.gikidy1-1/+1
2008-12-16Clean up to update the reference of the these macros:qhuang81-1/+1
2008-12-10INF module description addedjji41-4/+3
2008-12-03Remove some useless EDK_RELEASE_VERSION, EFI_SPECIFICATION_VERSION ,and revie...gikidy1-2/+0
2008-11-17Update SCSI modules to use new macros defined in UefiLib.qhuang81-6/+6
2008-11-13Rename the reference library class of ScsiLib to UefiScsiLib.qhuang82-2/+2
2008-11-12Code Scrub:jji44-1162/+843
2008-11-10Rename EfiScsiStallSeconds to EFI_SCSI_STALL_SECONDS to follow the naming con...qwang121-6/+6
2008-08-30The driver and library in MdePkg, MdeModulePkg and Nt32Pkg that don't depend ...lgao42-2/+2
2008-08-25remove the unused msa files in MdeModulePkg.lgao41-72/+0
2008-08-18Update some module INF files in MdeModulePkg to "UEFI_DRIVER"qhuang81-1/+1
2008-04-09Update all files to follow doxygen style file header.qhuang84-55/+39
2008-03-11edk2/MdeModulePkg/Universal/Network/IScsiDxe/IScsiTcp4Io.h:jljusten1-2/+2
2007-10-11Add compiler hint of "GLOBAL_REMOVE_IF_UNREFERENCED" to prevent static unicod...qhuang81-1/+1
2007-10-09Add compiler hint of "GLOBAL_REMOVE_IF_UNREFERENCED" to prevent component nam...qhuang81-4/+4
2007-09-30Update to support to produce Component Name and & Component Name 2 protocol ...qhuang83-93/+259
2007-09-201. Set the Target array to zero before fill the target id.qhuang83-538/+542
2007-08-14Sync code with MdePkg spec for Scsi library class and CustomDecompress librar...lgao41-10/+10
2007-07-20remove some comments introduced by tools.vanjeff2-18/+6
2007-07-20remove some comments introduced by tools.vanjeff1-32/+0
2007-07-16Add Dxe as postfix to Scsi related driver.klu21-0/+0
2007-06-29removed [includes] section from MdePkg and MdeModulePkg .inf files. The inclu...AJFISH1-10/+0
2007-06-29Add ScsiDiskDxe driver for Nt32Pkg klu25-0/+3560