diff options
| author | mjacob <mjacob@NetBSD.org> | 2000-01-04 22:47:12 +0000 |
|---|---|---|
| committer | mjacob <mjacob@NetBSD.org> | 2000-01-04 22:47:12 +0000 |
| commit | 182c6629c13dee0360155dadcc2c33ac8f9f224f (patch) | |
| tree | d21e9d48995143cf19c50aa4fbe8c97c1895b72a /sys/dev | |
| parent | 873c34bf5e3b5576c2cd12c0fd27ce74b2a8591b (diff) | |
oops, bad patch
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/scsipi/ch.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/scsipi/ch.c b/sys/dev/scsipi/ch.c index 160536527bf..372324b0f0d 100644 --- a/sys/dev/scsipi/ch.c +++ b/sys/dev/scsipi/ch.c @@ -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 @@ ch_interpret_sense(xs) * 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); } /* |
