From dfc1df0df2b1d0ed04b7b4ae17fc7ac368f157dd Mon Sep 17 00:00:00 2001 From: Uwe Seimet Date: Sun, 22 Aug 2021 23:39:28 +0200 Subject: [PATCH] Added TODOs --- src/raspberrypi/devices/scsi_host_bridge.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/raspberrypi/devices/scsi_host_bridge.cpp b/src/raspberrypi/devices/scsi_host_bridge.cpp index 02f498ef..2faf5753 100644 --- a/src/raspberrypi/devices/scsi_host_bridge.cpp +++ b/src/raspberrypi/devices/scsi_host_bridge.cpp @@ -307,6 +307,7 @@ bool SCSIBR::SendMessage10(const DWORD *cdb, BYTE *buf) // GET MESSAGE(10) // //--------------------------------------------------------------------------- +// TODO Rename and call it with a new dispatcher in this class void SCSIBR::Read10(SASIDEV *controller) { SASIDEV::ctrl_t *ctrl = controller->GetWorkAddr(); @@ -340,6 +341,7 @@ void SCSIBR::Read10(SASIDEV *controller) // This Send Message command is used by the X68000 host driver // //--------------------------------------------------------------------------- +// TODO Rename and call it with a new dispatcher in this class void SCSIBR::Write10(SASIDEV *controller) { SASIDEV::ctrl_t *ctrl = controller->GetWorkAddr();