From owner-svn-src-head@freebsd.org Fri Feb 24 15:39:36 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 63EB1CEB382; Fri, 24 Feb 2017 15:39:36 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-wr0-x22d.google.com (mail-wr0-x22d.google.com [IPv6:2a00:1450:400c:c0c::22d]) (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 E5BECCD6; Fri, 24 Feb 2017 15:39:35 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: by mail-wr0-x22d.google.com with SMTP id g10so13726130wrg.2; Fri, 24 Feb 2017 07:39:35 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=eaNFLyQ7X0V1s6SF4hA0nH0HJs22caRWV4wTwnRsE9o=; b=HtFg99ad5d3oqWvfhZ0pM0exP5kTbS5KQz2sCGtLWUfY0EmtJ6HB3UIKFBKazd3/vg zYLsBU5datqcpuuxrBV97E/iG9bQusmEWkrw2b31uTAPieCkXntoH2LQg/WN81IWggqN rZkUNRSCypZx5qQG2vsFKo00kfYoHSo/hNrv6ilJ1WSGKJOGtb/7jWli+/9ki8aCn7gq X/eIXuj5Bwps9FyTUzn9b7bEr73exY8vfG06g/YGWOlrUhqlJH1Nngj3PkEE95rVeiwz iKg7WW7+OiBrGpiRo3ltN+XCjyf1TCXep0pSOedIGrc56KEJK3pQyAxcsOPvmEsnmIG3 2cbw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=eaNFLyQ7X0V1s6SF4hA0nH0HJs22caRWV4wTwnRsE9o=; b=l2q3Ot6Oe+yEswD1Ecg5QUyHhAk6PI1W8cCCeZNeF/DDAwUbxmABCDmOEXU/QD5Of0 sgunz3XT+DcyFCTvYZa6f+o8AXAwmlcsfcgqqPNzIa+qmmZ/AOxH7FQdV8kbdeB5lbJT km41mQu3fOIbujsA3tJAXLmBSImibCGcsIUa2reGBPVkWQbve1JV3qnwDfZUt3HB+ABY /ru9seqcS8h2SUIda2QDdcdBKu/zyIu9b0jLLVemw08COI09fiVkEcJ1RRKtwk8e64cU D/313qoIC2ZHr+rlCbVfmzfGUjYCGFTfuukLLi4W3R4YB6aA69UpkC+99AkTF13j7cde rl2g== X-Gm-Message-State: AMke39lQkU8ukwwQDE7Gm6Kfsjd99SmYAYjZeEyC5KEL2IFrR1HmtL2QeB80vfRxHtXgZmG+hu5LLIOzA7VKNw== X-Received: by 10.223.147.1 with SMTP id 1mr3073140wro.60.1487950773332; Fri, 24 Feb 2017 07:39:33 -0800 (PST) MIME-Version: 1.0 Sender: adrian.chadd@gmail.com Received: by 10.28.128.133 with HTTP; Fri, 24 Feb 2017 07:39:32 -0800 (PST) In-Reply-To: <201702241410.v1OEADdD023440@slippy.cwsent.com> References: <201702240707.v1O77wAs011110@repo.freebsd.org> <201702241410.v1OEADdD023440@slippy.cwsent.com> From: Adrian Chadd Date: Fri, 24 Feb 2017 07:39:32 -0800 X-Google-Sender-Auth: XUT7ffeNWWB7TZfsugrl1nT6HY8 Message-ID: Subject: Re: svn commit: r314192 - in head/sys: conf dev/iwm modules/iwm To: Cy Schubert Cc: "src-committers@freebsd.org" , "svn-src-all@freebsd.org" , "svn-src-head@freebsd.org" Content-Type: text/plain; charset=UTF-8 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: Fri, 24 Feb 2017 15:39:36 -0000 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 8a5b199964f8e7bdb00039f0b48817a01b402f >> 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. > >