From owner-freebsd-net@FreeBSD.ORG Sun Mar 19 15:47:53 2006 Return-Path: X-Original-To: freebsd-net@freebsd.org Delivered-To: freebsd-net@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 01DF116A41F for ; Sun, 19 Mar 2006 15:47:53 +0000 (UTC) (envelope-from _pppp@mail.ru) Received: from f63.mail.ru (f63.mail.ru [194.67.57.97]) by mx1.FreeBSD.org (Postfix) with ESMTP id 95ACA43D46 for ; Sun, 19 Mar 2006 15:47:52 +0000 (GMT) (envelope-from _pppp@mail.ru) Received: from mail by f63.mail.ru with local id 1FL08E-000NLu-00; Sun, 19 Mar 2006 18:47:50 +0300 Received: from [83.237.12.67] by koi.mail.ru with HTTP; Sun, 19 Mar 2006 18:47:50 +0300 From: dima <_pppp@mail.ru> To: Max Laier Mime-Version: 1.0 X-Mailer: mPOP Web-Mail 2.19 X-Originating-IP: [83.237.12.67] Date: Sun, 19 Mar 2006 18:47:50 +0300 In-Reply-To: <200603150441.50904.max@love2party.net> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 8bit Message-Id: Cc: freebsd-net@freebsd.org Subject: Re[2]: New version of iwi(4) - Call for testers X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: dima <_pppp@mail.ru> List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Mar 2006 15:47:53 -0000 > All, > > the new version at: > http://people.freebsd.org/~mlaier/new_iwi/20060315.both.tgz > > should build for RELENG_6 and HEAD. Make sure to have the latest RELENG_6 > checkout with the taskqueue changes. > > This version supports version 3.0 and version 2.4 firmware. From iwi_fw you > can build and install either version. For 3.0 just #make all install, for > 2.4: #make IWI_FW_VERSION=240 all install This shouldn't make a difference, > though. > > "cmd 0x19" is WME config, by the way. It seems the firmware doesn't like the > sequence we setup the card. > > Please keep testing and post your feedback - thanks. The new driver didn't pass cvsup test at my laptop :( It fails large file upload either. It's definitely a flow control problem. Is taskqueue designed to address this?