Commit e434f1f1 authored by Nicholas Bellinger's avatar Nicholas Bellinger

target: use MAINTENANCE_IN and MAINTENANCE_OUT definitions in scsi.h

Signed-off-by: default avatarFUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Signed-off-by: default avatarNicholas A. Bellinger <nab@linux-iscsi.org>
parent d8144955
...@@ -3325,7 +3325,7 @@ static int transport_generic_cmd_sequencer( ...@@ -3325,7 +3325,7 @@ static int transport_generic_cmd_sequencer(
goto out_unsupported_cdb; goto out_unsupported_cdb;
} }
break; break;
case 0xa3: case MAINTENANCE_IN:
if (TRANSPORT(dev)->get_device_type(dev) != TYPE_ROM) { if (TRANSPORT(dev)->get_device_type(dev) != TYPE_ROM) {
/* MAINTENANCE_IN from SCC-2 */ /* MAINTENANCE_IN from SCC-2 */
/* /*
...@@ -3395,7 +3395,7 @@ static int transport_generic_cmd_sequencer( ...@@ -3395,7 +3395,7 @@ static int transport_generic_cmd_sequencer(
size = READ_POSITION_LEN; size = READ_POSITION_LEN;
cmd->se_cmd_flags |= SCF_SCSI_CONTROL_NONSG_IO_CDB; cmd->se_cmd_flags |= SCF_SCSI_CONTROL_NONSG_IO_CDB;
break; break;
case 0xa4: case MAINTENANCE_OUT:
if (TRANSPORT(dev)->get_device_type(dev) != TYPE_ROM) { if (TRANSPORT(dev)->get_device_type(dev) != TYPE_ROM) {
/* MAINTENANCE_OUT from SCC-2 /* MAINTENANCE_OUT from SCC-2
* *
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment