From owner-svn-src-stable@FreeBSD.ORG Sun Mar 1 05:25:41 2015 Return-Path: Delivered-To: svn-src-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A9CFD1D10; Sun, 1 Mar 2015 05:25:41 +0000 (UTC) Received: from mail-pd0-x230.google.com (mail-pd0-x230.google.com [IPv6:2607:f8b0:400e:c02::230]) (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 71BA79EA; Sun, 1 Mar 2015 05:25:41 +0000 (UTC) Received: by pdbft15 with SMTP id ft15so8749796pdb.11; Sat, 28 Feb 2015 21:25:41 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=UiaVok6ujR4r9YUWFjFuaQjuUyX7qryBmdeVrgLb2vI=; b=oxaylL7JxPRCO/s7HnY/Pc68gUz7OHY3fITiSoBgCKUyaGP8yR2UHYMEt8JmwENojZ Cg5rpjGcEhF9p9BwdI5LzYR4n6Wjhn5g0aCj959vR3fyN3Vec0CMv4r7P5dbFQzIXm4Y oB1jZLgD6bOxUJkXV9g9kNx/8CG5dWRMYfGuQStGETJP4XiQecjrwr63aG2cRbUUvg3N GXbOz4C81z8k7+/od7ZghxW0mekrXsQmWjrVvsB3A5ASBH98YCFWILvaLeC7Mjmbzg/a LFs9+lCqMDZH+v1om3XrKMOSV5UogALEftQVG1L18s76WYGYiBG17gaPk3X3fP/YxDmj wyeQ== X-Received: by 10.70.134.163 with SMTP id pl3mr36446498pdb.45.1425187541004; Sat, 28 Feb 2015 21:25:41 -0800 (PST) Received: from [192.168.1.69] (107-222-186-3.lightspeed.sntcca.sbcglobal.net. [107.222.186.3]) by mx.google.com with ESMTPSA id f8sm8212275pdm.68.2015.02.28.21.25.36 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 28 Feb 2015 21:25:39 -0800 (PST) Sender: Justin Hibbits Message-ID: <54F2A2D0.8060604@freebsd.org> Date: Sat, 28 Feb 2015 21:25:36 -0800 From: Justin Hibbits User-Agent: Mozilla/5.0 (X11; FreeBSD powerpc; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: Ryan Stone , Ryan Stone Subject: Re: svn commit: r279471 - stable/10/sys/dev/pci References: <201503010426.t214Qm0d000607@svn.freebsd.org> In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Cc: svn-src-stable@freebsd.org, "svn-src-all@freebsd.org" , "src-committers@freebsd.org" , svn-src-stable-10@freebsd.org X-BeenThere: svn-src-stable@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for all the -stable branches of the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Mar 2015 05:25:41 -0000 On 02/28/15 20:30, Ryan Stone wrote: > So I didn't get an MFC notice for this one (and I very nearly forgot > to MFC it, which would have been fairly disastrous for somebody :( ). > Is my understanding of the X-MFC-With: tag incorrect? I thought that > setting it would cause me to get a reminder at the same time as > r264011 > I think that's just a note to yourself. I've never gotten a notice when I use that, I just have to remember. - Justin