Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/evbarm/awin map gmac_phy_power.gmac_phy_power_en to...



details:   https://anonhg.NetBSD.org/src/rev/4ac30a1ea648
branches:  trunk
changeset: 333178:4ac30a1ea648
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Wed Oct 22 11:11:40 2014 +0000

description:
map gmac_phy_power.gmac_phy_power_en to gmacpwren

diffstat:

 sys/arch/evbarm/awin/awin_machdep.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r 752c70dd5e43 -r 4ac30a1ea648 sys/arch/evbarm/awin/awin_machdep.c
--- a/sys/arch/evbarm/awin/awin_machdep.c       Wed Oct 22 10:33:27 2014 +0000
+++ b/sys/arch/evbarm/awin/awin_machdep.c       Wed Oct 22 11:11:40 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: awin_machdep.c,v 1.20 2014/10/22 00:24:52 jmcneill Exp $ */
+/*     $NetBSD: awin_machdep.c,v 1.21 2014/10/22 11:11:40 jmcneill Exp $ */
 
 /*
  * Machine dependent functions for kernel setup for TI OSK5912 board.
@@ -125,7 +125,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: awin_machdep.c,v 1.20 2014/10/22 00:24:52 jmcneill Exp $");
+__KERNEL_RCSID(0, "$NetBSD: awin_machdep.c,v 1.21 2014/10/22 11:11:40 jmcneill Exp $");
 
 #include "opt_machdep.h"
 #include "opt_ddb.h"
@@ -777,6 +777,7 @@
                { "status-led4",        "leds_para", "leds_pin_4" },
                { "mmc0detect",         "mmc0_para", "sdc_det" },
                { "audiopactrl",        "audio_para", "audio_pa_ctrl" },
+               { "gmacpwren",          "gmac_phy_power", "gmac_phy_power_en" },
        };
        unsigned int n;
 



Home | Main Index | Thread Index | Old Index