From owner-freebsd-current@FreeBSD.ORG Sun Sep 20 11:09:38 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 A70E51065679 for ; Sun, 20 Sep 2009 11:09:38 +0000 (UTC) (envelope-from ddkprog@yahoo.com) Received: from web59102.mail.re1.yahoo.com (web59102.mail.re1.yahoo.com [66.196.101.13]) by mx1.freebsd.org (Postfix) with SMTP id 1ABFD8FC15 for ; Sun, 20 Sep 2009 11:09:37 +0000 (UTC) Received: (qmail 12733 invoked by uid 60001); 20 Sep 2009 10:42:56 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1253443376; bh=FiiUVGyc9IUGfisR9CIWV/Z05q5FaLy3y4gweP3SLA8=; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=eRXL/sM47VjZECWwSDxuPy9A+idtLDs6lr+juQ7T2sHXt4Ojknd4l5/LQJiYXertTZViM7pv7zYBt9D9y5wJX3MMV1k0SxbwocFwQ5hA2zxl+JDkvV0ZWPnVyZCcqwLRvatgd1PhclqjnEgnCLB7vbF5yrCWTTho2NXze9uPHpw= DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=OufOVmuwzvlKuhUOQxn7fCoR4VyeCc6mcmEt1inZtCfiTMku2k2JlpQIgMaRA/NF/RSb2U/6L6PS1Gy1HeqUruhpCtk3UlOPkodQLfgFlHBbnxUCnWjZqWDPRPu3sT9YpF6vYvynKOg6xWoroO+fek9ELehOACLqJteKq1w92Ig=; Message-ID: <361252.12201.qm@web59102.mail.re1.yahoo.com> X-YMail-OSG: uoszVtwVM1kXa25WwiTG.isKXw.fSubzLEzvkn5.k50.h1KTmkG5BFrw3.xJMU.IhJb4vR8m8NIOMtRy5VVKU.U_02fYgxXf6bYcyzWbKaL_IHAemrUdm5Gu4DYJeckfJMARh8_XPlOPfvFWGxqPhHaNpcepZi_KV4.MDrwOvCajUuS5_m4EKBaM6BZaOoKPITpLr9WPV43ClJGMXeGCGEY_bhLTxqo6ShezWFN.U6GWbwy_eTZdZPlK0dREfz5.lHUH1sBOrTggbVHvVa1WMdMtb_PMXJZYBXei7gMTSQqUqrbsheFy8A-- Received: from [95.109.212.182] by web59102.mail.re1.yahoo.com via HTTP; Sun, 20 Sep 2009 03:42:56 PDT X-Mailer: YahooMailClassic/7.0.14 YahooMailWebService/0.7.347.2 Date: Sun, 20 Sep 2009 03:42:56 -0700 (PDT) From: paradox To: ianf@clue.co.za In-Reply-To: <4AB604FC.2080602@lissyara.su> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Mailman-Approved-At: Sun, 20 Sep 2009 13:15:08 +0000 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: Sun, 20 Sep 2009 11:09:38 -0000 > from: Ian Freislich > to: current@freebsd.org >=20 > Hi >=20 > I have the following card: >=20 > bwi0@pci0:1:0:0:=A0 =A0 =A0 =A0 class=3D0x028000 > card=3D0x1508103c chip=3D0x431514e4 rev=3D0x01 hdr=3D0x00 > =A0 =A0 vendor=A0 =A0=A0=A0=3D 'Broadcom > Corporation' > =A0 =A0 device=A0 =A0=A0=A0=3D 'Broadcom > Wireless b/g (BCM4315/BCM22062000)' > =A0 =A0 class=A0 =A0 =A0 =3D network >=20 > 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: >=20 > 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 Type 5 is LP phy chip which is not supported > bwi0: RF: manu 0x17f, type 0x0002, rev 0 > bwi0: only BCM2050 RF is supported for 11G PHY > device_attach: bwi0 attach returned 6 >=20 > Is there any thing I can try?=A0 Is there support on the > horizon or > should I try and replace it with a supported card? >=20 > Ian >=20 > -- > Ian Freislich bwi not work with 0x4315=20 because it is a new type of device=20 use the ndis driver=0A=0A=0A