-
-
Notifications
You must be signed in to change notification settings - Fork 89
Device instances should know their controllers #709
Copy link
Copy link
Closed
Labels
architectureSoftware architecture and code qualitySoftware architecture and code quality
Description
Currently with any SCSI command to execute a device gets passed its controller instance. It is probably better if each instance of a device knew its controller, so that the interface between devices and controllers can be simplified. The respective field should be in the PrimaryDevice class.
For some time it may be useful to have two fields, one for the SASI and one for the SCSI controller.
#660 will most likely have to be done first.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
architectureSoftware architecture and code qualitySoftware architecture and code quality