From owner-svn-src-head@freebsd.org Sun Mar 12 09:05:44 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 EAB03D07810; Sun, 12 Mar 2017 09:05:44 +0000 (UTC) (envelope-from ronald-lists@klop.ws) Received: from smarthost1.greenhost.nl (smarthost1.greenhost.nl [195.190.28.81]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B6F9B1904; Sun, 12 Mar 2017 09:05:44 +0000 (UTC) (envelope-from ronald-lists@klop.ws) Received: from smtp.greenhost.nl ([213.108.104.138]) by smarthost1.greenhost.nl with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.84_2) (envelope-from ) id 1cmzRZ-0007hM-6L; Sun, 12 Mar 2017 10:05:37 +0100 Content-Type: text/plain; charset=utf-8; format=flowed; delsp=yes To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org, "Emmanuel Vadot" Subject: Re: svn commit: r315141 - head/sys/mips/conf References: <201703120709.v2C79p2H008242@repo.freebsd.org> Date: Sun, 12 Mar 2017 10:05:36 +0100 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: "Ronald Klop" Message-ID: In-Reply-To: <201703120709.v2C79p2H008242@repo.freebsd.org> User-Agent: Opera Mail/12.16 (FreeBSD) X-Authenticated-As-Hash: 398f5522cb258ce43cb679602f8cfe8b62a256d1 X-Virus-Scanned: by clamav at smarthost1.samage.net X-Spam-Level: / X-Spam-Score: -0.2 X-Spam-Status: No, score=-0.2 required=5.0 tests=ALL_TRUSTED, BAYES_50 autolearn=disabled version=3.4.0 X-Scan-Signature: 96329e479c93ffb0716cf569fedf443d 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: Sun, 12 Mar 2017 09:05:45 -0000 Hi, Your commit message shows in English what the diff already shows: the 'what changed'. IMHO it would add more value to the commit message to describe the 'why it changed'. What are your ideas about that? Regards, Ronald. On Sun, 12 Mar 2017 08:09:51 +0100, Emmanuel Vadot wrote: > Author: manu > Date: Sun Mar 12 07:09:50 2017 > New Revision: 315141 > URL: https://svnweb.freebsd.org/changeset/base/315141 > > Log: > Use 'options EXT_RESOURCES' instead of 'device ext_resources' for FDT > enabled > MIPS kernel config. > > Modified: > head/sys/mips/conf/JZ4780 > head/sys/mips/conf/MT7620A_FDT > head/sys/mips/conf/MT7620N_FDT > head/sys/mips/conf/MT7621_FDT > head/sys/mips/conf/MT7628_FDT > head/sys/mips/conf/RT3050_FDT > head/sys/mips/conf/RT3352_FDT > head/sys/mips/conf/RT3883_FDT > head/sys/mips/conf/RT5350_FDT > head/sys/mips/conf/X1000 > > Modified: head/sys/mips/conf/JZ4780 > ============================================================================== > --- head/sys/mips/conf/JZ4780 Sun Mar 12 06:20:28 2017 (r315140) > +++ head/sys/mips/conf/JZ4780 Sun Mar 12 07:09:50 2017 (r315141) > @@ -71,7 +71,7 @@ device fdt_pinctrl > device clk > device regulator > -device ext_resources > +options EXT_RESOURCES > device gpio > > Modified: head/sys/mips/conf/MT7620A_FDT > ============================================================================== > --- head/sys/mips/conf/MT7620A_FDT Sun Mar 12 06:20:28 2017 (r315140) > +++ head/sys/mips/conf/MT7620A_FDT Sun Mar 12 07:09:50 2017 (r315141) > @@ -73,5 +73,5 @@ device bpf > device if_bridge > # Extres > -device ext_resources > +options EXT_RESOURCES > device clk > > Modified: head/sys/mips/conf/MT7620N_FDT > ============================================================================== > --- head/sys/mips/conf/MT7620N_FDT Sun Mar 12 06:20:28 2017 (r315140) > +++ head/sys/mips/conf/MT7620N_FDT Sun Mar 12 07:09:50 2017 (r315141) > @@ -70,5 +70,5 @@ device bpf > device if_bridge > # Extres > -device ext_resources > +options EXT_RESOURCES > device clk > > Modified: head/sys/mips/conf/MT7621_FDT > ============================================================================== > --- head/sys/mips/conf/MT7621_FDT Sun Mar 12 06:20:28 2017 (r315140) > +++ head/sys/mips/conf/MT7621_FDT Sun Mar 12 07:09:50 2017 (r315141) > @@ -69,5 +69,5 @@ device bpf > device if_bridge > # Extres > -device ext_resources > +options EXT_RESOURCES > device clk > > Modified: head/sys/mips/conf/MT7628_FDT > ============================================================================== > --- head/sys/mips/conf/MT7628_FDT Sun Mar 12 06:20:28 2017 (r315140) > +++ head/sys/mips/conf/MT7628_FDT Sun Mar 12 07:09:50 2017 (r315141) > @@ -72,5 +72,5 @@ device bpf > device if_bridge > # Extres > -device ext_resources > +options EXT_RESOURCES > device clk > > Modified: head/sys/mips/conf/RT3050_FDT > ============================================================================== > --- head/sys/mips/conf/RT3050_FDT Sun Mar 12 06:20:28 2017 (r315140) > +++ head/sys/mips/conf/RT3050_FDT Sun Mar 12 07:09:50 2017 (r315141) > @@ -74,5 +74,5 @@ device bpf > device if_bridge > # Extres > -device ext_resources > +options EXT_RESOURCES > device clk > > Modified: head/sys/mips/conf/RT3352_FDT > ============================================================================== > --- head/sys/mips/conf/RT3352_FDT Sun Mar 12 06:20:28 2017 (r315140) > +++ head/sys/mips/conf/RT3352_FDT Sun Mar 12 07:09:50 2017 (r315141) > @@ -70,5 +70,5 @@ device bpf > device if_bridge > # Extres > -device ext_resources > +options EXT_RESOURCES > device clk > > Modified: head/sys/mips/conf/RT3883_FDT > ============================================================================== > --- head/sys/mips/conf/RT3883_FDT Sun Mar 12 06:20:28 2017 (r315140) > +++ head/sys/mips/conf/RT3883_FDT Sun Mar 12 07:09:50 2017 (r315141) > @@ -74,7 +74,7 @@ device bpf > device if_bridge > # Extres > -device ext_resources > +options EXT_RESOURCES > device clk > # For now there's no etherswitch support for RT3662/RT3883 > > Modified: head/sys/mips/conf/RT5350_FDT > ============================================================================== > --- head/sys/mips/conf/RT5350_FDT Sun Mar 12 06:20:28 2017 (r315140) > +++ head/sys/mips/conf/RT5350_FDT Sun Mar 12 07:09:50 2017 (r315141) > @@ -70,5 +70,5 @@ device bpf > device if_bridge > # Extres > -device ext_resources > +options EXT_RESOURCES > device clk > > Modified: head/sys/mips/conf/X1000 > ============================================================================== > --- head/sys/mips/conf/X1000 Sun Mar 12 06:20:28 2017 (r315140) > +++ head/sys/mips/conf/X1000 Sun Mar 12 07:09:50 2017 (r315141) > @@ -68,7 +68,7 @@ device fdt_pinctrl > device clk > device regulator > -device ext_resources > +options EXT_RESOURCES > device gpio > _______________________________________________ > svn-src-all@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/svn-src-all > To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"