Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/i386/stand/lib/netif Increase the reset delay in ex...



details:   https://anonhg.NetBSD.org/src/rev/ec71bb868034
branches:  trunk
changeset: 522467:ec71bb868034
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Tue Feb 19 20:38:28 2002 +0000

description:
Increase the reset delay in ex_reset() as per dev/ic/elinkxl.c
Pointed out by Love <lha%stacken.kth.se@localhost>

diffstat:

 sys/arch/i386/stand/lib/netif/3c90xb.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 44271529b734 -r ec71bb868034 sys/arch/i386/stand/lib/netif/3c90xb.c
--- a/sys/arch/i386/stand/lib/netif/3c90xb.c    Tue Feb 19 20:18:36 2002 +0000
+++ b/sys/arch/i386/stand/lib/netif/3c90xb.c    Tue Feb 19 20:38:28 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: 3c90xb.c,v 1.7 2002/02/17 19:49:58 thorpej Exp $ */
+/* $NetBSD: 3c90xb.c,v 1.8 2002/02/19 20:38:28 thorpej Exp $ */
 
 /*
  * Copyright (c) 1999
@@ -130,7 +130,7 @@
 ex_reset()
 {
        CSR_WRITE_2(ELINK_COMMAND, GLOBAL_RESET);
-       delay(1000);
+       delay(100000);
        ex_waitcmd();
 }
 



Home | Main Index | Thread Index | Old Index