Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/evbarm/conf enable the watch dog
details: https://anonhg.NetBSD.org/src/rev/b675ab570db5
branches: trunk
changeset: 342270:b675ab570db5
user: marty <marty%NetBSD.org@localhost>
date: Mon Dec 14 00:00:22 2015 +0000
description:
enable the watch dog
This will work only if the patch to sysmon_wdog.c to convert it to
MODULE_CLASS_DRIVER is installed. Symptom of failure is a crash in
lockdebug because of an uninitialized mutex.
diffstat:
sys/arch/evbarm/conf/ODROID-XU4 | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (19 lines):
diff -r 3d7786764037 -r b675ab570db5 sys/arch/evbarm/conf/ODROID-XU4
--- a/sys/arch/evbarm/conf/ODROID-XU4 Sun Dec 13 23:32:52 2015 +0000
+++ b/sys/arch/evbarm/conf/ODROID-XU4 Mon Dec 14 00:00:22 2015 +0000
@@ -1,5 +1,5 @@
#
-# $NetBSD: ODROID-XU4,v 1.3 2015/12/06 00:31:24 marty Exp $
+# $NetBSD: ODROID-XU4,v 1.4 2015/12/14 00:00:22 marty Exp $
#
# ODROID-XU -- ODROID-XU4 Exynos5422 based kernel
#
@@ -207,7 +207,7 @@
sscom2 at exyo0 port 2 # UART2
# Exynos Watchdog Timer
-#exyowdt0 at exyo0 # watchdog
+exyowdt0 at exyo0 # watchdog
# GPIO
exyogpio0 at exyo0
Home |
Main Index |
Thread Index |
Old Index