mirror of
https://github.com/akuker/RASCSI.git
synced 2024-12-23 21:29:30 +00:00
Comment update
This commit is contained in:
parent
dcb1cc079e
commit
c6adbde25c
@ -1082,6 +1082,7 @@ void SASIDEV::FlushUnit()
|
||||
|
||||
int SASIDEV::GetEffectiveLun() const
|
||||
{
|
||||
return (ctrl.cmd[1] >> 5) & 0x07;
|
||||
// RaSCSI only supports a single SASI LUN
|
||||
return (ctrl.cmd[1] >> 5) & 0x01;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user