Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/ic A useful discussion with Jason convinced me that ...



details:   https://anonhg.NetBSD.org/src/rev/a4289d422285
branches:  trunk
changeset: 476146:a4289d422285
user:      mjacob <mjacob%NetBSD.org@localhost>
date:      Tue Sep 07 22:54:45 1999 +0000

description:
A useful discussion with Jason convinced me that I had selected the
wrong tag as the default tag to use- we should use ORDERED, no SIMPLE.

diffstat:

 sys/dev/ic/isp_netbsd.h |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (22 lines):

diff -r 536b3ee5e7d8 -r a4289d422285 sys/dev/ic/isp_netbsd.h
--- a/sys/dev/ic/isp_netbsd.h   Tue Sep 07 21:52:06 1999 +0000
+++ b/sys/dev/ic/isp_netbsd.h   Tue Sep 07 22:54:45 1999 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: isp_netbsd.h,v 1.15 1999/07/05 20:31:36 mjacob Exp $ */
+/* $NetBSD: isp_netbsd.h,v 1.16 1999/09/07 22:54:45 mjacob Exp $ */
 /* release_6_5_99 */
 /*
  * NetBSD Specific definitions for the Qlogic ISP Host Adapter
@@ -163,10 +163,10 @@
 #define        XS_CANTAG(xs)           (((xs)->flags & SCSI_POLL) != 0)
 
 /*
- * This is our default tag (ordered).
+ * This is our default tag (simple).
  */
 #define        XS_KINDOF_TAG(xs)       \
-       (((xs)->flags & SCSI_URGENT)? REQFLAG_HTAG : REQFLAG_STAG)
+       (((xs)->flags & SCSI_URGENT)? REQFLAG_HTAG : REQFLAG_OTAG)
 
 #define        CMD_COMPLETE            COMPLETE
 #define        CMD_EAGAIN              TRY_AGAIN_LATER



Home | Main Index | Thread Index | Old Index