Author: mav
Date: Mon Oct 20 08:04:46 2014
New Revision: 273321
URL: https://svnweb.freebsd.org/changeset/base/273321

Log:
  MFC r273008: Remove stale comments.

Modified:
  stable/10/sys/cam/ctl/scsi_ctl.c
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/sys/cam/ctl/scsi_ctl.c
==============================================================================
--- stable/10/sys/cam/ctl/scsi_ctl.c    Mon Oct 20 08:03:23 2014        
(r273320)
+++ stable/10/sys/cam/ctl/scsi_ctl.c    Mon Oct 20 08:04:46 2014        
(r273321)
@@ -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;
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to