diff options
Diffstat (limited to 'usr/src/uts/common/sys/scsi/generic/commands.h')
-rw-r--r-- | usr/src/uts/common/sys/scsi/generic/commands.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/usr/src/uts/common/sys/scsi/generic/commands.h b/usr/src/uts/common/sys/scsi/generic/commands.h index 6dffa0495b..02732fe83c 100644 --- a/usr/src/uts/common/sys/scsi/generic/commands.h +++ b/usr/src/uts/common/sys/scsi/generic/commands.h @@ -332,6 +332,11 @@ extern "C" { #define SCMD_GROUP5 0xA0 #define SCMD_REPORT_LUNS 0xA0 #define SCMD_REPORT_TARGET_PORT_GROUPS 0xA3 +#define SCMD_SET_DEVICE 0xA4 +#define SCMD_SET_DEVICE_IDENTIFIER 0x06 +#define SCMD_SET_PRIORITY 0x0e +#define SCMD_SET_TARGET_PORT_GROUPS 0x0a +#define SCMD_SET_TIMESTAMP 0x0f #define SCMD_READ_G5 0xA8 #define SCMD_WRITE_G5 0xAA #define SCMD_READ_MEDIA_SERIAL 0xAB |