Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/scsipi Add MSG_QAS_REQUEST definition.



details:   https://anonhg.NetBSD.org/src/rev/03d0634f911c
branches:  trunk
changeset: 546028:03d0634f911c
user:      fvdl <fvdl%NetBSD.org@localhost>
date:      Sat Apr 19 19:11:13 2003 +0000

description:
Add MSG_QAS_REQUEST definition.

diffstat:

 sys/dev/scsipi/scsi_message.h |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r e195c9b14565 -r 03d0634f911c sys/dev/scsipi/scsi_message.h
--- a/sys/dev/scsipi/scsi_message.h     Sat Apr 19 19:10:25 2003 +0000
+++ b/sys/dev/scsipi/scsi_message.h     Sat Apr 19 19:11:13 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: scsi_message.h,v 1.10 2002/12/06 23:04:16 fvdl Exp $   */
+/*     $NetBSD: scsi_message.h,v 1.11 2003/04/19 19:11:13 fvdl Exp $   */
 
 /* Messages (1 byte) */                     /* I/T (M)andatory or (O)ptional */
 #define MSG_CMDCOMPLETE                0x00 /* M/M */
@@ -24,6 +24,7 @@
 #define MSG_INIT_RECOVERY      0x0f /* O/O */ /* Deprecated in SPI3 */
 #define MSG_REL_RECOVERY       0x10 /* O/O */ /* Deprecated in SPI3 */
 #define MSG_TERM_IO_PROC       0x11 /* O/O */ /* Deprecated in SPI3 */
+#define MSG_QAS_REQUEST                0x55 /* O/O */ /* SPI3 */
 
 /* Messages (2 byte) */
 #define MSG_SIMPLE_Q_TAG       0x20 /* O/O */



Home | Main Index | Thread Index | Old Index