From owner-freebsd-current@FreeBSD.ORG Tue Apr 14 19:22:40 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 93FCA10656DB for ; Tue, 14 Apr 2009 19:22:40 +0000 (UTC) (envelope-from admin@lissyara.su) Received: from hosting.lissyara.su (hosting.lissyara.su [77.221.149.162]) by mx1.freebsd.org (Postfix) with ESMTP id 42E188FC12 for ; Tue, 14 Apr 2009 19:22:40 +0000 (UTC) (envelope-from admin@lissyara.su) Received: from [89.178.146.160] (port=54497 helo=HP.lissyara.su) by hosting.lissyara.su with esmtpa (Exim 4.69 (FreeBSD)) (envelope-from ) id 1LtoDN-000DGU-HK; Tue, 14 Apr 2009 23:22:37 +0400 Message-ID: <49E4E293.7000302@lissyara.su> Date: Tue, 14 Apr 2009 23:22:59 +0400 From: Alex Keda User-Agent: Thunderbird 2.0.0.21 (X11/20090405) MIME-Version: 1.0 To: Steve Franks References: <49A701DF.5070109@lissyara.su> <3c1674c90902261300x6dd5f21bja58ecf214bcfb644@mail.gmail.com> <49A70508.20100@lissyara.su> <539c60b90904141124j839dd20qb20e3e14b05e6f97@mail.gmail.com> In-Reply-To: <539c60b90904141124j839dd20qb20e3e14b05e6f97@mail.gmail.com> Content-Type: text/plain; charset=KOI8-R; format=flowed Content-Transfer-Encoding: 8bit X-Spam-Description: if spam count > 60 - this is spam X-Spam-Count: 0 X-Descriptions: powered by www.lissyara.su X-Bounce-ID: hosting.lissyara.su Cc: Sepherosa Ziehau , freebsd-current@freebsd.org, Kip Macy Subject: Re: About bwi X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Tue, 14 Apr 2009 19:22:42 -0000 Steve Franks пишет: > 2009/2/26 Sepherosa Ziehau : >> On Fri, Feb 27, 2009 at 5:09 AM, Alex Keda wrote: >>> Kip Macy пишет: >>>> Someone needs to be there to maintain it. To the best of my knowledge >>>> no one appropriate has stepped forward. >>>> >>> And what exactly should be supported? >>> He finished - nothing more to do. >> I actually didn't finish it (the finished part works well enough for >> me on dfly for all of the 8 bcm cards I have) and I do not have enough >> time to keep working on it. Several folks mailed me about what to do >> next, I pointed them to the spec on the web, however, I didn't hear >> from any of them after that. >> >>> no way to develop a driver. >>> the new cards have to write a new driver. >> I based on following URL when I worked on the "old" driver: >> http://bcm-specs.sipsolutions.net/ >> >> For newer parts you will need following one: >> http://bcm-v4.sipsolutions.net/ >> >> Hope this will be useful to you. >> >> Best Regards, >> sephe >> >> -- >> Live Free or Die >> _______________________________________________ >> freebsd-current@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-current >> To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" >> > > If someone could give me a hand on where to stick the tgz into > /usr/src and get started, I'll have a go...I've written alot of > drivers for 8051-style toys, I'm not sure if I'm man enough for this, > but I'd rather try and fail, then skip the attempt. If nothing else, > a working bwi in ports would answer an awful lot of ndisgen emails... http://paradox.lissyara.su/bwi.02.tar.bz2 - 7.x http://paradox.lissyara.su/bwi.02e.tar.bz2 - current but - it only for PCI (PCMCI) new card - need new driver. see http://paradox.lissyara.su/bwi.03e.tar.bz2 It not work (only detecting correct). need write code > > I've seen a number of posts around the web. Was this for stable or > current? I really don't have a functional current box at the moment, > but several stable boxes where ndis0 won't find my AP's... > > Just to add to the fun, my latest system is brand-new, so it's a > mini-pci-express bwi; I assume if that works, it's going to > incorporate alot of other new cards... > > Steve >