This commit is contained in:
Uwe Seimet 2021-08-22 21:16:33 +02:00
parent cd52a650f4
commit 30fed0e69c

View File

@ -36,7 +36,7 @@ SCSIBR::SCSIBR() : Disk("SCBR")
{
SetRemovable(false);
SetProduct("RASCSI BRIDGE");
SetProduct("BRIDGE");
fsoptlen = 0;
fsoutlen = 0;
@ -153,7 +153,6 @@ int SCSIBR::Inquiry(const DWORD *cdb, BYTE *buf)
bool SCSIBR::TestUnitReady(const DWORD* /*cdb*/)
{
// TEST UNIT READY Success
SetStatusCode(STATUS_NOERROR);
return true;
}