PERFORCE change 103392 for review

Warner Losh imp at FreeBSD.org
Mon Aug 7 19:22:32 UTC 2006


http://perforce.freebsd.org/chv.cgi?CH=103392

Change 103392 by imp at imp_bugs on 2006/08/07 19:22:07

	Disable any pending watchdog timer in attach.

Affected files ...

.. //depot/projects/arm/src/sys/arm/at91/at91_st.c#11 edit

Differences ...

==== //depot/projects/arm/src/sys/arm/at91/at91_st.c#11 (text+ko) ====

@@ -108,6 +108,8 @@
 	WR4(ST_RTMR, 1);
 	/* Disable all interrupts */
 	WR4(ST_IDR, 0xffffffff);
+	/* disable watchdog timer */
+	WR4(ST_WDMR, 0);
 	return (0);
 }
 


More information about the p4-projects mailing list