From owner-freebsd-mobile Mon Dec 23 20:53:21 2002 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 4211637B401 for ; Mon, 23 Dec 2002 20:53:20 -0800 (PST) Received: from smtp017.mail.yahoo.com (smtp017.mail.yahoo.com [216.136.174.114]) by mx1.FreeBSD.org (Postfix) with SMTP id BD00843EFA for ; Mon, 23 Dec 2002 20:53:19 -0800 (PST) (envelope-from swaghray@yahoo.com) Received: from adsl-67-114-164-44.dsl.snfc21.pacbell.net (HELO tiger) (swaghray@67.114.164.44 with login) by smtp.mail.vip.sc5.yahoo.com with SMTP; 24 Dec 2002 04:53:19 -0000 Reply-To: From: "Sanjay Waghray" To: , "M. Warner Losh" Cc: Subject: RE: Linksys WMP11 Date: Mon, 23 Dec 2002 20:54:37 -0800 Message-ID: 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 IMO, Build 9.0.2416 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Importance: Normal In-Reply-To: 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 > > > > You might try the following patch: > > > > Index: if_wi_pci.c > > =================================================================== > > RCS file: /home/ncvs/src/sys/dev/wi/if_wi_pci.c,v > > retrieving revision 1.8.2.3 > > diff -u -r1.8.2.3 if_wi_pci.c > > --- if_wi_pci.c 16 Jun 2002 18:07:18 -0000 1.8.2.3 > > +++ if_wi_pci.c 23 Dec 2002 13:22:12 -0000 > > @@ -140,7 +140,7 @@ > > command |= wanted; > > pci_write_config(dev, PCIR_COMMAND, command, 4); > > command = pci_read_config(dev, PCIR_COMMAND, 4); > > - if ((command & wanted) != wanted) { > > + if ((command & wanted) == 0) { > > device_printf(dev, "wi_pci_attach() failed to > > enable pci!\n"); > > return (ENXIO); > > } > > > > I did and this is what I get: > > > Dec 23 09:30:24 dell /kernel: wi0: mem > 0xeb000000-0xeb001fff irq 11 > at device 11.0 on pci0 > Dec 23 09:30:24 dell /kernel: wi0: couldn't reset prism2.5 core. > Dec 23 09:30:24 dell /kernel: device_probe_and_attach: wi0 attach > returned 6 > > Any ideas? I'm now convinced that Linksys has changed the chipset/firmware on the WMP11. I installed the card on a Win2000 box and installed the Intersil utilities and the Linksys 1.4.9 firmware. I tried to flash the older 1.4.9 firmware without success. The Intersil utilities do not recognize the card as a Prism. I'll order the Netgear MA311 which is around $55 after the mail-in rebate. Sanjay To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message