Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-4]: src/sys/dev/scsipi Pull up rev 1.38 (correct 'ielem' timeou...
details: https://anonhg.NetBSD.org/src/rev/88a7220d87bf
branches: netbsd-1-4
changeset: 468070:88a7220d87bf
user: bouyer <bouyer%NetBSD.org@localhost>
date: Mon Apr 05 16:39:32 1999 +0000
description:
Pull up rev 1.38 (correct 'ielem' timeout computation); approved by perry.
diffstat:
sys/dev/scsipi/ch.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r befab83633cb -r 88a7220d87bf sys/dev/scsipi/ch.c
--- a/sys/dev/scsipi/ch.c Mon Apr 05 15:08:40 1999 +0000
+++ b/sys/dev/scsipi/ch.c Mon Apr 05 16:39:32 1999 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ch.c,v 1.37 1998/12/17 22:28:07 gibbs Exp $ */
+/* $NetBSD: ch.c,v 1.37.2.1 1999/04/05 16:39:32 bouyer Exp $ */
/*
* Copyright (c) 1996, 1997, 1998 Jason R. Thorpe <thorpej%and.com@localhost>
@@ -650,7 +650,7 @@
sc->sc_counts[CHET_ST] +
sc->sc_counts[CHET_IE] +
sc->sc_counts[CHET_DT];
- tmo *= 5 * 1000;
+ tmo *= 5 * 60 * 1000;
tmo += (10 * 60 * 1000);
return (scsipi_command(sc->sc_link,
Home |
Main Index |
Thread Index |
Old Index