From 121ac7c9a26d35c8a16d915a5f2794a496a94a5a Mon Sep 17 00:00:00 2001 From: Matt Jacob Date: Sat, 15 Jan 2000 19:05:29 +0000 Subject: [PATCH] add SEND/RECEIVE diagnostic opcodes, SEND is a Mandatory command --- sys/cam/scsi/scsi_all.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sys/cam/scsi/scsi_all.h b/sys/cam/scsi/scsi_all.h index e32c236379f8..1a9cf02e583e 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