mirror of
https://github.com/akuker/RASCSI.git
synced 2024-12-23 06:30:04 +00:00
Updated TestUnitReady
This commit is contained in:
parent
da127f2742
commit
8348aabdb1
@ -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();}
|
||||
|
||||
//---------------------------------------------------------------------------
|
||||
//
|
||||
|
Loading…
Reference in New Issue
Block a user