From owner-freebsd-current@FreeBSD.ORG Fri Sep 18 07:36:09 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 091431065670 for ; Fri, 18 Sep 2009 07:36:09 +0000 (UTC) (envelope-from ianf@clue.co.za) Received: from inbound01.jnb1.gp-online.net (inbound01.jnb1.gp-online.net [41.161.16.135]) by mx1.freebsd.org (Postfix) with ESMTP id 981BF8FC1C for ; Fri, 18 Sep 2009 07:36:08 +0000 (UTC) Received: from [41.154.86.170] (helo=clue.co.za) by inbound01.jnb1.gp-online.net with esmtpsa (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.63) (envelope-from ) id 1MoY0k-0006vT-9S for current@freebsd.org; Fri, 18 Sep 2009 09:36:06 +0200 Received: from localhost ([127.0.0.1] helo=clue.co.za) by clue.co.za with esmtp (Exim 4.69 (FreeBSD)) (envelope-from ) id 1MoY0j-0000lH-VO for current@freebsd.org; Fri, 18 Sep 2009 09:36:05 +0200 To: current@freebsd.org From: "Ian Freislich" X-Attribution: BOFH Date: Fri, 18 Sep 2009 09:36:05 +0200 Message-Id: Cc: Subject: 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 07:36:09 -0000 Hi I have the following card: bwi0@pci0:1:0:0: class=0x028000 card=0x1508103c chip=0x431514e4 rev=0x01 hdr=0x00 vendor = 'Broadcom Corporation' device = 'Broadcom Wireless b/g (BCM4315/BCM22062000)' class = 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 -- Ian Freislich