Module Name: src
Committed By: matt
Date: Wed Sep 10 06:50:13 UTC 2014
Modified Files:
src/sys/arch/evbarm/awin: awin_machdep.c
Log Message:
Remove hack disabling dma for awinmmc0 on cubietruck.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sys/arch/evbarm/awin/awin_machdep.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/evbarm/awin/awin_machdep.c
diff -u src/sys/arch/evbarm/awin/awin_machdep.c:1.6 src/sys/arch/evbarm/awin/awin_machdep.c:1.7
--- src/sys/arch/evbarm/awin/awin_machdep.c:1.6 Tue Sep 9 21:04:05 2014
+++ src/sys/arch/evbarm/awin/awin_machdep.c Wed Sep 10 06:50:13 2014
@@ -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 @@ awin_device_register(device_t self, void
prop_dictionary_set_cstring(dict,
"led-gpio", "status-led2");
}
- if (cubietruck_p)
- prop_dictionary_set_bool(dict, "dma", false);
return;
}