diff options
| author | Alexander Motin <mav@FreeBSD.org> | 2017-02-19 17:27:58 +0000 |
|---|---|---|
| committer | Alexander Motin <mav@FreeBSD.org> | 2017-02-19 17:27:58 +0000 |
| commit | 950c5aca4ac28e845fc8f5077f21451dbe9fabb4 (patch) | |
| tree | d361dd60fd224203458dd27bad244d5588d4e2a9 /sys/dev/ata | |
| parent | 5dff7be120bf34b61d43b37f3951cf223bc52485 (diff) | |
Notes
Diffstat (limited to 'sys/dev/ata')
| -rw-r--r-- | sys/dev/ata/ata-all.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/dev/ata/ata-all.c b/sys/dev/ata/ata-all.c index a4fcbc179c05b..e336c444e97c4 100644 --- a/sys/dev/ata/ata-all.c +++ b/sys/dev/ata/ata-all.c @@ -1013,10 +1013,6 @@ ataaction(struct cam_sim *sim, union ccb *ccb) } ata_cam_begin_transaction(dev, ccb); return; - 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 */ /* XXX Implement */ ccb->ccb_h.status = CAM_REQ_INVALID; |
