Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/thorpej_scsipi]: src/sys/dev/ic Add back a ncr53c9x_dequeue() which has ...
details: https://anonhg.NetBSD.org/src/rev/61947d125778
branches: thorpej_scsipi
changeset: 477496:61947d125778
user: bouyer <bouyer%NetBSD.org@localhost>
date: Wed Apr 25 08:49:06 2001 +0000
description:
Add back a ncr53c9x_dequeue() which has been removed by mistake, I think.
diffstat:
sys/dev/ic/ncr53c9x.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 57d62ac98720 -r 61947d125778 sys/dev/ic/ncr53c9x.c
--- a/sys/dev/ic/ncr53c9x.c Tue Apr 24 08:22:42 2001 +0000
+++ b/sys/dev/ic/ncr53c9x.c Wed Apr 25 08:49:06 2001 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ncr53c9x.c,v 1.36.2.17 2001/04/24 07:29:31 bouyer Exp $ */
+/* $NetBSD: ncr53c9x.c,v 1.36.2.18 2001/04/25 08:49:06 bouyer Exp $ */
/*-
* Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -2401,6 +2401,7 @@
if (sc->sc_state == NCR_SELECTING) {
NCR_MISC(("backoff selector "));
callout_stop(&ecb->xs->xs_callout);
+ ncr53c9x_dequeue(sc, ecb);
TAILQ_INSERT_HEAD(&sc->ready_list, ecb, chain);
ecb->flags |= ECB_READY;
ecb = sc->sc_nexus = NULL;
Home |
Main Index |
Thread Index |
Old Index