Remove stale comments.
This commit is contained in:
parent
a41dd0319c
commit
6461dd5c77
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user