Take CAM_REQUEUE_REQ out of the class of things we were trying to honor

retry count on.

MFC after:	4 weeks
This commit is contained in:
Matt Jacob 2001-08-30 20:54:00 +00:00
parent 57935eeb3d
commit 16565c1c3d

View File

@ -2392,7 +2392,6 @@ saerror(union ccb *ccb, u_int32_t cflgs, u_int32_t sflgs)
*/
case CAM_SCSI_BUS_RESET:
case CAM_BDR_SENT:
case CAM_REQUEUE_REQ:
if (ccb->ccb_h.retry_count <= 0) {
return (EIO);
break;