Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/ic Make sure bits in the flags are disjoint.



details:   https://anonhg.NetBSD.org/src/rev/3f1808e5f179
branches:  trunk
changeset: 500700:3f1808e5f179
user:      eeh <eeh%NetBSD.org@localhost>
date:      Sun Dec 17 06:18:21 2000 +0000

description:
Make sure bits in the flags are disjoint.

diffstat:

 sys/dev/ic/ncr53c9xvar.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 55829f24bfbe -r 3f1808e5f179 sys/dev/ic/ncr53c9xvar.h
--- a/sys/dev/ic/ncr53c9xvar.h  Sun Dec 17 04:38:29 2000 +0000
+++ b/sys/dev/ic/ncr53c9xvar.h  Sun Dec 17 06:18:21 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ncr53c9xvar.h,v 1.27 2000/11/30 23:06:44 pk Exp $      */
+/*     $NetBSD: ncr53c9xvar.h,v 1.28 2000/12/17 06:18:21 eeh Exp $     */
 
 /*-
  * Copyright (c) 1997 The NetBSD Foundation, Inc.
@@ -175,7 +175,7 @@
 #define T_SYNCMODE     0x08    /* SYNC mode has been negotiated */
 #define T_SYNCHOFF     0x10    /* SYNC mode for is permanently off */
 #define T_RSELECTOFF   0x20    /* RE-SELECT mode is off */
-#define T_TAGOFF       0x30    /* TAG QUEUEs are off */
+#define T_TAGOFF       0x40    /* TAG QUEUEs are off */
        u_char  period;         /* Period suggestion */
        u_char  offset;         /* Offset suggestion */
        u_char  nextag;         /* Next available tag */



Home | Main Index | Thread Index | Old Index