uweseimet / scsi2pi

Advanced performant SCSI/SASI emulation and tools for the PiSCSI/RaSCSI board
https://www.scsi2pi.net
BSD 3-Clause "New" or "Revised" License
9 stars 2 forks source link

Remove data structure and methods related to synchronous transfers #9

Closed uweseimet closed 10 months ago

uweseimet commented 10 months ago

The Pi does not support synchronous transfers, but there is code and a data structure (in scsi_controller.h) dealing with synchronous transfer settings. This code/data structure shall be verified and removed if it does not have any use.