Add ASCQ for MEDIUM_REMOVAL_PREVENTED

This commit is contained in:
Ronnie Sahlberg
2012-07-21 10:28:32 +10:00
parent 5cf3ccca75
commit 43bf059fca
2 changed files with 3 additions and 0 deletions

View File

@@ -94,6 +94,7 @@ EXTERN const char *scsi_sense_key_str(int key);
#define SCSI_SENSE_ASCQ_MEDIUM_NOT_PRESENT_TRAY_CLOSED 0x3a01
#define SCSI_SENSE_ASCQ_MEDIUM_NOT_PRESENT_TRAY_OPEN 0x3a02
#define SCSI_SENSE_ASCQ_INTERNAL_TARGET_FAILURE 0x4400
#define SCSI_SENSE_ASCQ_MEDIUM_REMOVAL_PREVENTED 0x5302
EXTERN const char *scsi_sense_ascq_str(int ascq);