mirror of
https://github.com/akuker/RASCSI.git
synced 2025-01-10 17:30:47 +00:00
Removed unused code
This commit is contained in:
parent
7a217d45fc
commit
7db4ac273c
@ -151,18 +151,6 @@ void SASIDEV::GetCTRL(ctrl_t *buffer)
|
|||||||
*buffer = ctrl;
|
*buffer = ctrl;
|
||||||
}
|
}
|
||||||
|
|
||||||
//---------------------------------------------------------------------------
|
|
||||||
//
|
|
||||||
// Get a busy unit
|
|
||||||
//
|
|
||||||
//---------------------------------------------------------------------------
|
|
||||||
Disk* SASIDEV::GetBusyUnit()
|
|
||||||
{
|
|
||||||
// Logical Unit
|
|
||||||
DWORD lun = (ctrl.cmd[1] >> 5) & 0x07;
|
|
||||||
return ctrl.unit[lun];
|
|
||||||
}
|
|
||||||
|
|
||||||
//---------------------------------------------------------------------------
|
//---------------------------------------------------------------------------
|
||||||
//
|
//
|
||||||
// Run
|
// Run
|
||||||
|
@ -155,7 +155,6 @@ public:
|
|||||||
ctrl_t* GetWorkAddr() { return &ctrl; } // Get the internal information address
|
ctrl_t* GetWorkAddr() { return &ctrl; } // Get the internal information address
|
||||||
virtual BOOL IsSASI() const {return TRUE;} // SASI Check
|
virtual BOOL IsSASI() const {return TRUE;} // SASI Check
|
||||||
virtual BOOL IsSCSI() const {return FALSE;} // SCSI check
|
virtual BOOL IsSCSI() const {return FALSE;} // SCSI check
|
||||||
Disk* GetBusyUnit(); // Get the busy unit
|
|
||||||
|
|
||||||
public:
|
public:
|
||||||
void DataIn(); // Data in phase
|
void DataIn(); // Data in phase
|
||||||
|
Loading…
x
Reference in New Issue
Block a user