Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Oct 2014 18:57:23 +0000 (UTC)
From:      Alexander Motin <mav@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r273008 - head/sys/cam/ctl
Message-ID:  <201410121857.s9CIvNrC012128@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410121857.s9CIvNrC012128>