diff options
author | mav <mav@FreeBSD.org> | 2017-02-28 06:46:41 +0000 |
---|---|---|
committer | mav <mav@FreeBSD.org> | 2017-02-28 06:46:41 +0000 |
commit | 30c67a9e7f0e41dc880c3c807a69d42885ba0a49 (patch) | |
tree | efa5faec423ce0cefa9ce31d39ad917b3151bc60 /sys/dev/ncr | |
parent | b4be6f7feec64230ba84303c7851d79c64727464 (diff) | |
download | FreeBSD-src-30c67a9e7f0e41dc880c3c807a69d42885ba0a49.zip FreeBSD-src-30c67a9e7f0e41dc880c3c807a69d42885ba0a49.tar.gz |
MFC r313949: Remove dead mentions of CAM target mode APIs from drivers.
This makes grepping kernel for target mode implementation much easier.
Diffstat (limited to 'sys/dev/ncr')
-rw-r--r-- | sys/dev/ncr/ncr.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/dev/ncr/ncr.c b/sys/dev/ncr/ncr.c index 6f52f0f..af0019a 100644 --- a/sys/dev/ncr/ncr.c +++ b/sys/dev/ncr/ncr.c @@ -4152,10 +4152,6 @@ ncr_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 */ /* XXX Implement */ ccb->ccb_h.status = CAM_REQ_INVALID; |