RASCSI/src/raspberrypi/devices
uweseimet 9898cb1a13
SCSI command dispatcher update, reduction of circular dependencies (#117)
* Unified command handling of SCSI command dispatcher

* Added missing cast

* Updated casts

* Comment update

* Moved enums to base class to reduce circular dependencies

* Added EXTRA_FLAGS to Makefile and fixed typo (#118)

* scsidev_ctrl inherited from sasidev without any need

* Reverted last change ...

* Removed unused include

* Added missing field initialization in constructor

* Formatting update

* Fixed command names used for logging

* Replaced SCSI command dispatch switch

* Source code formatting update

* Renaming

* Renaming

* Renaming

* Renaming

* For SCSI (scsidev_ctrl) the scsi_command enum is not relevant anymore

* Always log status code in status phase

* Log additional sense code (ASC)
2021-07-04 19:50:24 -05:00
..
cfilesystem.cpp Break up disk.h and disk.cpp to be smaller files (#22) 2020-08-28 09:18:02 -05:00
cfilesystem.h FIxing code and comment alignment 2021-03-07 17:29:30 -08:00
ctapdriver.cpp SCSI command dispatcher update, reduction of circular dependencies (#117) 2021-07-04 19:50:24 -05:00
ctapdriver.h Merge branch 'develop' into daynaport3 2021-04-05 16:11:54 -05:00
disk.cpp Fixes for gcc 10.3.0 (#112) 2021-06-22 19:03:53 -05:00
disk.h Merge branch 'develop' into daynaport3 2021-04-05 16:11:54 -05:00
sasihd.cpp FIxing code and comment alignment 2021-03-07 17:29:30 -08:00
sasihd.h FIxing code and comment alignment 2021-03-07 17:29:30 -08:00
scsi_daynaport.cpp Added EXTRA_FLAGS to Makefile and fixed typo (#118) 2021-06-26 22:26:04 -05:00
scsi_daynaport.h Updates for pull request comments 2021-05-23 14:44:47 -05:00
scsi_host_bridge.cpp FIxing code and comment alignment 2021-03-07 17:29:30 -08:00
scsi_host_bridge.h FIxing code and comment alignment 2021-03-07 17:29:30 -08:00
scsicd.cpp Merge branch 'develop' into daynaport3 2021-04-05 16:11:54 -05:00
scsicd.h Merge branch 'develop' into daynaport3 2021-04-05 16:11:54 -05:00
scsihd_apple.cpp FIxing code and comment alignment 2021-03-07 17:29:30 -08:00
scsihd_apple.h FIxing code and comment alignment 2021-03-07 17:29:30 -08:00
scsihd_nec.cpp FIxing code and comment alignment 2021-03-07 17:29:30 -08:00
scsihd_nec.h FIxing code and comment alignment 2021-03-07 17:29:30 -08:00
scsihd.cpp Merge branch 'develop' into daynaport3 2021-04-05 16:11:54 -05:00
scsihd.h FIxing code and comment alignment 2021-03-07 17:29:30 -08:00
scsimo.cpp FIxing code and comment alignment 2021-03-07 17:29:30 -08:00
scsimo.h FIxing code and comment alignment 2021-03-07 17:29:30 -08:00