Add 5380 SCSI Support

Thanks and credit to Jay Cotton for providing the SCSI transport code upon which this driver is based.
This commit is contained in:
Wayne Warthen
2025-12-10 16:59:59 -08:00
parent 65094dd9b3
commit d05c1af35c
48 changed files with 922 additions and 12 deletions

View File

@@ -1101,6 +1101,7 @@ below enumerates their values.
| DIODEV_CHSD | 0x0E | CH375/376 SD Card | ch.asm |
| DIODEV_USB | 0x0F | CH376 Native USB Device | ch376.asm |
| DIODEV_ESPSD | 0x10 | S100 ESP32 SD Card | espsd.asm |
| DIODEV_SCSI | 0x11 | 5380 SCSI Interface | scsi.asm |
A fixed set of media types are defined. The currently defined media
types identifiers are listed below. Each driver will support one or