From owner-freebsd-wireless@FreeBSD.ORG Mon Apr 1 21:04:51 2013 Return-Path: Delivered-To: freebsd-wireless@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 5D137A77; Mon, 1 Apr 2013 21:04:51 +0000 (UTC) (envelope-from jrisom@gmail.com) Received: from mail-ia0-x22c.google.com (mail-ia0-x22c.google.com [IPv6:2607:f8b0:4001:c02::22c]) by mx1.freebsd.org (Postfix) with ESMTP id 275D112E; Mon, 1 Apr 2013 21:04:51 +0000 (UTC) Received: by mail-ia0-f172.google.com with SMTP id l29so2241609iag.3 for ; Mon, 01 Apr 2013 14:04:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:message-id:date:from:user-agent:mime-version:to:cc :subject:references:in-reply-to:content-type :content-transfer-encoding; bh=mZUQsBG4rC1sFVQiysJyK3COiy6/ol9BICNq2Dkiv+8=; b=udU4F7QZQu+mEDa000w4oHezFOpWnvXvh0ZL3slF4kMWh5JodBqhRm3uTmwh0w5ksq GlfiZXHXIMd3qyaU5yte6px/BK8YsfQ5aISO6Lf1oGNOdrULY9vcnUaDRRcEscNfGm4F /tnGLHT+n/SOHK7Mpf92bOiAJCwxSD1F17bo1kGKXo85yuLNnRnIXzR9Shz3vRGpL5YP 2uulQ4wTZ7QwolMAEJam6bL9S3mPTe++0fBponzAzxwMnpH6u4uR22nyo8GTJOE1iCBj 2SjZbSzph8hfRkG97DzLi1avjOSfuWtSLkubirBVZrGYFzxwCmf6ahXIi6UW5Qg+jlC9 ZV7Q== X-Received: by 10.50.135.105 with SMTP id pr9mr4194457igb.6.1364850290881; Mon, 01 Apr 2013 14:04:50 -0700 (PDT) Received: from [192.168.1.34] (c-98-212-197-211.hsd1.il.comcast.net. [98.212.197.211]) by mx.google.com with ESMTPS id ih1sm4386365igc.3.2013.04.01.14.04.49 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 01 Apr 2013 14:04:50 -0700 (PDT) Message-ID: <5159F66B.2040600@gmail.com> Date: Mon, 01 Apr 2013 16:04:43 -0500 From: Joshua Isom User-Agent: Mozilla/5.0 (Windows NT 6.2; WOW64; rv:17.0) Gecko/20130307 Thunderbird/17.0.4 MIME-Version: 1.0 To: Adrian Chadd Subject: Re: ath not working after a motherboard and ram upgrade References: <515892C4.1060002@gmail.com> <5158b7db.897aec0a.42d0.ffffaac4@mx.google.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: "freebsd-wireless@freebsd.org" X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.14 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: Mon, 01 Apr 2013 21:04:51 -0000 I just tested it, the network problem's the same. On 4/1/2013 3:22 PM, Adrian Chadd wrote: > On 31 March 2013 15:24, Adrian Chadd wrote: >> The problem isn't contigmalloc, it's making sure that it gets bounced via >> the local 32 bits of address space right. >> >> I'll talk with other developers and see what the deal is with 64 bit address >> space for 32 bit nics. > > Please do an svn update in sys/dev/ath/ and rebuild. > > I've fixed something in the RX side. I haven't yet gone and fully > reviewed all the descriptor / buffer gymnastics on the TX side so it's > very possible things will stay broken until I do that. > > Thanks, > > > > Adrian >