From owner-svn-src-all@freebsd.org Mon Feb 6 07:57:26 2017 Return-Path: Delivered-To: svn-src-all@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 A8063CD108C for ; Mon, 6 Feb 2017 07:57:26 +0000 (UTC) (envelope-from ed@nuxi.nl) Received: from mail-yw0-x229.google.com (mail-yw0-x229.google.com [IPv6:2607:f8b0:4002:c05::229]) (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 641A78E9 for ; Mon, 6 Feb 2017 07:57:26 +0000 (UTC) (envelope-from ed@nuxi.nl) Received: by mail-yw0-x229.google.com with SMTP id l19so44381772ywc.2 for ; Sun, 05 Feb 2017 23:57:26 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nuxi-nl.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=bex5ktrMozIXH/dXQhZd4HxxAriq/DXNav9QRUgctkY=; b=tvQcFs1UPPFySj/2O8b6A5zhEdAV47LgDP7nh7Zk4izwprsR+HdYd5N43Dp42CLKjl KirgU2fyy9dxcq59mD7W2bxDF3ZdSAvrbwdPP/oRSDov22L/2/hFKKxxnNb1/7jq38Ad jFZ9Dwz+pZt4TIbhAn37bhEPtogwL4TAaJKIBGyjVBrcLCiDTHBFGABEqGSI1elqkqpe qloYOXQDU93+BVNKZVXDe6o4wsgx5EtDpg3Czi4/ERu8SuRPJ23fIHG3jJvsBB996k/L qig3pT6kb1vv4wgmdKtnUPn1/yX1hqLsBBqTuD0bgE442+aA3b/rr0+SbnFXeEwhMmuH eRDQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=bex5ktrMozIXH/dXQhZd4HxxAriq/DXNav9QRUgctkY=; b=l81oLHwrlmAOLe04c2hhIHKK4c0zwibyGtkjvkNyEmP9dk/KsNEJOxlCcOaXuaPnla HroLKEzjXPOuXudaipfpw1i9fwb/cZS/rBPyK8kw5CSASoczH4dULGBVZBFgf7oYyVJS cSKhO9m1HoG1aK3xRXSoV2RFCIdbC0z4OaHtOP8bJN2/b3MciLGaFMuHnbFHdR8wtvzI Yw6BGC5fvdqeySWhbPQhXIzQmSOB6kUM47BO0mEotlxBLnRQp1+ZPN8lMHg8Z+H2QNm7 A48DQxa2mr/JO5kzGwJF0vtUm43SfW74+s8+F90kBJ6fR2zof171l1bUFcNL3lWrNXS2 yrDg== X-Gm-Message-State: AIkVDXL0RAJizf5K9Ix46CiwlAmIR7mPFE6I9Zj/wGYsV2T7lcM9uU/H04FZq/TVP6Y3Y6WUsgxGX+89Mj358Q== X-Received: by 10.129.110.133 with SMTP id j127mr5964516ywc.214.1486367845325; Sun, 05 Feb 2017 23:57:25 -0800 (PST) MIME-Version: 1.0 Received: by 10.129.52.76 with HTTP; Sun, 5 Feb 2017 23:56:54 -0800 (PST) In-Reply-To: <201702060527.v165R8bO083196@repo.freebsd.org> References: <201702060527.v165R8bO083196@repo.freebsd.org> From: Ed Schouten Date: Mon, 6 Feb 2017 08:56:54 +0100 Message-ID: Subject: Re: svn commit: r313322 - in head/sys: conf dev/iwm modules/iwm To: Adrian Chadd Cc: src-committers , svn-src-all@freebsd.org, svn-src-head@freebsd.org Content-Type: text/plain; charset=UTF-8 X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Feb 2017 07:57:26 -0000 Hi Adrian, 2017-02-06 6:27 GMT+01:00 Adrian Chadd : > Modified: head/sys/conf/files > ============================================================================== > --- head/sys/conf/files Mon Feb 6 05:27:05 2017 (r313321) > +++ head/sys/conf/files Mon Feb 6 05:27:07 2017 (r313322) > @@ -1882,6 +1882,7 @@ dev/iwm/if_iwm.c optional iwm > dev/iwm/if_iwm_binding.c optional iwm > dev/iwm/if_iwm_led.c optional iwm > dev/iwm/if_iwm_mac_ctxt.c optional iwm > +dev/netif/iwm/if_iwm_notif_wait.c optional iwm > dev/iwm/if_iwm_pcie_trans.c optional iwm > dev/iwm/if_iwm_phy_ctxt.c optional iwm > dev/iwm/if_iwm_phy_db.c optional iwm What's with the 'netif' part in the source file's name? The actual source file doesn't use it. -- Ed Schouten Nuxi, 's-Hertogenbosch, the Netherlands KvK-nr.: 62051717