#include <scsi_defines.h>
Definition at line 36 of file scsi_defines.h.
Public Attributes | |
| UInt8_t | opcode |
| UInt8_t | evpd:1 |
| (Enable Vital Product Data). | |
| UInt8_t | cmdDT:1 |
| Setting this bit to 1 causes the device to return Command Data Support. | |
| UInt8_t | res:6 |
| UInt8_t | pageCode |
| UInt8_t | res2 |
| UInt8_t | allocLen |
| UInt8_t | control |
(Enable Vital Product Data).
Return Vital Product Data page indicated by pageCode if set to 1. Supported pages are read by specifying page code 0.
Definition at line 44 of file scsi_defines.h.
Referenced by cdb_Inquiry::cdb_Inquiry().
Setting this bit to 1 causes the device to return Command Data Support.
May cause ILLEGAL_REQUEST on SCSI-2 devices. Page code must be set to CDB code.
Definition at line 49 of file scsi_defines.h.
Definition at line 50 of file scsi_defines.h.
Definition at line 53 of file scsi_defines.h.
Definition at line 55 of file scsi_defines.h.
1.5.6