]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDisk.h
MdeModulePkg ScsiDiskDxe: Modify FlushBlocksEx() to follow UEFI spec
[mirror_edk2.git] / MdeModulePkg / Bus / Scsi / ScsiDiskDxe / ScsiDisk.h
index 836e7caeeda1661b9271b56689b86af1ce30f53a..b6f801d92aa1a07a121604db944fe162ed4c6c73 100644 (file)
@@ -555,10 +555,12 @@ ScsiDiskWriteBlocksEx (
   @param  This       Indicates a pointer to the calling context.\r
   @param  Token      A pointer to the token associated with the transaction.\r
 \r
-  @retval EFI_SUCCESS       All outstanding data was written to the device.\r
-  @retval EFI_DEVICE_ERROR  The device reported an error while writing back the\r
-                            data.\r
-  @retval EFI_NO_MEDIA      There is no media in the device.\r
+  @retval EFI_SUCCESS         All outstanding data was written to the device.\r
+  @retval EFI_DEVICE_ERROR    The device reported an error while attempting to\r
+                              write data.\r
+  @retval EFI_WRITE_PROTECTED The device cannot be written to.\r
+  @retval EFI_NO_MEDIA        There is no media in the device.\r
+  @retval EFI_MEDIA_CHANGED   The MediaId is not for the current media.\r
 \r
 **/\r
 EFI_STATUS\r