Uwe Seimet
baf89dcf86
Use standard C++ timer for long timeouts ( #1327 ), remove unused code ( #1328 )
...
* Replace timer in WaitSignal()
' Remove unused code
* Remove unused file
2023-11-14 16:03:25 +01:00
akuker
eb71c31cf1
Initial merge of (incomplete) Banana Pi updates ( #993 )
2022-12-02 22:20:27 -06:00
Uwe Seimet
1cae530d42
Added command byte count to SCSI command mapping ( #966 )
...
* Extended mapping table with command byte count
* Terminate early if command is unknown
2022-11-06 19:44:44 +01:00
Uwe Seimet
83d1595a35
Improved testability of rascsi/rasctl/scsimon/rasdump, eliminated global fields ( #960 )
...
* Moved rascsi/rasctl/scsimon/rasdump.cpp to classes (for better testability)
* Moved bus.* to hal folder
* Removed some global variables
* Fixed code redundancies
2022-11-02 23:41:45 +01:00