mirror of
https://github.com/akuker/RASCSI.git
synced 2025-08-10 05:24:58 +00:00
Updated TestUnitReady
This commit is contained in:
@@ -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)
|
||||
|
@@ -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();}
|
||||
|
||||
//---------------------------------------------------------------------------
|
||||
//
|
||||
|
Reference in New Issue
Block a user