From owner-svn-src-head@FreeBSD.ORG Fri Apr 24 20:40:04 2015 Return-Path: Delivered-To: svn-src-head@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 19813AA4; Fri, 24 Apr 2015 20:40:04 +0000 (UTC) Received: from bigwig.baldwin.cx (bigwig.baldwin.cx [IPv6:2001:470:1f11:75::1]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E87F51024; Fri, 24 Apr 2015 20:40:03 +0000 (UTC) Received: from ralph.baldwin.cx (pool-173-54-116-245.nwrknj.fios.verizon.net [173.54.116.245]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id E8D97B923; Fri, 24 Apr 2015 16:40:02 -0400 (EDT) From: John Baldwin To: Garrett Cooper Cc: "src-committers@freebsd.org" , "svn-src-all@freebsd.org" , "svn-src-head@freebsd.org" Subject: Re: svn commit: r281932 - head/sys/modules/oce Date: Fri, 24 Apr 2015 16:40:01 -0400 Message-ID: <10317438.JIgLtq45SY@ralph.baldwin.cx> User-Agent: KMail/4.14.2 (FreeBSD/10.1-STABLE; KDE/4.14.2; amd64; ; ) In-Reply-To: <7CA7DCFB-65E7-49FC-9717-FFD26F12F6B9@gmail.com> References: <201504241447.t3OElsmu026704@svn.freebsd.org> <7CA7DCFB-65E7-49FC-9717-FFD26F12F6B9@gmail.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (bigwig.baldwin.cx); Fri, 24 Apr 2015 16:40:03 -0400 (EDT) X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.20 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 Apr 2015 20:40:04 -0000 On Friday, April 24, 2015 01:29:32 PM Garrett Cooper wrote: > > > On Apr 24, 2015, at 07:47, John Baldwin wrote: > > > > Author: jhb > > Date: Fri Apr 24 14:47:53 2015 > > New Revision: 281932 > > URL: https://svnweb.freebsd.org/changeset/base/281932 > > > > Log: > > Rename the kld for oce(4) to if_oce.ko. ifconfig(8) has special knowledge > > about kld filenames for network drivers that requires them to follow the > > pattern of if_. This also fixes the existing documentation in the > > manpage which says to use if_oce_load=YES in loader.conf. > > > > PR: 199095 > > MFC after: 1 week > > Does this deserve relnotes? Not sure, possibly. I guess one should err on the side of caution and note it. -- John Baldwin