Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/scsipi oops, bad patch



details:   https://anonhg.NetBSD.org/src/rev/45ae791cdcd8
branches:  trunk
changeset: 480126:45ae791cdcd8
user:      mjacob <mjacob%NetBSD.org@localhost>
date:      Tue Jan 04 22:47:12 2000 +0000

description:
oops, bad patch

diffstat:

 sys/dev/scsipi/ch.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 82f6d6408c60 -r 45ae791cdcd8 sys/dev/scsipi/ch.c
--- a/sys/dev/scsipi/ch.c       Tue Jan 04 22:39:28 2000 +0000
+++ b/sys/dev/scsipi/ch.c       Tue Jan 04 22:47:12 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ch.c,v 1.41 2000/01/04 22:35:57 mjacob Exp $   */
+/*     $NetBSD: ch.c,v 1.42 2000/01/04 22:47:12 mjacob Exp $   */
 
 /*-
  * Copyright (c) 1996, 1997, 1998, 1999 The NetBSD Foundation, Inc.
@@ -496,7 +496,7 @@
                 * Enqueue an Element-Status-Changed event, and
                 * wake up any processes waiting for them.
                 */
-               if ((xs->flags & SCSI_IGNORE_MEDIA_CHANGE) == 0) {
+               if ((xs->xs_control & XS_CTL_IGNORE_MEDIA_CHANGE) == 0) {
                        ch_event(sc, CHEV_ELEMENT_STATUS_CHANGED);
                }
                /*



Home | Main Index | Thread Index | Old Index