From owner-cvs-src@FreeBSD.ORG Thu Dec 11 12:21:22 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1886516A4CE; Thu, 11 Dec 2003 12:21:22 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 68D4343D2E; Thu, 11 Dec 2003 12:21:21 -0800 (PST) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hBBKLLXJ039154; Thu, 11 Dec 2003 12:21:21 -0800 (PST) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hBBKLLpk039153; Thu, 11 Dec 2003 12:21:21 -0800 (PST) (envelope-from imp) Message-Id: <200312112021.hBBKLLpk039153@repoman.freebsd.org> From: Warner Losh Date: Thu, 11 Dec 2003 12:21:21 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5_2 Subject: cvs commit: src/sys/dev/wi if_wi.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Dec 2003 20:21:22 -0000 imp 2003/12/11 12:21:21 PST FreeBSD src repository Modified files: (Branch: RELENG_5_2) sys/dev/wi if_wi.c Log: Up the timeout on a command from 500ms to 5s unconditionally. This will up the failure time from about 1s to about 7s in the worst case that I can think of. Other fixes have brought that number down from 30 minutes, so I don't feel too bad about it. Some older versions of the Prism cards have issues that make them unable to respond in 500ms for some commands. Current has a more extensive fix that only penalizes the old firmware, but this is a more conservative change more appropriate to a frozen branch. Suggested/Submitted by: iedowse Approved by: re (scottl) Revision Changes Path 1.158.2.1 +1 -1 src/sys/dev/wi/if_wi.c