summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authormarco <marco@openbsd.org>2004-05-20 02:02:11 +0000
committermarco <marco@openbsd.org>2004-05-20 02:02:11 +0000
commit2cf179f14aa96e9e9f76788dc46d639de406ea36 (patch)
treed17f305bbe6801c2b593a733d44c85e98472cbbf /sys
parentremove the disabled DO_FORCE_VERS support. (diff)
downloadwireguard-openbsd-2cf179f14aa96e9e9f76788dc46d639de406ea36.tar.xz
wireguard-openbsd-2cf179f14aa96e9e9f76788dc46d639de406ea36.zip
Add QAS phase which is required by ahd. ok krw@
Diffstat (limited to 'sys')
-rw-r--r--sys/scsi/scsi_message.h3
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 */