Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/ic (some of these changes were made in the previous ...



details:   https://anonhg.NetBSD.org/src/rev/37fe8e7e5e89
branches:  trunk
changeset: 501651:37fe8e7e5e89
user:      mjacob <mjacob%NetBSD.org@localhost>
date:      Fri Jan 05 07:03:54 2001 +0000

description:
(some of these changes were made in the previous revision- oops)
Say which mailbox command times out (polled or interrupting). Also,
give them a bit more time to timeout (5 seconds instead of 2).

diffstat:

 sys/dev/ic/isp_netbsd.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r fc6319418395 -r 37fe8e7e5e89 sys/dev/ic/isp_netbsd.h
--- a/sys/dev/ic/isp_netbsd.h   Fri Jan 05 07:02:38 2001 +0000
+++ b/sys/dev/ic/isp_netbsd.h   Fri Jan 05 07:03:54 2001 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: isp_netbsd.h,v 1.34 2001/01/05 07:02:00 mjacob Exp $ */
+/* $NetBSD: isp_netbsd.h,v 1.35 2001/01/05 07:03:54 mjacob Exp $ */
 /*
  * This driver, which is contained in NetBSD in the files:
  *
@@ -400,7 +400,7 @@
                int rv = 0;
                 isp->isp_osinfo.mboxwaiting = 1;
                 while (isp->isp_osinfo.mboxwaiting && rv == 0) {
-                       static const struct timeval dtime = { 90, 0 };
+                       static const struct timeval dtime = { 5, 0 };
                        int timo;
                        struct timeval tv;
                        microtime(&tv);



Home | Main Index | Thread Index | Old Index