aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/isp
diff options
context:
space:
mode:
authorAlexander Motin <mav@FreeBSD.org>2017-02-19 16:40:03 +0000
committerAlexander Motin <mav@FreeBSD.org>2017-02-19 16:40:03 +0000
commit91d226ca267d5eed624f9695ebd73bc9bde4e1b5 (patch)
tree2c5ff69cb64df479a06a36346f7ff49b18033226 /sys/dev/isp
parentb247fd395dc0d2f4f63e7a234c8df0fd28eebe02 (diff)
Notes
Diffstat (limited to 'sys/dev/isp')
-rw-r--r--sys/dev/isp/isp_freebsd.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/sys/dev/isp/isp_freebsd.c b/sys/dev/isp/isp_freebsd.c
index 37ea7dd3198d9..446e43d8ca24f 100644
--- a/sys/dev/isp/isp_freebsd.c
+++ b/sys/dev/isp/isp_freebsd.c
@@ -3574,7 +3574,6 @@ isp_action(struct cam_sim *sim, union ccb *ccb)
isp_disable_lun(isp, ccb);
}
break;
- case XPT_IMMED_NOTIFY:
case XPT_IMMEDIATE_NOTIFY: /* Add Immediate Notify Resource */
case XPT_ACCEPT_TARGET_IO: /* Add Accept Target IO Resource */
{
@@ -3625,20 +3624,11 @@ isp_action(struct cam_sim *sim, union ccb *ccb)
ISP_PATH_PRT(isp, ISP_LOGTDEBUG2, ccb->ccb_h.path, "Put FREE INOT, (seq id 0x%x) count now %d\n",
ccb->cin1.seq_id, tptr->inot_count);
ccb->cin1.seq_id = 0;
- } else if (ccb->ccb_h.func_code == XPT_IMMED_NOTIFY) {
- tptr->inot_count++;
- SLIST_INSERT_HEAD(&tptr->inots, &ccb->ccb_h, sim_links.sle);
- ISP_PATH_PRT(isp, ISP_LOGTDEBUG2, ccb->ccb_h.path, "Put FREE INOT, (seq id 0x%x) count now %d\n",
- ccb->cin1.seq_id, tptr->inot_count);
- ccb->cin1.seq_id = 0;
}
rls_lun_statep(isp, tptr);
ccb->ccb_h.status = CAM_REQ_INPROG;
break;
}
- case XPT_NOTIFY_ACK:
- ccb->ccb_h.status = CAM_REQ_CMP_ERR;
- break;
case XPT_NOTIFY_ACKNOWLEDGE: /* notify ack */
{
tstate_t *tptr;