diff options
author | Bob Beck <beck@cvs.openbsd.org> | 2006-11-27 20:15:10 +0000 |
---|---|---|
committer | Bob Beck <beck@cvs.openbsd.org> | 2006-11-27 20:15:10 +0000 |
commit | 28a3f24d7c8fcd82cc666e76680f97650632e619 (patch) | |
tree | 2804d56ca9b451defbd3239ac0f193189520b701 /sys/scsi/scsi_all.h | |
parent | ae8084266ef6e3547ec0e866f97699672b909dfd (diff) |
get rid of the rest of the asc/ascq magic codes in scsi
ok marco@, deraadt@
Diffstat (limited to 'sys/scsi/scsi_all.h')
-rw-r--r-- | sys/scsi/scsi_all.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/scsi/scsi_all.h b/sys/scsi/scsi_all.h index 8afc49003a7..cfa50e838b4 100644 --- a/sys/scsi/scsi_all.h +++ b/sys/scsi/scsi_all.h @@ -1,4 +1,4 @@ -/* $OpenBSD: scsi_all.h,v 1.38 2006/11/27 18:24:43 beck Exp $ */ +/* $OpenBSD: scsi_all.h,v 1.39 2006/11/27 20:15:09 beck Exp $ */ /* $NetBSD: scsi_all.h,v 1.10 1996/09/12 01:57:17 thorpej Exp $ */ /* @@ -318,6 +318,7 @@ struct scsi_sense_data { #define ASC_ASCQ(ssd) ((ssd->add_sense_code << 8) | ssd->add_sense_code_qual) #define SENSE_NOT_READY_BECOMING_READY 0x0401 +#define SENSE_NOT_READY_INIT_REQUIRED 0x0402 #define SENSE_NOT_READY_FORMAT 0x0404 #define SENSE_NOT_READY_REBUILD 0x0405 #define SENSE_NOT_READY_RECALC 0x0406 |