mirror of
https://github.com/akuker/RASCSI.git
synced 2025-08-15 08:27:34 +00:00
Updated TestUnitReady
This commit is contained in:
@@ -558,6 +558,9 @@ bool SCSIDaynaPort::EnableInterface(const DWORD *cdb)
|
|||||||
void SCSIDaynaPort::TestUnitReady(SASIDEV *controller)
|
void SCSIDaynaPort::TestUnitReady(SASIDEV *controller)
|
||||||
{
|
{
|
||||||
// TEST UNIT READY Success
|
// TEST UNIT READY Success
|
||||||
|
|
||||||
|
// status phase
|
||||||
|
controller->Status();
|
||||||
}
|
}
|
||||||
|
|
||||||
void SCSIDaynaPort::Read6(SASIDEV *controller)
|
void SCSIDaynaPort::Read6(SASIDEV *controller)
|
||||||
|
@@ -179,7 +179,9 @@ int SCSIBR::Inquiry(const DWORD *cdb, BYTE *buf)
|
|||||||
void SCSIBR::TestUnitReady(SASIDEV *controller)
|
void SCSIBR::TestUnitReady(SASIDEV *controller)
|
||||||
{
|
{
|
||||||
// TEST UNIT READY Success
|
// TEST UNIT READY Success
|
||||||
}
|
|
||||||
|
// status phase
|
||||||
|
controller->Status();}
|
||||||
|
|
||||||
//---------------------------------------------------------------------------
|
//---------------------------------------------------------------------------
|
||||||
//
|
//
|
||||||
|
Reference in New Issue
Block a user