From owner-freebsd-mobile Mon Mar 4 22:33:33 2002 Delivered-To: freebsd-mobile@freebsd.org Received: from opensrs.saignon.net (216-120-17-67.dsl.cust.tfb.com [216.120.17.67]) by hub.freebsd.org (Postfix) with ESMTP id 442BB37B405 for ; Mon, 4 Mar 2002 22:33:29 -0800 (PST) Received: from frankenmobl (216-120-17-17.dsl.cust.tfb.com [216.120.17.17]) by opensrs.saignon.net (8.11.6/8.11.3) with ESMTP id g256VMQ90593; Mon, 4 Mar 2002 22:31:22 -0800 (PST) (envelope-from tony@saign.com) From: "Tony Saign" To: "'Brooks Davis'" Cc: Subject: RE: big wi MFC patch Date: Mon, 4 Mar 2002 22:32:39 -0800 Message-ID: <001101c1c40f$8c800c00$1101a8c0@frankenmobl> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.3311 In-Reply-To: <20020301221816.A29315@Odin.AC.HMC.Edu> X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300 Importance: Normal Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Added BONUS!? I patched my box and was SHOCKED! I forgot that my Intel PRO/Wireless 2011 card (aka Spectrum24) was plugged into my laptop... To my amazement it *almost* worked! It used to ALWAYS fail on MAC address read! ^^see below (p.s. any ideas on how to get it fully operational?) Excellent job! Thanks for getting this in the -stable tree :) My internal MiniPCI card is now working like a champ, and I can stay -stable ;) Mar 4 20:01:28 pccardd[98]: Card "Intel"("PRO/Wireless 2011 LAN PC Card") [1.00] [(null)] matched "Intel" ("PRO/Wireless 2011 LAN PC Card") [(null)] [(null)] Mar 4 20:02:28 /kernel: wi1: at port 0x280-0x2c7 iomem 0xd5000-0xd53ff irq 11 flags 0x10000 slot 0 on pccard0 Mar 4 20:02:29 /kernel: wi1: 802.11 address: 00:02:b3:05:bb:0b Mar 4 20:02:29 /kernel: wi1: using RF:PRISM2 MAC:HFA3841, Firmware: 2.1 variant 2 Mar 4 20:02:29 /kernel: wi1: timeout in wi_cmd 0; event status 0 Mar 4 20:02:29 /kernel: wi1: timeout in wi_cmd 0; event status 0 Mar 4 20:02:29 /kernel: wi1: wi_cmd: busy bit won't clear. Mar 4 20:02:29 last message repeated 2 times Mar 4 20:02:29 /kernel: wi1: init failed Mar 4 20:02:29 /kernel: wi1: timeout in wi_seek to fce0/0; last status 8000 Mar 4 20:02:29 /kernel: wi1: timeout in wi_seek to fc07/0; last status 8000 Mar 4 20:02:29 /kernel: wi1: timeout in wi_seek to fc81/0; last status 8000 Mar 4 20:02:29 /kernel: wi1: timeout in wi_seek to fc00/0; last status 8000 Mar 4 20:02:29 /kernel: wi1: timeout in wi_seek to fc83/0; last status 8000 Mar 4 20:02:29 /kernel: wi1: timeout in wi_seek to fc84/0; last status 8000 Mar 4 20:02:29 /kernel: wi1: timeout in wi_seek to fc06/0; last status 8000 Mar 4 20:02:29 /kernel: wi1: timeout in wi_seek to fc09/0; last status 8000 Mar 4 20:02:29 /kernel: wi1: timeout in wi_seek to fc0c/0; last status 8000 Mar 4 20:02:29 /kernel: wi1: timeout in wi_seek to fc04/0; last status 8000 Mar 4 20:02:29 /kernel: wi1: timeout in wi_seek to fc02/0; last status 8000 Mar 4 20:02:29 /kernel: wi1: timeout in wi_seek to fc03/0; last status 8000 Mar 4 20:02:29 /kernel: wi1: timeout in wi_seek to fc0e/0; last status 8000 Mar 4 20:02:29 /kernel: wi1: timeout in wi_seek to fc01/0; last status 8000 Mar 4 20:02:29 /kernel: wi1: timeout in wi_seek to fc28/0; last status 8000 Mar 4 20:02:29 /kernel: wi1: timeout in wi_seek to fc23/0; last status 8000 Mar 4 20:02:29 /kernel: wi1: timeout in wi_seek to fc24/0; last status 8000 Mar 4 20:02:29 /kernel: wi1: timeout in wi_seek to fc85/0; last status 8000 Mar 4 20:02:29 /kernel: wi1: timeout in wi_seek to fc80/0; last status 8000 Mar 4 20:02:29 /kernel: wi1: wi_cmd: busy bit won't clear. Mar 4 20:02:29 /kernel: wi1: wi_cmd: busy bit won't clear. Mar 4 20:02:29 /kernel: wi1: failed to allocate 1594 bytes on NIC Mar 4 20:02:29 /kernel: wi1: tx buffer allocation failed Mar 4 20:02:29 /kernel: wi1: wi_cmd: busy bit won't clear. Mar 4 20:02:29 /kernel: wi1: failed to allocate 1594 bytes on NIC Mar 4 20:02:29 /kernel: wi1: mgmt. buffer allocation failed Mar 4 20:02:29 /kernel: wi1: wi_cmd: busy bit won't clear. Mar 4 20:02:28 pccardd[98]: wi1: Intel (PRO/Wireless 2011 LAN PC Card) inserted. Mar 4 20:02:34 pccardd[98]: pccardd started -----Original Message----- From: owner-freebsd-mobile@FreeBSD.ORG [mailto:owner-freebsd-mobile@FreeBSD.ORG] On Behalf Of Brooks Davis Sent: Friday, March 01, 2002 10:18 PM To: mobile@FreeBSD.ORG Subject: big wi MFC patch Please review and test the following patch. It fully MFC's all applicable changes from current. Once this patch is applied, the only differences between the version in current and the version in stable are due to changes in APIs (locking, interface naming, NEWCARD, etc). This patch assume you have the very latest sources (it depends on a style commit I made a few hours ago.) The significant changes in this patch are: - Prism II detection from NetBSD. - Prism 2.5 support. - 128-bit crypto fixes for Prism chipsets. I plan to commit this Monday the 4th if there are no objections. -- Brooks To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message