From owner-freebsd-mobile@FreeBSD.ORG Sun Jan 11 15:34:07 2004 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9C86116A4CE for ; Sun, 11 Jan 2004 15:34:07 -0800 (PST) Received: from mail.tel.fer.hr (zg04-053.dialin.iskon.hr [213.191.137.54]) by mx1.FreeBSD.org (Postfix) with ESMTP id E662443D48 for ; Sun, 11 Jan 2004 15:33:56 -0800 (PST) (envelope-from zec@tel.fer.hr) Received: from 192.168.200.114 (marko@dhcp14.katoda.net [192.168.200.114]) by mail.tel.fer.hr (8.12.6/8.12.6) with ESMTP id i0BNTUi5012101; Mon, 12 Jan 2004 00:30:39 +0100 (CET) (envelope-from zec@tel.fer.hr) From: Marko Zec To: "Kevin Oberman" , freebsd-mobile@freebsd.org Date: Sun, 11 Jan 2004 18:43:26 +0100 User-Agent: KMail/1.5.4 References: <20040111031605.0097B5D04@ptavv.es.net> In-Reply-To: <20040111031605.0097B5D04@ptavv.es.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-2" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200401111843.26320.zec@tel.fer.hr> Subject: Re: prism 2.5 timeout in wi_cmd 0x010b X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Jan 2004 23:34:07 -0000 On Sunday 11 January 2004 04:16, Kevin Oberman wrote: > > > I'll report what I see. It's pretty easy to test...just copy a > > > multi-megabyte file from my laptop to my workstation over the > > > wireless. > > > > I've been seeing and reporting that problem too, for a while now. > > It worked for me! I just copied 850 MB of data at an average transfer > rate of 4.3 Mb/s with no problems. I never came close to this in the > past. I hope Warner can comment on it (and commit it if he does not > see a problem!) wi0: mem 0xf8000000-0xf8000fff irq 6 at device 2.0 on pci1 wi0: 802.11 address: 00:05:3c:06:9d:1d wi0: using RF:PRISM2.5 MAC:ISL3874A(Mini-PCI) wi0: Intersil Firmware: Primary 1.01.01, Station 1.07.04 After upgrading the firmware to 1.7.4, the problem is now gone for me as well! However, with my hack the throughput is slightly better (430 KB/s vs 350 KB/s without the hack), it seems that without the hack the card still loses some frames every now and than, yet it doesn't completely lock up as it would with 1.4.9 firmware. Nevertheless, IMO my patch should never be committed, since it was just an empirical experiment, and it is still completely unclear what was the real cause of those intermittent lockups. It would be nice if more knowledgeable people could dig slightly deeper into this... The moral of the story seems to be that firmware 1.4.9 probably shouldn't be used on mini-PCI Prism cards with current FreeBSD drivers. Cheers, Marko