Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/scsipi Reserve top nibble of status for use by the H...



details:   https://anonhg.NetBSD.org/src/rev/dab0368aa2b3
branches:  trunk
changeset: 494378:dab0368aa2b3
user:      mjacob <mjacob%NetBSD.org@localhost>
date:      Thu Jul 06 01:56:23 2000 +0000

description:
Reserve top nibble of status for use by the HBA. It's up to the
HBA to set or clear it.

diffstat:

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

diffs (17 lines):

diff -r 15be21209c30 -r dab0368aa2b3 sys/dev/scsipi/scsipiconf.h
--- a/sys/dev/scsipi/scsipiconf.h       Thu Jul 06 01:47:34 2000 +0000
+++ b/sys/dev/scsipi/scsipiconf.h       Thu Jul 06 01:56:23 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: scsipiconf.h,v 1.44 2000/06/09 08:54:26 enami Exp $    */
+/*     $NetBSD: scsipiconf.h,v 1.45 2000/07/06 01:56:23 mjacob Exp $   */
 
 /*-
  * Copyright (c) 1998, 1999 The NetBSD Foundation, Inc.
@@ -335,6 +335,7 @@
  * scsipi_xfer status flags
  */
 #define        XS_STS_DONE             0x00000001      /* scsipi_xfer is done */
+#define        XS_STS_PRIVATE          0xf0000000      /* reserved for HBA's use */
 
 /*
  * Error values an adapter driver may return



Home | Main Index | Thread Index | Old Index