From owner-cvs-all Thu Apr 5 2:25:44 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8D2E237B422; Thu, 5 Apr 2001 02:25:41 -0700 (PDT) (envelope-from alfred@FreeBSD.org) Received: (from alfred@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f359Pfh75393; Thu, 5 Apr 2001 02:25:41 -0700 (PDT) (envelope-from alfred) Message-Id: <200104050925.f359Pfh75393@freefall.freebsd.org> From: Alfred Perlstein Date: Thu, 5 Apr 2001 02:25:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/wi if_wi.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alfred 2001/04/05 02:25:41 PDT Modified files: sys/dev/wi if_wi.c Log: WI_TIMEOUT is 65536 65536 * 10msec == 10 minutes 55 seconds == hung machine Instead wait for the busy bits for a max of ~2 seconds (200 * 10msec) Revision Changes Path 1.46 +3 -4 src/sys/dev/wi/if_wi.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message