Remove stale comments.

This commit is contained in:
Alexander Motin 2014-10-12 18:57:22 +00:00
parent a41dd0319c
commit 6461dd5c77
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=273008

View File

@ -1513,11 +1513,6 @@ ctlfedone(struct cam_periph *periph, union ccb *done_ccb)
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, union ccb *done_ccb)
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;