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 <m...@freebsd.org> 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-...@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to