From owner-freebsd-mips@FreeBSD.ORG Mon Jun 8 03:02:10 2015 Return-Path: Delivered-To: freebsd-mips@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BF913AC0 for ; Mon, 8 Jun 2015 03:02:10 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-ie0-x233.google.com (mail-ie0-x233.google.com [IPv6:2607:f8b0:4001:c03::233]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 852AE18B1 for ; Mon, 8 Jun 2015 03:02:10 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: by iesa3 with SMTP id a3so89615897ies.2 for ; Sun, 07 Jun 2015 20:02:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=1WgV2S5NuvkRp15UhO7mfVjvc6+cEB9ZQkW+MSiJhMI=; b=auWvv8NRzUF9FdwFveQIsEHb6jMfVwEI/VuaN4Z4qz5U5s+BdaQMNreyxbyaqQDMCi NflN7bTOE/Wulm0UFkUf+VvpLSeVzOwC+8cFz7dH91g/8Qzm61cBLIOE8AzW9cH/WLDt q3GqZ+8aEagCSGn8beafEB8gxoh3OCphzHcakkOo93dQHCC/oY2xA5kb36J48fgTDOJN TPjPTao7cAeGFWymGXOph6cuqwtjzJVVDs29AE4sna9mTLnrgdtDkaw1BzmHX+QZ0UTw XepPmBef/vYHZffL61SaSwwHUEwztqsagD5uspsmizWWMb2TF+Jnq9NZEb2PA58WWRyV U/jg== MIME-Version: 1.0 X-Received: by 10.42.176.8 with SMTP id bc8mr21232722icb.22.1433732529915; Sun, 07 Jun 2015 20:02:09 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.36.38.133 with HTTP; Sun, 7 Jun 2015 20:02:09 -0700 (PDT) In-Reply-To: References: <20150604190836.faa7547dddf44f410dd47712@eternamente.info> <20150605125525.19ab63f12c0319b037bcaf06@eternamente.info> <20150607000010.6f928a93f18a9bad788f8151@eternamente.info> <20150607210127.cfab1565ffed3a298ba791d0@eternamente.info> Date: Sun, 7 Jun 2015 20:02:09 -0700 X-Google-Sender-Auth: l9oX68sI4nQLMMqyiJNCHov10d0 Message-ID: Subject: Re: Updates to freebsd-wifi-build From: Adrian Chadd To: Nenhum_de_Nos Cc: "freebsd-mips@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-mips@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting FreeBSD to MIPS List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Jun 2015 03:02:10 -0000 Ok, I just added this to AR71XX_BASE: # For small memory footprints options VM_KMEM_SIZE_SCALE=1 You can add that and rebuild - you don't have to update -HEAD. Thanks, -a On 7 June 2015 at 19:56, Adrian Chadd wrote: > Ah, the key there is the mbufs message. Hm. I thought I committed a > fix for that. > > > > -a