Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/ic Back out a change I didn't intend to commit.
details: https://anonhg.NetBSD.org/src/rev/1c121bbd6b14
branches: trunk
changeset: 481323:1c121bbd6b14
user: thorpej <thorpej%NetBSD.org@localhost>
date: Wed Jan 26 06:17:59 2000 +0000
description:
Back out a change I didn't intend to commit.
diffstat:
sys/dev/ic/aic7xxx.c | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
diffs (18 lines):
diff -r 82d7252385e2 -r 1c121bbd6b14 sys/dev/ic/aic7xxx.c
--- a/sys/dev/ic/aic7xxx.c Wed Jan 26 06:04:37 2000 +0000
+++ b/sys/dev/ic/aic7xxx.c Wed Jan 26 06:17:59 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: aic7xxx.c,v 1.38 2000/01/26 06:04:38 thorpej Exp $ */
+/* $NetBSD: aic7xxx.c,v 1.39 2000/01/26 06:17:59 thorpej Exp $ */
/*
* Generic driver for the aic7xxx based adaptec SCSI controllers
@@ -2588,8 +2588,6 @@
* then we can't allow it to sleep
*/
flags = xs->xs_control;
- if (fromqueue)
- flags &= ~XS_CTL_NOSLEEP;
if (!(scb = ahc_get_scb(ahc, flags))) {
#if defined(__NetBSD__) /* XXX */
/*
Home |
Main Index |
Thread Index |
Old Index