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 missing
details: https://anonhg.NetBSD.org/src/rev/35d232a1dc93
branches: thorpej_scsipi
changeset: 477498:35d232a1dc93
user: bouyer <bouyer%NetBSD.org@localhost>
date: Wed Apr 25 13:07:22 2001 +0000
description:
add back a missing
ecb->flags |= ECB_READY;
I can run with tagged queuing enabled on my ultra/1 now, which is an
improvement over -current :)
diffstat:
sys/dev/ic/ncr53c9x.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 97abb81b7b69 -r 35d232a1dc93 sys/dev/ic/ncr53c9x.c
--- a/sys/dev/ic/ncr53c9x.c Wed Apr 25 11:49:47 2001 +0000
+++ b/sys/dev/ic/ncr53c9x.c Wed Apr 25 13:07:22 2001 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ncr53c9x.c,v 1.36.2.18 2001/04/25 08:49:06 bouyer Exp $ */
+/* $NetBSD: ncr53c9x.c,v 1.36.2.19 2001/04/25 13:07:22 bouyer Exp $ */
/*-
* Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -868,6 +868,7 @@
s = splbio();
TAILQ_INSERT_TAIL(&sc->ready_list, ecb, chain);
+ ecb->flags |= ECB_READY;
if (sc->sc_state == NCR_IDLE)
ncr53c9x_sched(sc);
Home |
Main Index |
Thread Index |
Old Index