]> git.proxmox.com Git - mirror_edk2.git/commit - MdePkg/Library/UefiScsiLib/UefiScsiLib.c
Fix a bug of ScsiWrite10Command() UefiScsiLib. After the SCSI WRITE command is execut...
authorxli24 <xli24@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 28 Sep 2007 05:59:12 +0000 (05:59 +0000)
committerxli24 <xli24@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 28 Sep 2007 05:59:12 +0000 (05:59 +0000)
commitba7e162ec1407988cfe305b15499e9b2fd9c51ef
tree64c3c3abd169a54f288503589866ed882942beb8
parentff62de37300f4c1af964367a9ea0fca0f79570e8
Fix a bug of ScsiWrite10Command() UefiScsiLib. After the SCSI WRITE command is executed, the output DataLength parameter should be EFI_SCSI_IO_SCSI_REQUEST_PACKET.OutTransferLength, instead of EFI_SCSI_IO_SCSI_REQUEST_PACKET.InTransferLength.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3961 6f19259b-4bc3-4df7-8a09-765794883524
MdePkg/Library/UefiScsiLib/UefiScsiLib.c