mirror of
https://github.com/akuker/RASCSI.git
synced 2025-01-10 17:30:47 +00:00
Reaming
This commit is contained in:
parent
cd52a650f4
commit
30fed0e69c
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user