File diff 1efda0e3054b → 052c0cbc4bbf
vmkdrivers/src_9/vmklinux_9/vmware/linux_scsi.c
Show inline comments
 
/* ****************************************************************
 
 * Portions Copyright 1998, 2010 VMware, Inc.
 
 * Portions Copyright 1998, 2010, 2013 VMware, Inc.
 
 *
 
 * This program is free software; you can redistribute it and/or
 
 * modify it under the terms of the GNU General Public License
...
 
@@ -696,8 +696,8 @@ SCSILinuxProcessCompletions(scsiLinuxTLS_t *tls,       // IN
 

	
 
      case DRIVER_BUSY:
 
      case DRIVER_SOFT:
 
         hostStatus = VMK_SCSI_HOST_OK;
 
         deviceStatus = VMK_SCSI_DEVICE_BUSY;
 
         hostStatus = VMK_SCSI_HOST_BUS_BUSY;
 
         deviceStatus = VMK_SCSI_DEVICE_GOOD;
 
         break;
 

	
 
      case DRIVER_MEDIA: