Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/pcmcia about WI_TIMEOUT:



details:   https://anonhg.NetBSD.org/src/rev/70ae874df496
branches:  trunk
changeset: 502079:70ae874df496
user:      ichiro <ichiro%NetBSD.org@localhost>
date:      Thu Jan 11 11:54:21 2001 +0000

description:
about WI_TIMEOUT:
It is not enough to initialize NANOSPEED ROOT-RZ2000 WLAN Card.
In fact, this card needs about 66900 counts.

diffstat:

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

diffs (18 lines):

diff -r e6a8d190edb0 -r 70ae874df496 sys/dev/pcmcia/if_wireg.h
--- a/sys/dev/pcmcia/if_wireg.h Thu Jan 11 11:37:54 2001 +0000
+++ b/sys/dev/pcmcia/if_wireg.h Thu Jan 11 11:54:21 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_wireg.h,v 1.6 2000/05/23 08:41:49 enami Exp $       */
+/*     $NetBSD: if_wireg.h,v 1.7 2001/01/11 11:54:21 ichiro Exp $      */
 
 /*
  * Copyright (c) 1997, 1998, 1999
@@ -37,7 +37,7 @@
  * Oslo IETF plenary meeting.
  */
 
-#define WI_TIMEOUT     65536
+#define WI_TIMEOUT     70000
 
 #define WI_PORT0       0
 #define WI_PORT1       1



Home | Main Index | Thread Index | Old Index