Module Name:    src
Committed By:   kiyohara
Date:           Mon Oct 14 04:20:44 UTC 2013

Modified Files:
        src/sys/arch/arm/marvell: mvsoctmrreg.h

Log Message:
Add timer 2 and 3 for Discovery Innovation.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/arm/marvell/mvsoctmrreg.h

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/arm/marvell/mvsoctmrreg.h
diff -u src/sys/arch/arm/marvell/mvsoctmrreg.h:1.2 src/sys/arch/arm/marvell/mvsoctmrreg.h:1.3
--- src/sys/arch/arm/marvell/mvsoctmrreg.h:1.2	Wed May  1 12:45:31 2013
+++ src/sys/arch/arm/marvell/mvsoctmrreg.h	Mon Oct 14 04:20:44 2013
@@ -1,4 +1,4 @@
-/*	$NetBSD: mvsoctmrreg.h,v 1.2 2013/05/01 12:45:31 rkujawa Exp $	*/
+/*	$NetBSD: mvsoctmrreg.h,v 1.3 2013/10/14 04:20:44 kiyohara Exp $	*/
 /*
  * Copyright (c) 2007 KIYOHARA Takashi
  * All rights reserved.
@@ -37,6 +37,8 @@
 #define MVSOCTMR_TIMER0		0
 #define MVSOCTMR_TIMER1		1
 #define MVSOCTMR_WATCHDOG	2
+#define MVSOCTMR_TIMER2		4	/* Discovery Innovation only */
+#define MVSOCTMR_TIMER3		5	/* Discovery Innovation only */
 
 /* CPU Timers Control Register (MVSOCTMR_CTCR) */
 #define MVSOCTMR_CTCR_CPUTIMEREN(n)	(1 << ((n) * 2))

Reply via email to