From owner-freebsd-current@FreeBSD.ORG Fri Sep 18 13:47:00 2009 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EACD51065676 for ; Fri, 18 Sep 2009 13:46:59 +0000 (UTC) (envelope-from gnemmi@gmail.com) Received: from mail-bw0-f227.google.com (mail-bw0-f227.google.com [209.85.218.227]) by mx1.freebsd.org (Postfix) with ESMTP id 6821F8FC2A for ; Fri, 18 Sep 2009 13:46:59 +0000 (UTC) Received: by bwz27 with SMTP id 27so673846bwz.43 for ; Fri, 18 Sep 2009 06:46:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=sMl6M0WFrOZpWBwzYxIhVEz6kqKN8+x/ZNtFGFJPZHQ=; b=pmfn0TL+YZszD26P6Xtf/hK4Sv4WFcKVofwZke91tAzu07hzynmKEm5lk7WNVlRaMV LDKMAZdyUWjH1HEDyfd/Gs1DDlmCxWTdSwYaB+lWHMeSndsIEqsAuc4Zr379hzd15oxY BzHz5mA6I6ORfq8ZyS4smi3cEcA2aYiJ7McZU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=TSek/YbKlFs3X+MalnwGOIYIJvnVf0C+qVfQIEx+zFUDLkZ92RtSXjWLIPX2S1FrZg uU2RdWqQRkmn0nkUnCsmpFhLg54ePNWrDYMT15kRTlP0G8CLMeDYnjzuoo3IueAcqJNa nOWLzrv9dhT9UBaVOez2kO35P/R2qFV0Ks5q0= MIME-Version: 1.0 Received: by 10.239.144.104 with SMTP id n40mr122771hba.174.1253281617137; Fri, 18 Sep 2009 06:46:57 -0700 (PDT) In-Reply-To: References: Date: Fri, 18 Sep 2009 10:46:57 -0300 Message-ID: <19e9a5dc0909180646g1e2a2e50wde781a16523bc743@mail.gmail.com> From: Gonzalo Nemmi To: Ian Freislich Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: current@freebsd.org Subject: Re: bwi(4) BCM4315 support? 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: Fri, 18 Sep 2009 13:47:00 -0000 On Fri, Sep 18, 2009 at 4:36 AM, Ian Freislich wrote: > Hi > > I have the following card: > > bwi0@pci0:1:0:0: class=3D0x028000 card=3D0x1508103c chip=3D0x43151= 4e4 > rev=3D0x01 hdr=3D0x00 > vendor =3D 'Broadcom Corporation' > device =3D 'Broadcom Wireless b/g (BCM4315/BCM22062000)' > class =3D network > > By playing a little bit with the if_bwi source, I've managed to get > it detected to this point, but I obviously don't know what I'm > doing: > > bwi0: mem 0xfeafc000-0xfeafffff > irq 16 at device 0.0 on pci1 > bwi0: [ITHREAD] > bwi0: BBP: id 0x4312, rev 0x1, pkg 0 > bwi0: MAC: rev 15 > bwi0: PHY: type 5, rev 1, ver 6 > bwi0: RF: manu 0x17f, type 0x0002, rev 0 > bwi0: only BCM2050 RF is supported for 11G PHY > device_attach: bwi0 attach returned 6 > > Is there any thing I can try? Is there support on the horizon or > should I try and replace it with a supported card? > > Ian > Hi there Ian ! Maybe you should get in touch with paradox from the forum.freebsd.org ... I think he=B4s working on it and on other chips too ... you might want to tak= e a look in here: http://forums.freebsd.org/showthread.php?t=3D2477&page=3D4 Hope that helps Best Regards Gonzalo