From owner-freebsd-current@FreeBSD.ORG Mon Dec 8 11:36:19 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 51DFB16A4CE; Mon, 8 Dec 2003 11:36:19 -0800 (PST) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 93DEF43D2F; Mon, 8 Dec 2003 11:36:07 -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 hB8Ja60u010728; Mon, 8 Dec 2003 12:36:06 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Mon, 08 Dec 2003 12:36:02 -0700 (MST) Message-Id: <20031208.123602.71642131.imp@bsdimp.com> To: erwin@freebsd.org From: "M. Warner Losh" In-Reply-To: <20031208162637.GB70065@droso.net> References: <20031208162637.GB70065@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: Mon, 08 Dec 2003 19:36:19 -0000 In message: <20031208162637.GB70065@droso.net> Erwin Lansing writes: : Some time ago, I've seen some traffic about problems with wi(4). I've : been on holiday for most of November, just to find my fine working : Netgear MA401 no longer functional on 5.2-RC. AFAIKS initialization : fails (see below). Are there still known oustanding issues with wi ? ... : wi0: Intersil Firmware: Primary (0.3.0), Station (0.8.3) This is very old firmware... : wi0: timeout in wi_cmd 0x0002; event status 0x0008 Disable the card failed. : wi0: timeout in wi_cmd 0x0000; event status 0x0008 Initialize the card. Which is a little weird, because 0x0008 means 'async alloc/reclaim completed' Ah, the CMD bit (0x10) wasn't set quickly enough. Hmmm, maybe the delay tweaks I put in have broken this. Warner