Note that REPORT_LUNS should be implemented to work better with Linux

and Windows as initiators.
This commit is contained in:
Nate Lawson 2004-01-09 19:33:21 +00:00
parent 4c1cc94ee3
commit f381ebd8a8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=124309

View File

@ -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 },