From owner-svn-src-head@freebsd.org Sat Feb 25 03:20:07 2017 Return-Path: Delivered-To: svn-src-head@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 26B94CEB8C8; Sat, 25 Feb 2017 03:20:07 +0000 (UTC) (envelope-from cy.schubert@komquats.com) Received: from smtp-out-so.shaw.ca (smtp-out-so.shaw.ca [64.59.136.137]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "Client", Issuer "CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id CF2461ECD; Sat, 25 Feb 2017 03:20:06 +0000 (UTC) (envelope-from cy.schubert@komquats.com) Received: from spqr.komquats.com ([96.50.22.10]) by shaw.ca with SMTP id hStwcDZYysa1khStxc8mcy; Fri, 24 Feb 2017 20:20:05 -0700 X-Authority-Analysis: v=2.2 cv=W+NIbVek c=1 sm=1 tr=0 a=jvE2nwUzI0ECrNeyr98KWA==:117 a=jvE2nwUzI0ECrNeyr98KWA==:17 a=kj9zAlcOel0A:10 a=n2v9WMKugxEA:10 a=YxBL1-UpAAAA:8 a=6I5d2MoRAAAA:8 a=BWvPGDcYAAAA:8 a=2F5m3MzYjF7Il7eBOSIA:9 a=CjuIK1q_8ugA:10 a=Ia-lj3WSrqcvXOmTRaiG:22 a=IjZwj45LgO3ly-622nXo:22 a=pxhY87DP9d2VeQe4joPk:22 Received: from slippy.cwsent.com (slippy [10.1.1.91]) by spqr.komquats.com (Postfix) with ESMTPS id DC7BDF8; Fri, 24 Feb 2017 19:20:03 -0800 (PST) Received: from slippy (localhost [127.0.0.1]) by slippy.cwsent.com (8.15.2/8.15.2) with ESMTP id v1P3K3um004893; Fri, 24 Feb 2017 19:20:03 -0800 (PST) (envelope-from Cy.Schubert@cschubert.com) Message-Id: <201702250320.v1P3K3um004893@slippy.cwsent.com> X-Mailer: exmh version 2.8.0 04/21/2012 with nmh-1.6 Reply-to: Cy Schubert From: Cy Schubert X-os: FreeBSD X-Sender: cy@cwsent.com X-URL: http://www.cschubert.com/ To: Adrian Chadd cc: Cy Schubert , "src-committers@freebsd.org" , "svn-src-all@freebsd.org" , "svn-src-head@freebsd.org" Subject: Re: svn commit: r314192 - in head/sys: conf dev/iwm modules/iwm In-Reply-To: Message from Adrian Chadd of "Fri, 24 Feb 2017 07:39:32 -0800." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 24 Feb 2017 19:20:03 -0800 X-CMAE-Envelope: MS4wfKkc4IthUkTOFwHcFWEgrBoKcXBr6GOBnzAXsYZSHtl678LkQ3ICNMJwS4MUBw5Pwz/helpcHYbf4qAGwZ9vDTVARZqvgiddHnXSP1An/nuTWCaisZxt tMYtD8M2QbC/HtM33Tg0Mnm0dCtjG2iqClrQDvIO74214qlzwm7A0+TUFyk/EVmfyOKPXeNeeRLKv25iz2XwNDKEFOe++LKSFFotijCbjWfnQNJoc2rdGUCI 4XGPMJosMwD51Slj1T7H2IXWwDCVjwTJjgrxqhtpjIIvjWOLzBLRSyYH9LSJSzmT X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Feb 2017 03:20:07 -0000 Cool! Thanks. -- Cheers, Cy Schubert FreeBSD UNIX: Web: http://www.FreeBSD.org The need of the many outweighs the greed of the few. In message , Adrian Chadd writes: > Fixed! > > > -a > > > On 24 February 2017 at 06:10, Cy Schubert wrote: > > In message <201702240707.v1O77wAs011110@repo.freebsd.org>, Adrian Chadd > > writes: > >> Author: adrian > >> Date: Fri Feb 24 07:07:58 2017 > >> New Revision: 314192 > >> URL: https://svnweb.freebsd.org/changeset/base/314192 > >> > >> Log: > >> [iwm] Add support for Firmware paging, needed for newer 8000C firmware. > >> > >> * Uses the IWM_FW_PAGING_BLOCK_CMD firmware command to tell the firmware > >> what memory ranges to use for paging. > >> > >> Obtained from: dragonflybsd.git 8a5b199964f8e7bdb00039f0b48817a01b4 > 02f > >> 18 > >> > >> Modified: > >> head/sys/conf/files > >> head/sys/dev/iwm/if_iwm.c > >> head/sys/dev/iwm/if_iwm_debug.h > >> head/sys/dev/iwm/if_iwmreg.h > >> head/sys/dev/iwm/if_iwmvar.h > >> head/sys/modules/iwm/Makefile > > > > Looks like you forgot svn add. > > > > --- all_subdir_iwm --- > > make[4]: make[4]: don't know how to make if_iwm_fw.c. Stop > > > > make[4]: stopped in /opt/src/svn-current/sys/modules/iwm > > *** [all_subdir_iwm] Error code 2 > > > > make[3]: stopped in /opt/src/svn-current/sys/modules > > > > > > -- > > Cheers, > > Cy Schubert > > FreeBSD UNIX: Web: http://www.FreeBSD.org > > > > The need of the many outweighs the greed of the few. > > > > >