From d05debd80a60efac03d5a02bfcccab045151961c Mon Sep 17 00:00:00 2001 From: Marco Peereboom Date: Thu, 20 May 2004 02:02:12 +0000 Subject: Add QAS phase which is required by ahd. ok krw@ --- sys/scsi/scsi_message.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sys/scsi') 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 */ -- cgit v1.2.3