From owner-freebsd-ppc@freebsd.org Tue Nov 10 13:32:31 2015 Return-Path: Delivered-To: freebsd-ppc@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 24375A2A91C for ; Tue, 10 Nov 2015 13:32:31 +0000 (UTC) (envelope-from hamiltcl@verizon.net) Received: from vms173019pub.verizon.net (vms173019pub.verizon.net [206.46.173.19]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 079961B2C; Tue, 10 Nov 2015 13:32:31 +0000 (UTC) (envelope-from hamiltcl@verizon.net) Received: from lenoil1 ([96.255.168.17]) by vms173019.mailsrvcs.net (Oracle Communications Messaging Server 7.0.5.32.0 64bit (built Jul 16 2014)) with ESMTPA id <0NXL00C5ZMTJWS80@vms173019.mailsrvcs.net>; Tue, 10 Nov 2015 06:32:07 -0600 (CST) X-CMAE-Score: 0 X-CMAE-Analysis: v=2.1 cv=MtGvkDue c=1 sm=1 tr=0 a=TXQDfM1T7tsaHFmtCUVSow==:117 a=o1OHuDzbAAAA:8 a=oR5dmqMzAAAA:8 a=kj9zAlcOel0A:10 a=qtqOOiqGOCEA:10 a=pGLkceISAAAA:8 a=6I5d2MoRAAAA:8 a=jh7xevo7HZBcaG2-9s8A:9 a=CjuIK1q_8ugA:10 From: "Curtis Hamilton" To: "'Adrian Chadd'" Cc: "'FreeBSD PowerPC ML'" References: In-reply-to: Subject: RE: Airport Extreme WiFi Broken in FreeBSD 10.2 Date: Tue, 10 Nov 2015 07:31:47 -0500 Message-id: <008401d11bb3$c4c31430$4e493c90$@verizon.net> MIME-version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7bit X-Mailer: Microsoft Outlook 15.0 Thread-index: AQIPxCP+vRcQVtpYjevgebsScL8Fsp4X3fKA Content-language: en-us X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Nov 2015 13:32:31 -0000 I'll investigate. My initial presumption that it was a bwi module issue is because ata2 initializes just fine without the bwi module. -----Original Message----- From: adrian.chadd@gmail.com [mailto:adrian.chadd@gmail.com] On Behalf Of Adrian Chadd Sent: Monday, November 09, 2015 4:44 PM To: Curtis Hamilton Cc: FreeBSD PowerPC ML Subject: Re: Airport Extreme WiFi Broken in FreeBSD 10.2 Hi, It looks like there's something up with the memory management, not wifi. ata2 failing and bwi failing in DMA memory allocation is the hint. :) -a On 9 November 2015 at 12:00, Curtis Hamilton wrote: > Has anyone else tried to load the BWI module in 10.2? I attempted to > load the kernel module and build a new kernel with the module > built-in. In both cases the boot process freezes with the following errors: > > > > ata2: at channel0 on atapci0 > > ata2: WARNING DMA initialization failed, disabling DMA > > ata2: FAILURE - alloc sg_map > > ata2: WARNING DMA allocation failed, disabling DMA > > > > A few lines before this the following error is shown: > > > > bwi0: can't allocate DMA mem > > bwi0: 0th TX ring DMA alloc-failed > > > > Everything works fine in 10.1 > > _______________________________________________ > freebsd-ppc@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-ppc > To unsubscribe, send any mail to "freebsd-ppc-unsubscribe@freebsd.org"