diff options
author | Marco Peereboom <marco@cvs.openbsd.org> | 2004-05-20 02:02:12 +0000 |
---|---|---|
committer | Marco Peereboom <marco@cvs.openbsd.org> | 2004-05-20 02:02:12 +0000 |
commit | d05debd80a60efac03d5a02bfcccab045151961c (patch) | |
tree | 3236850c4c6dd8774bc37dbd6d71192e152ef8e3 /sys/scsi/scsi_message.h | |
parent | cabe7892423757d8f42572c9c9b94d0d0b219555 (diff) |
Add QAS phase which is required by ahd. ok krw@
Diffstat (limited to 'sys/scsi/scsi_message.h')
-rw-r--r-- | sys/scsi/scsi_message.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/scsi/scsi_message.h b/sys/scsi/scsi_message.h index fb2969dbc90..47162495340 100644 --- a/sys/scsi/scsi_message.h +++ b/sys/scsi/scsi_message.h @@ -1,4 +1,4 @@ -/* $OpenBSD: scsi_message.h,v 1.5 2001/04/02 17:11:25 krw Exp $ */ +/* $OpenBSD: scsi_message.h,v 1.6 2004/05/20 02:02:11 marco Exp $ */ /* Messages (1 byte) */ /* I/T (M)andatory or (O)ptional */ #define MSG_CMDCOMPLETE 0x00 /* M/M */ @@ -19,6 +19,7 @@ #define MSG_INIT_RECOVERY 0x0f /* O/O */ #define MSG_REL_RECOVERY 0x10 /* O/O */ #define MSG_TERM_IO_PROC 0x11 /* O/O */ +#define MSG_QAS_REQUEST 0x55 /* O/O */ /* SPI3 */ /* Messages (2 byte) */ #define MSG_SIMPLE_Q_TAG 0x20 /* O/O */ |