summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBus.c
Commit message (Expand)AuthorAgeFilesLines
* MdeModulePkg: ScsiBusDxe: Refactor DiscoverScsiDevice()Yuan Yu2023-02-021-16/+17
* MdeModulePkg/scsi :Coverity scan flags multiple issues in edk2-stable202205Sivaparvathi C2022-11-041-0/+5
* MdeModulePkg: Apply uncrustify changesMichael Kubacki2021-12-071-208/+205
* MdeModulePkg/Bus/Scsi: Fix various typosAntoine Coeur2020-02-101-3/+3
* MdeModulePkg/ScsiBusDxe: Clean up Peripheral Type checkZurcher, Christopher J2019-09-291-2/+3
* MdeModulePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney2019-04-091-7/+1
* MdeModulePkg: Clean up source filesLiming Gao2018-06-281-58/+58
* MdeModulePkg/ScsiBusDxe: don't produce ScsiIo for nonexistent LUNs, part 2Laszlo Ersek2017-08-191-2/+22
* MdeModulePkg/ScsiBusDxe: remove redundant "else" after "break" statementLaszlo Ersek2017-08-191-3/+4
* MdeModulePkg/ScsiBusDxe: don't produce ScsiIo for nonexistent LUNs, part 1Laszlo Ersek2017-08-191-9/+1
* MdeModulePkg ScsiBusDxe: Raise the Tpl of async IO callback to TPL_NOTIFYHao Wu2015-12-221-1/+1
* MdeModulePkg ScsiBusDxe: Only signal caller event when PassThru() succeedsHao Wu2015-12-221-2/+3
* MdeModulePkg ScsiBusDxe: Fix caller event may nerver be signaledHao Wu2015-12-111-9/+37
* MdeMdeModulePkg/Scsi: Enlarge SCSI cmd timeout to a more reasonable experienc...Feng Tian2013-08-051-2/+2
* Add missing status code in several modules.li-elvin2012-10-301-1/+48
* Allocate aligned buffer to satisfy the IoAlign requirement of high level prot...lzeng142011-11-251-22/+82
* Clean up the private GUID definition in module Level.lgao42011-09-181-12/+4
* Fix potential null pointer dereferenceerictian2011-06-201-6/+6
* ScsiBus/ScsiDisk enhancement for no_media state.erictian2011-06-141-73/+118
* Refine soma code to make code run safely.ydong102010-09-151-1/+1
* According to SCSI spec, ANSI version is 3 bits, so 0x7 should be used to get ...li-elvin2010-08-041-1/+1
* Update the copyright notice formathhtian2010-04-241-2/+2
* when remaining device path is not NULL, check if it's the device managed by b...erictian2010-02-021-2/+5
* 1. Add missing CloseProtocol in case RemainingDevicePath is NULL or EndOfDpdavidhuang2010-01-111-0/+9
* 1. Eliminate RemainingDevicePath Type limitation, let PassThru to check its v...davidhuang2010-01-111-67/+70
* 1. updated PCI/AGP Devices to check RemainingDevicePath in Supported() and St...vanjeff2009-09-151-1/+1
* updated the Bus Driver that is able to create all or one of its child handles...vanjeff2009-09-141-5/+45
* Enhance error handle of BuildDevicePath for it is possible to receive other e...gikidy2009-06-261-1/+1
* Fix a bug in the SCSI Bus driver due to which some SCSI devices can not be di...rsun32009-05-191-1/+1
* R8 tracker sync:eric_tian2009-03-191-0/+14
* Minor update on capitalization for ECC check.xli242009-02-231-1/+1
* Code size optimized jji42009-02-031-8/+6
* Some codes have been altered and replaced by functions of memory allocation l...jji42008-12-181-10/+6
* Some codes have been altered and replaced by library functions which makes mo...jji42008-12-171-4/+5
* Update SCSI modules to use new macros defined in UefiLib.qhuang82008-11-171-1/+1
* Code Scrubjji42008-11-141-1/+1
* Code Scrub:jji42008-11-121-335/+260
* Rename EfiScsiStallSeconds to EFI_SCSI_STALL_SECONDS to follow the naming con...qwang122008-11-101-1/+1
* Patch to remove STATIC modifier. This is on longer recommended by EFI Framewo...jji42008-10-301-8/+2
* clean up the un-suitable ';' location when declaring the functions.vanjeff2008-09-041-6/+3
* The driver and library in MdePkg, MdeModulePkg and Nt32Pkg that don't depend ...lgao42008-08-301-1/+1
* Update all files to follow doxygen style file header.qhuang82008-04-091-11/+5
* Remove debug print statement checked in inadvertently qhuang82007-11-201-3/+0
* Remove Atapi Pass Thru driver in MdeModulePkg. This module is only used for t...qhuang82007-11-201-0/+3
* Clean up Network Components to support GCC build.yshang12007-10-091-1/+1
* Update to support to produce Component Name and & Component Name 2 protocol ...qhuang82007-09-301-3/+2
* 1. Set the Target array to zero before fill the target id.qhuang82007-09-201-198/+281
* Make MdeModulePkg GCC clean.qwang122007-08-271-2/+2
* Sync code with MdePkg spec for Scsi library class and CustomDecompress librar...lgao42007-08-141-1/+1
* remove some comments introduced by tools.vanjeff2007-07-201-9/+3