*** linux-oem/drivers/scsi/scsi.c	Thu Jun  8 14:53:41 1995
--- linux/drivers/scsi/scsi.c	Thu Jun  8 14:52:00 1995
***************
*** 657,668 ****
  #endif
  			}
  
! 			if (!scsi_abort	(SCpnt, DID_TIME_OUT, pid))
  				return;
  		case IN_ABORT:
  			printk("SCSI host %d abort() timed out - resetting\n",
  				SCpnt->host->host_no);
! 			if (!scsi_reset (SCpnt))
  				return;
  		case IN_RESET:
  		case (IN_ABORT | IN_RESET):
--- 657,668 ----
  #endif
  			}
  
! /*			if (!scsi_abort	(SCpnt, DID_TIME_OUT, pid)) */
  				return;
  		case IN_ABORT:
  			printk("SCSI host %d abort() timed out - resetting\n",
  				SCpnt->host->host_no);
! /*			if (!scsi_reset (SCpnt)) */
  				return;
  		case IN_RESET:
  		case (IN_ABORT | IN_RESET):
