First draft of nuvolink simulation

This commit is contained in:
akuker
2020-09-11 17:14:43 -05:00
parent 0d7debcf68
commit 076d36d09c
2 changed files with 7 additions and 0 deletions

View File

@@ -13,6 +13,7 @@
// [ SCSI device controller ]
//
//---------------------------------------------------------------------------
#include "log.h"
#include "controllers/scsidev_ctrl.h"
#include "gpiobus.h"
#include "devices/scsi_host_bridge.h"
@@ -564,6 +565,7 @@ void FASTCALL SCSIDEV::CmdInquiry()
#else
host->GetVM()->GetVersion(major, minor);
#endif // RASCSI
LOGINFO("Buffer size is %d",ctrl.bufsize);
ctrl.length =
ctrl.unit[lun]->Inquiry(ctrl.cmd, ctrl.buffer, major, minor);
} else {