diff options
author | Bob Beck <beck@cvs.openbsd.org> | 2006-11-27 23:14:23 +0000 |
---|---|---|
committer | Bob Beck <beck@cvs.openbsd.org> | 2006-11-27 23:14:23 +0000 |
commit | b1092bf6005b06c853ce6fe96d3d6318f70ada9d (patch) | |
tree | b2e9675a379bcb08f67fb64a863942be98a401a4 /sys/scsi/scsi_all.h | |
parent | 420bea282f7c1f60b89813020956f00a09c2667b (diff) |
more magic removal
ok miod@, deraadt@
Diffstat (limited to 'sys/scsi/scsi_all.h')
-rw-r--r-- | sys/scsi/scsi_all.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/scsi/scsi_all.h b/sys/scsi/scsi_all.h index cfa50e838b4..cf2155d5256 100644 --- a/sys/scsi/scsi_all.h +++ b/sys/scsi/scsi_all.h @@ -1,4 +1,4 @@ -/* $OpenBSD: scsi_all.h,v 1.39 2006/11/27 20:15:09 beck Exp $ */ +/* $OpenBSD: scsi_all.h,v 1.40 2006/11/27 23:14:22 beck Exp $ */ /* $NetBSD: scsi_all.h,v 1.10 1996/09/12 01:57:17 thorpej Exp $ */ /* @@ -271,6 +271,8 @@ struct scsi_sense_data_unextended { struct scsi_sense_data { /* 1*/ u_int8_t error_code; +#define SSD_ERRCODE_CURRENT 0x70 +#define SSD_ERRCODE_DEFERRED 0x71 #define SSD_ERRCODE 0x7F #define SSD_ERRCODE_VALID 0x80 /* 2*/ u_int8_t segment; |