summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBus.c
AgeCommit message (Expand)AuthorFilesLines
2023-02-02MdeModulePkg: ScsiBusDxe: Refactor DiscoverScsiDevice()Yuan Yu1-16/+17
2022-11-04MdeModulePkg/scsi :Coverity scan flags multiple issues in edk2-stable202205Sivaparvathi C1-0/+5
2021-12-07MdeModulePkg: Apply uncrustify changesMichael Kubacki1-208/+205
2020-02-10MdeModulePkg/Bus/Scsi: Fix various typosAntoine Coeur1-3/+3
2019-09-29MdeModulePkg/ScsiBusDxe: Clean up Peripheral Type checkZurcher, Christopher J1-2/+3
2019-04-09MdeModulePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney1-7/+1
2018-06-28MdeModulePkg: Clean up source filesLiming Gao1-58/+58
2017-08-19MdeModulePkg/ScsiBusDxe: don't produce ScsiIo for nonexistent LUNs, part 2Laszlo Ersek1-2/+22
2017-08-19MdeModulePkg/ScsiBusDxe: remove redundant "else" after "break" statementLaszlo Ersek1-3/+4
2017-08-19MdeModulePkg/ScsiBusDxe: don't produce ScsiIo for nonexistent LUNs, part 1Laszlo Ersek1-9/+1
2015-12-22MdeModulePkg ScsiBusDxe: Raise the Tpl of async IO callback to TPL_NOTIFYHao Wu1-1/+1
2015-12-22MdeModulePkg ScsiBusDxe: Only signal caller event when PassThru() succeedsHao Wu1-2/+3
2015-12-11MdeModulePkg ScsiBusDxe: Fix caller event may nerver be signaledHao Wu1-9/+37
2013-08-05MdeMdeModulePkg/Scsi: Enlarge SCSI cmd timeout to a more reasonable experienc...Feng Tian1-2/+2
2012-10-30Add missing status code in several modules.li-elvin1-1/+48
2011-11-25Allocate aligned buffer to satisfy the IoAlign requirement of high level prot...lzeng141-22/+82
2011-09-18Clean up the private GUID definition in module Level.lgao41-12/+4
2011-06-20Fix potential null pointer dereferenceerictian1-6/+6
2011-06-14ScsiBus/ScsiDisk enhancement for no_media state.erictian1-73/+118
2010-09-15Refine soma code to make code run safely.ydong101-1/+1
2010-08-04According to SCSI spec, ANSI version is 3 bits, so 0x7 should be used to get ...li-elvin1-1/+1
2010-04-24Update the copyright notice formathhtian1-2/+2
2010-02-02when remaining device path is not NULL, check if it's the device managed by b...erictian1-2/+5
2010-01-111. Add missing CloseProtocol in case RemainingDevicePath is NULL or EndOfDpdavidhuang1-0/+9
2010-01-111. Eliminate RemainingDevicePath Type limitation, let PassThru to check its v...davidhuang1-67/+70
2009-09-151. updated PCI/AGP Devices to check RemainingDevicePath in Supported() and St...vanjeff1-1/+1
2009-09-14updated the Bus Driver that is able to create all or one of its child handles...vanjeff1-5/+45
2009-06-26Enhance error handle of BuildDevicePath for it is possible to receive other e...gikidy1-1/+1
2009-05-19Fix a bug in the SCSI Bus driver due to which some SCSI devices can not be di...rsun31-1/+1
2009-03-19R8 tracker sync:eric_tian1-0/+14
2009-02-23Minor update on capitalization for ECC check.xli241-1/+1
2009-02-03Code size optimized jji41-8/+6
2008-12-18Some codes have been altered and replaced by functions of memory allocation l...jji41-10/+6
2008-12-17Some codes have been altered and replaced by library functions which makes mo...jji41-4/+5
2008-11-17Update SCSI modules to use new macros defined in UefiLib.qhuang81-1/+1
2008-11-14Code Scrubjji41-1/+1
2008-11-12Code Scrub:jji41-335/+260
2008-11-10Rename EfiScsiStallSeconds to EFI_SCSI_STALL_SECONDS to follow the naming con...qwang121-1/+1
2008-10-30Patch to remove STATIC modifier. This is on longer recommended by EFI Framewo...jji41-8/+2
2008-09-04clean up the un-suitable ';' location when declaring the functions.vanjeff1-6/+3
2008-08-30The driver and library in MdePkg, MdeModulePkg and Nt32Pkg that don't depend ...lgao41-1/+1
2008-04-09Update all files to follow doxygen style file header.qhuang81-11/+5
2007-11-20Remove debug print statement checked in inadvertently qhuang81-3/+0
2007-11-20Remove Atapi Pass Thru driver in MdeModulePkg. This module is only used for t...qhuang81-0/+3
2007-10-09Clean up Network Components to support GCC build.yshang11-1/+1
2007-09-30Update to support to produce Component Name and & Component Name 2 protocol ...qhuang81-3/+2
2007-09-201. Set the Target array to zero before fill the target id.qhuang81-198/+281
2007-08-27Make MdeModulePkg GCC clean.qwang121-2/+2
2007-08-14Sync code with MdePkg spec for Scsi library class and CustomDecompress librar...lgao41-1/+1
2007-07-20remove some comments introduced by tools.vanjeff1-9/+3