Note that REPORT_LUNS should be implemented to work better with Linux
and Windows as initiators.
This commit is contained in:
parent
4c1cc94ee3
commit
f381ebd8a8
@ -87,6 +87,7 @@ static struct targ_cdb_handlers cdb_handlers[] = {
|
||||
{ SYNCHRONIZE_CACHE, tcmd_null_ok, NULL },
|
||||
{ MODE_SENSE_6, tcmd_illegal_req, NULL },
|
||||
{ MODE_SELECT_6, tcmd_illegal_req, NULL },
|
||||
/* XXX REPORT_LUNS should be handled here. */
|
||||
#ifdef READ_16
|
||||
{ READ_16, tcmd_rdwr, tcmd_rdwr_done },
|
||||
{ WRITE_16, tcmd_rdwr, tcmd_rdwr_done },
|
||||
|
Loading…
Reference in New Issue
Block a user