Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/evbarm/cubie sdhc -> awinmmc



details:   https://anonhg.NetBSD.org/src/rev/1dc07343eeb2
branches:  trunk
changeset: 327024:1dc07343eeb2
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Wed Feb 26 00:12:21 2014 +0000

description:
sdhc -> awinmmc

diffstat:

 sys/arch/evbarm/cubie/cubie_machdep.c |  11 +++--------
 1 files changed, 3 insertions(+), 8 deletions(-)

diffs (39 lines):

diff -r 3ed233fa98a6 -r 1dc07343eeb2 sys/arch/evbarm/cubie/cubie_machdep.c
--- a/sys/arch/evbarm/cubie/cubie_machdep.c     Tue Feb 25 23:15:43 2014 +0000
+++ b/sys/arch/evbarm/cubie/cubie_machdep.c     Wed Feb 26 00:12:21 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: cubie_machdep.c,v 1.10 2014/01/30 00:08:46 matt Exp $ */
+/*     $NetBSD: cubie_machdep.c,v 1.11 2014/02/26 00:12:21 jmcneill Exp $ */
 
 /*
  * Machine dependent functions for kernel setup for TI OSK5912 board.
@@ -125,7 +125,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: cubie_machdep.c,v 1.10 2014/01/30 00:08:46 matt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: cubie_machdep.c,v 1.11 2014/02/26 00:12:21 jmcneill Exp $");
 
 #include "opt_machdep.h"
 #include "opt_ddb.h"
@@ -136,7 +136,6 @@
 #include "opt_allwinner.h"
 
 #include "com.h"
-#include "sdhc.h"
 #include "ukbd.h"
 
 #include <sys/param.h>
@@ -569,11 +568,7 @@
                return;
        }
 
-       if (device_is_a(self, "sdhc")) {
-#if 0
-               prop_dictionary_set_uint32(dict, "clkmask", 0);
-               prop_dictionary_set_bool(dict, "8bit", true);
-#endif
+       if (device_is_a(self, "awinmmc")) {
                return;
        }
 



Home | Main Index | Thread Index | Old Index