mirror of
https://github.com/dingusdev/dingusppc.git
synced 2024-12-23 06:29:38 +00:00
scsi: define READ_BUFFER and WRITE_BUFFER commands.
This commit is contained in:
parent
b9c1ecf65f
commit
457accf329
@ -109,6 +109,8 @@ enum ScsiCommand : uint8_t {
|
|||||||
WRITE_10 = 0x2A,
|
WRITE_10 = 0x2A,
|
||||||
VERIFY_10 = 0x2F,
|
VERIFY_10 = 0x2F,
|
||||||
READ_LONG_10 = 0x35,
|
READ_LONG_10 = 0x35,
|
||||||
|
WRITE_BUFFER = 0x3B,
|
||||||
|
READ_BUFFER = 0x3C,
|
||||||
MODE_SENSE_10 = 0x5A,
|
MODE_SENSE_10 = 0x5A,
|
||||||
READ_12 = 0xA8,
|
READ_12 = 0xA8,
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user