diff options
author | mjacob <mjacob@FreeBSD.org> | 2000-01-15 19:05:29 +0000 |
---|---|---|
committer | mjacob <mjacob@FreeBSD.org> | 2000-01-15 19:05:29 +0000 |
commit | ce4d3d68f935130f86228d9651cad1c02157e14f (patch) | |
tree | 2d21ce41f89c80fd9cca5398559e81321cf1a44d | |
parent | 617faab1143d0333c001a6e3714eef5a1507f7c2 (diff) | |
download | FreeBSD-src-ce4d3d68f935130f86228d9651cad1c02157e14f.zip FreeBSD-src-ce4d3d68f935130f86228d9651cad1c02157e14f.tar.gz |
add SEND/RECEIVE diagnostic opcodes, SEND is a Mandatory command
-rw-r--r-- | sys/cam/scsi/scsi_all.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/cam/scsi/scsi_all.h b/sys/cam/scsi/scsi_all.h index e32c236..1a9cf02 100644 --- a/sys/cam/scsi/scsi_all.h +++ b/sys/cam/scsi/scsi_all.h @@ -433,6 +433,8 @@ struct scsi_start_stop_unit #define START_STOP 0x1b #define RESERVE 0x16 #define RELEASE 0x17 +#define RECEIVE_DIAGNOSTIC 0x1c +#define SEND_DIAGNOSTIC 0x1d #define PREVENT_ALLOW 0x1e #define READ_CAPACITY 0x25 #define READ_10 0x28 |