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 Remove hack disabling dma for awinmmc0 ...
details: https://anonhg.NetBSD.org/src/rev/2d51654c3a2d
branches: trunk
changeset: 332182:2d51654c3a2d
user: matt <matt%NetBSD.org@localhost>
date: Wed Sep 10 06:50:13 2014 +0000
description:
Remove hack disabling dma for awinmmc0 on cubietruck.
diffstat:
sys/arch/evbarm/awin/awin_machdep.c | 6 ++----
1 files changed, 2 insertions(+), 4 deletions(-)
diffs (27 lines):
diff -r 09650d20c9a7 -r 2d51654c3a2d sys/arch/evbarm/awin/awin_machdep.c
--- a/sys/arch/evbarm/awin/awin_machdep.c Wed Sep 10 05:03:50 2014 +0000
+++ b/sys/arch/evbarm/awin/awin_machdep.c Wed Sep 10 06:50:13 2014 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: awin_machdep.c,v 1.6 2014/09/09 21:04:05 jmcneill Exp $ */
+/* $NetBSD: awin_machdep.c,v 1.7 2014/09/10 06:50:13 matt 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.6 2014/09/09 21:04:05 jmcneill Exp $");
+__KERNEL_RCSID(0, "$NetBSD: awin_machdep.c,v 1.7 2014/09/10 06:50:13 matt Exp $");
#include "opt_machdep.h"
#include "opt_ddb.h"
@@ -660,8 +660,6 @@
prop_dictionary_set_cstring(dict,
"led-gpio", "status-led2");
}
- if (cubietruck_p)
- prop_dictionary_set_bool(dict, "dma", false);
return;
}
Home |
Main Index |
Thread Index |
Old Index