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 Fix up usb0drv for BPI



details:   https://anonhg.NetBSD.org/src/rev/0ced8894c94c
branches:  trunk
changeset: 332480:0ced8894c94c
user:      skrll <skrll%NetBSD.org@localhost>
date:      Tue Sep 23 15:02:08 2014 +0000

description:
Fix up usb0drv for BPI

diffstat:

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

diffs (27 lines):

diff -r 7ba7545be9a4 -r 0ced8894c94c sys/arch/evbarm/awin/awin_machdep.c
--- a/sys/arch/evbarm/awin/awin_machdep.c       Tue Sep 23 14:49:46 2014 +0000
+++ b/sys/arch/evbarm/awin/awin_machdep.c       Tue Sep 23 15:02:08 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: awin_machdep.c,v 1.11 2014/09/15 19:30:16 martin Exp $ */
+/*     $NetBSD: awin_machdep.c,v 1.12 2014/09/23 15:02:08 skrll 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.11 2014/09/15 19:30:16 martin Exp $");
+__KERNEL_RCSID(0, "$NetBSD: awin_machdep.c,v 1.12 2014/09/23 15:02:08 skrll Exp $");
 
 #include "opt_machdep.h"
 #include "opt_ddb.h"
@@ -591,7 +591,7 @@
                 */
                prop_dictionary_set_cstring(dict, "satapwren",
                    (cubietruck_p ? ">PH12" : ">PB8"));
-#if AWIN_board == AWIN_cubieboard || AWIN_board == AWIN_cubietruck
+#if AWIN_board == AWIN_cubieboard || AWIN_board == AWIN_cubietruck || AWIN_board == AWIN_bpi
                if (cubietruck_p) {
                        prop_dictionary_set_cstring(dict, "usb0drv", ">PH17");
                } else if (awin_chip_id() == AWIN_CHIP_ID_A20) {



Home | Main Index | Thread Index | Old Index