-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement a device based on the Linux SG 3 driver, e.g. for SCSI-to-USB bridge #107
Labels
enhancement
New feature or request
Comments
uweseimet
changed the title
Evaluate/implement a device type that maps to the Linux sg driver
Evaluate/implement a device type that maps to the Linux SG 3 driver
Nov 30, 2024
uweseimet
changed the title
Evaluate/implement a device type that maps to the Linux SG 3 driver
Implement a device that maps to the Linux SG 3 driver, e.g. for a SCSI-to-USB bridge
Dec 1, 2024
uweseimet
changed the title
Implement a device that maps to the Linux SG 3 driver, e.g. for a SCSI-to-USB bridge
Implement a device that maps to the Linux SG 3 driver, e.g. a SCSI-to-USB bridge
Dec 1, 2024
uweseimet
changed the title
Implement a device that maps to the Linux SG 3 driver, e.g. a SCSI-to-USB bridge
Implement a SCSI-to-USB bridge based on the Linux SG 3 driver
Dec 2, 2024
uweseimet
changed the title
Implement a SCSI-to-USB bridge based on the Linux SG 3 driver
Implement a device type SCSG based on the Linux SG 3 driver, e.g. for SCSI-to-USB
Dec 2, 2024
This feature has passed initial tests with an Atari TT, a USB stick, a USB floppy drive and a USB DVD drive. |
uweseimet
changed the title
Implement a device type SCSG based on the Linux SG 3 driver, e.g. for SCSI-to-USB
Implement a device based on the Linux SG 3 driver, e.g. for SCSI-to-USB
Dec 2, 2024
uweseimet
changed the title
Implement a device based on the Linux SG 3 driver, e.g. for SCSI-to-USB
Implement a device based on the Linux SG 3 driver, e.g. for SCSI-to-USB bridge
Dec 7, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
A new device type SCSG shall use the Linux SG 3 (generic SCSI) driver. This device type directly exposes any device that the Linux SG driver supports as a SCSI device, usually mass storage devices.
As all commands are passed to the actual device instead of being emulated, INQUIRY does not report "SCSI2Pi:SCSI HD" etc., but the real name of the device, based on the device's INQUIRY data. The same applies for other device data like the SCSI level.
Notes:
The text was updated successfully, but these errors were encountered: