Add SCSI Write and Verify command to Zip drive.
This commit is contained in:
parent
0e37f08cb5
commit
d65368c0c0
2 changed files with 3 additions and 0 deletions
|
|
@ -67,6 +67,7 @@ void scsi_set_irq(uint8_t status);
|
|||
#define SCSI_READ_10 0x28
|
||||
#define SCSI_WRITE_10 0x2a
|
||||
#define SCSI_SEEK_10 0x2b
|
||||
#define SCSI_WRITE_AND_VERIFY 0x2e
|
||||
#define SCSI_VERIFY_10 0x2f
|
||||
#define SCSI_READ_BUFFER 0x3c
|
||||
#define SCSI_MODE_SENSE_10 0x5a
|
||||
|
|
|
|||
Loading…
Reference in a new issue