Don't set CAM_DEV_QFRZN when we get an ABORT_TASK. Just

by itself, this makes no sense.
This commit is contained in:
Matt Jacob 2006-05-30 17:43:04 +00:00
parent 51036d9b71
commit 6b5ec766e9

View File

@ -1899,7 +1899,7 @@ isp_handle_platform_notify_fc(ispsoftc_t *isp, in_fcentry_t *inp)
inot->message_args[0] = MSG_ABORT_TAG;
inot->message_args[1] = inp->in_seqid & 0xff;
inot->message_args[2] = (inp->in_seqid >> 8) & 0xff;
inot->ccb_h.status = CAM_MESSAGE_RECV|CAM_DEV_QFRZN;
inot->ccb_h.status = CAM_MESSAGE_RECV;
xpt_done((union ccb *)inot);
}
break;