Add definitions for ASCQ LBA-OUT-OF-RANGE

This commit is contained in:
Ronnie Sahlberg
2011-04-04 17:39:07 +10:00
parent 376f60fc06
commit 5225b5fa66
2 changed files with 3 additions and 0 deletions

View File

@@ -52,6 +52,7 @@ enum scsi_sense_key {
const char *scsi_sense_key_str(int key);
/* ascq */
#define SCSI_SENSE_ASCQ_LBA_OUT_OF_RANGE 0x2100
#define SCSI_SENSE_ASCQ_INVALID_FIELD_IN_CDB 0x2400
#define SCSI_SENSE_ASCQ_LOGICAL_UNIT_NOT_SUPPORTED 0x2500
#define SCSI_SENSE_ASCQ_BUS_RESET 0x2900