From owner-freebsd-wireless@freebsd.org Thu Mar 22 04:09:36 2018 Return-Path: Delivered-To: freebsd-wireless@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E3C5AF64F58 for ; Thu, 22 Mar 2018 04:09:35 +0000 (UTC) (envelope-from fire@firecrow.com) Received: from out5-smtp.messagingengine.com (out5-smtp.messagingengine.com [66.111.4.29]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 90E4E7C0BE for ; Thu, 22 Mar 2018 04:09:35 +0000 (UTC) (envelope-from fire@firecrow.com) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 525ED20DB5 for ; Thu, 22 Mar 2018 00:09:34 -0400 (EDT) Received: from frontend1 ([10.202.2.160]) by compute1.internal (MEProxy); Thu, 22 Mar 2018 00:09:34 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm2; bh=gvr+Yy KBVA/KtILTb4sgdkcQtmbfVQa+mVrtC1AUxho=; b=jDbCWQBN1tN+ahx+GluUdq wPeAtqXDiJB/lV0i/ED2XXhGaDEKGOT0gelMrpchFY576tJZeC6XXeOCr0ZBGIlK in4wTDCn4Aq81Nr0bHkqsAOVAcCGBbyX1SH5KYC3X8Xv/j2Df/+SCSm1SVmdmTJb 43x6ieYTB/svj9FNw6hntBYATDsONB+dW/vkwwIfS6JTnMxTXVPoB2DZvCoF+kaZ jiaLC8NXbjn8G61e6qTcQaKafFoLHWYd4MMVA2bkHwTv2D75bNTrqu8BnUcIB3Qm 5AWz+LdxeoT3xGqpTNVfu5wncZr27N+FmKqu8t0KpWTff80myGTSE1SIZWbcOhtw == X-ME-Sender: Received: from [10.99.1.108] (pool-71-190-248-37.nycmny.fios.verizon.net [71.190.248.37]) by mail.messagingengine.com (Postfix) with ESMTPA id 15AA97E168 for ; Thu, 22 Mar 2018 00:09:34 -0400 (EDT) From: Firecrow To: Date: Thu, 22 Mar 2018 00:09:32 -0400 Message-ID: <1624be5c460.283b.c4ed0d0d703873026a53f0fbdf339555@firecrow.com> In-Reply-To: <1521674599.2983319.1311638200.6D53CF18@webmail.messagingengine.com> References: <1521674345.2981686.1311635920.0EABC8C2@webmail.messagingengine.com> <1521674599.2983319.1311638200.6D53CF18@webmail.messagingengine.com> User-Agent: AquaMail/1.14.2-840 (build: 101400201) Subject: Re: trying patch bwn for BCM4352 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="us-ascii" Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: "Discussions of 802.11 stack, tools device driver development." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Mar 2018 04:09:36 -0000 Hi all, >From more research on the web I've concluded that it takes more than patching in the pci id, sorry for spamming the list. ~fire On March 21, 2018 7:23:41 PM Firecrow wrote: > Hi all, > sent this message while still composing it, I'm tying to get BCM4352 to > work on my freebsd current machine. > > here is some information about my machine and what I've been trying > > uname -a > FreeBSD ant.firecrow.com 12.0-CURRENT FreeBSD 12.0-CURRENT #3: Wed Mar 21 > 23:01:07 EDT 2018 > > I'm working under the assumption that the broadcom chipset is compatible > with an existing driver it just needs the pci information linked in, so > I've tried to add the interfaces to if_bwn_pci.c > > > > diff src.orig/sys/dev/bwn/if_bwn_pci.c src/sys/dev/bwn/if_bwn_pci.c > > 54c54 > > < static int attach_untested = 0; > > --- > > > static int attach_untested = 1; > > 86a87,89 > > > BWN_BCM_DEV(BCM4352_D11AC , "BCM4352 802.11n Dual-Band:/", 0), > > > BWN_BCM_DEV(BCM4352_D11AC2G, "BCM4352 802.11n 2G:/", 0), > > > BWN_BCM_DEV(BCM4352_D11AC5G, "BCM4352 802.11n 5G:/", 0), > > 91d93 > > < > > 306a309 > > > > > dmesg shows that it recognizes the device, but the usual information from a > network device is not listed, as if the device is registered but not > treated as a network device. > > dmesg | grep bwn > > bwn_pci0: mem > > 0xfc600000-0xfc607fff,0xfc400000-0xfc5fffff irq 35 at device 0.0 on pci6 > > bhndb0: on bwn_pci0 > > bhndb0: Using MSI interrupts on bwn_pci0 > > all help welcome > ~fire > _______________________________________________ > freebsd-wireless@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-wireless > To unsubscribe, send any mail to "freebsd-wireless-unsubscribe@freebsd.org"