Comment update

This commit is contained in:
Uwe Seimet 2022-03-06 12:53:38 +01:00
parent dcb1cc079e
commit c6adbde25c

View File

@ -1082,6 +1082,7 @@ void SASIDEV::FlushUnit()
int SASIDEV::GetEffectiveLun() const int SASIDEV::GetEffectiveLun() const
{ {
return (ctrl.cmd[1] >> 5) & 0x07; // RaSCSI only supports a single SASI LUN
return (ctrl.cmd[1] >> 5) & 0x01;
} }