Updated TestUnitReady

This commit is contained in:
Uwe Seimet 2021-08-23 17:26:07 +02:00
parent da127f2742
commit 8348aabdb1
2 changed files with 6 additions and 1 deletions

View File

@ -558,6 +558,9 @@ bool SCSIDaynaPort::EnableInterface(const DWORD *cdb)
void SCSIDaynaPort::TestUnitReady(SASIDEV *controller)
{
// TEST UNIT READY Success
// status phase
controller->Status();
}
void SCSIDaynaPort::Read6(SASIDEV *controller)

View File

@ -179,7 +179,9 @@ int SCSIBR::Inquiry(const DWORD *cdb, BYTE *buf)
void SCSIBR::TestUnitReady(SASIDEV *controller)
{
// TEST UNIT READY Success
}
// status phase
controller->Status();}
//---------------------------------------------------------------------------
//