X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdeModulePkg%2FBus%2FScsi%2FScsiDiskDxe%2FScsiDisk.h;fp=MdeModulePkg%2FBus%2FScsi%2FScsiDiskDxe%2FScsiDisk.h;h=b6f801d92aa1a07a121604db944fe162ed4c6c73;hp=836e7caeeda1661b9271b56689b86af1ce30f53a;hb=7013e0885c471fc9457a6f43a8d5125bfa4eec3d;hpb=a5d28900d21cd3de0235490c602d86daf9208b24 diff --git a/MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDisk.h b/MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDisk.h index 836e7caeed..b6f801d92a 100644 --- a/MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDisk.h +++ b/MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDisk.h @@ -555,10 +555,12 @@ ScsiDiskWriteBlocksEx ( @param This Indicates a pointer to the calling context. @param Token A pointer to the token associated with the transaction. - @retval EFI_SUCCESS All outstanding data was written to the device. - @retval EFI_DEVICE_ERROR The device reported an error while writing back the - data. - @retval EFI_NO_MEDIA There is no media in the device. + @retval EFI_SUCCESS All outstanding data was written to the device. + @retval EFI_DEVICE_ERROR The device reported an error while attempting to + write data. + @retval EFI_WRITE_PROTECTED The device cannot be written to. + @retval EFI_NO_MEDIA There is no media in the device. + @retval EFI_MEDIA_CHANGED The MediaId is not for the current media. **/ EFI_STATUS