diff options
| author | Matt Jacob <mjacob@FreeBSD.org> | 2000-01-15 19:05:29 +0000 | 
|---|---|---|
| committer | Matt Jacob <mjacob@FreeBSD.org> | 2000-01-15 19:05:29 +0000 | 
| commit | 121ac7c9a26d35c8a16d915a5f2794a496a94a5a (patch) | |
| tree | d3f110d53d741bdf1cd5899e477f31dbc9acfd42 | |
| parent | 4640135aafbdf7825ef72d6100af64e4523c87ad (diff) | |
Notes
| -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 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 | 
