From owner-freebsd-current@FreeBSD.ORG Mon Dec 8 23:48:53 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A9C0916A4CE; Mon, 8 Dec 2003 23:48:53 -0800 (PST) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8E91243D28; Mon, 8 Dec 2003 23:48:50 -0800 (PST) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.10/8.12.9) with ESMTP id hB97moiV002636; Tue, 9 Dec 2003 00:48:50 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Tue, 09 Dec 2003 00:48:46 -0700 (MST) Message-Id: <20031209.004846.101592945.imp@bsdimp.com> To: erwin@FreeBSD.org From: "M. Warner Losh" In-Reply-To: <20031209072044.GA98582@droso.net> References: <20031208200714.GA88971@droso.net> <20031208.135323.73290760.imp@bsdimp.com> <20031209072044.GA98582@droso.net> X-Mailer: Mew version 2.1 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: current@FreeBSD.org Subject: Re: Status of wi(4) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Dec 2003 07:48:53 -0000 In message: <20031209072044.GA98582@droso.net> Erwin Lansing writes: : On Mon, Dec 08, 2003 at 01:53:23PM -0700, M. Warner Losh wrote: : > You might want to try the following patch. I've had another report : > that the firmware is too slow to the 'fast' timings we have in : > current. : Works like a charms. Thanks! Committed. Ian Dowse suggested we change the timeout to 5s for 5.2R since that's a good compromise and easy to implement. Warner