aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/hptmv
diff options
context:
space:
mode:
authorAlexander Motin <mav@FreeBSD.org>2017-02-19 17:27:58 +0000
committerAlexander Motin <mav@FreeBSD.org>2017-02-19 17:27:58 +0000
commit950c5aca4ac28e845fc8f5077f21451dbe9fabb4 (patch)
treed361dd60fd224203458dd27bad244d5588d4e2a9 /sys/dev/hptmv
parent5dff7be120bf34b61d43b37f3951cf223bc52485 (diff)
Notes
Diffstat (limited to 'sys/dev/hptmv')
-rw-r--r--sys/dev/hptmv/entry.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/dev/hptmv/entry.c b/sys/dev/hptmv/entry.c
index 8f60be25a2b81..b01fc9c917da9 100644
--- a/sys/dev/hptmv/entry.c
+++ b/sys/dev/hptmv/entry.c
@@ -2289,10 +2289,6 @@ hpt_action(struct cam_sim *sim, union ccb *ccb)
break;
case XPT_RESET_DEV: /* Bus Device Reset the specified SCSI device */
- case XPT_EN_LUN: /* Enable LUN as a target */
- case XPT_TARGET_IO: /* Execute target I/O request */
- case XPT_ACCEPT_TARGET_IO: /* Accept Host Target Mode CDB */
- case XPT_CONT_TARGET_IO: /* Continue Host Target I/O Connection*/
case XPT_ABORT: /* Abort the specified CCB */
case XPT_TERM_IO: /* Terminate the I/O process */
/* XXX Implement */