You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can you please update the feature comparison matrix on the wiki, so that it reflects that SCSI2Pi now supports SCSI-to-USB bridge functionality? http://www.scsi2pi/en/scsi_to_usb.html has the details.
The bridge uses a new device type SCSG. SG stands for the Linux SG 3 driver, which is used by SCSI2Pi to directly pass through SCSI commands to devices connected to the Pi. With PiSCSI, in order to retain compatibility, please do not use this type for a different purpose.
I'd like to suggest to update piscsi_interface.proto like this:
// Tape device (SCSI2Pi)
// SCTP = 10;
// Linux SG Driver, e.g. for a SCSI-to-USB bridge (SCSI2Pi)
// SCSG = 11;
I can create a PR for this if required.
Thank you.
The text was updated successfully, but these errors were encountered:
uweseimet
changed the title
Wiki: Feature comparison matrix update request
Wiki: Feature comparison matrix update request (SCSI-to-USB bridge device type SCSG)
Dec 13, 2024
Can you please update the feature comparison matrix on the wiki, so that it reflects that SCSI2Pi now supports SCSI-to-USB bridge functionality? http://www.scsi2pi/en/scsi_to_usb.html has the details.
The bridge uses a new device type SCSG. SG stands for the Linux SG 3 driver, which is used by SCSI2Pi to directly pass through SCSI commands to devices connected to the Pi. With PiSCSI, in order to retain compatibility, please do not use this type for a different purpose.
I'd like to suggest to update piscsi_interface.proto like this:
I can create a PR for this if required.
Thank you.
The text was updated successfully, but these errors were encountered: