svn commit: r273008 - head/sys/cam/ctl
Alexander Motin
mav at FreeBSD.org
Sun Oct 12 18:57:23 UTC 2014
Author: mav
Date: Sun Oct 12 18:57:22 2014
New Revision: 273008
URL: https://svnweb.freebsd.org/changeset/base/273008
Log:
Remove stale comments.
Modified:
head/sys/cam/ctl/scsi_ctl.c
Modified: head/sys/cam/ctl/scsi_ctl.c
==============================================================================
--- head/sys/cam/ctl/scsi_ctl.c Sun Oct 12 18:53:45 2014 (r273007)
+++ head/sys/cam/ctl/scsi_ctl.c Sun Oct 12 18:57:22 2014 (r273008)
@@ -1513,11 +1513,6 @@ ctlfedone(struct cam_periph *periph, uni
case CAM_MESSAGE_RECV:
switch (inot->arg) {
case MSG_ABORT_TASK_SET:
- /*
- * XXX KDM this isn't currently
- * supported by CTL. It ends up
- * being a no-op.
- */
io->taskio.task_action =
CTL_TASK_ABORT_TASK_SET;
break;
@@ -1534,11 +1529,6 @@ ctlfedone(struct cam_periph *periph, uni
CTL_TASK_LUN_RESET;
break;
case MSG_CLEAR_TASK_SET:
- /*
- * XXX KDM this isn't currently
- * supported by CTL. It ends up
- * being a no-op.
- */
io->taskio.task_action =
CTL_TASK_CLEAR_TASK_SET;
break;
More information about the svn-src-head
mailing list