Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/arm/marvell Add comment 'Armada XP only' to 25MHz b...



details:   https://anonhg.NetBSD.org/src/rev/9e095561ef90
branches:  trunk
changeset: 793511:9e095561ef90
user:      kiyohara <kiyohara%NetBSD.org@localhost>
date:      Mon Feb 17 05:11:25 2014 +0000

description:
Add comment 'Armada XP only' to 25MHz bit.  Also it is documented to errata?

diffstat:

 sys/arch/arm/marvell/mvsoctmrreg.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 7bcb5612e11e -r 9e095561ef90 sys/arch/arm/marvell/mvsoctmrreg.h
--- a/sys/arch/arm/marvell/mvsoctmrreg.h        Mon Feb 17 05:05:46 2014 +0000
+++ b/sys/arch/arm/marvell/mvsoctmrreg.h        Mon Feb 17 05:11:25 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: mvsoctmrreg.h,v 1.3 2013/10/14 04:20:44 kiyohara Exp $ */
+/*     $NetBSD: mvsoctmrreg.h,v 1.4 2014/02/17 05:11:25 kiyohara Exp $ */
 /*
  * Copyright (c) 2007 KIYOHARA Takashi
  * All rights reserved.
@@ -43,6 +43,6 @@
 /* CPU Timers Control Register (MVSOCTMR_CTCR) */
 #define MVSOCTMR_CTCR_CPUTIMEREN(n)    (1 << ((n) * 2))
 #define MVSOCTMR_CTCR_CPUTIMERAUTO(n)  (1 << ((n) * 2 + 1))
-#define MVSOCTMR_CTCR_25MHZEN(n)       (1 << ((n) + 11))
+#define MVSOCTMR_CTCR_25MHZEN(n)       (1 << ((n) + 11)) /* Armada XP only */
 
 #endif /* !_MVSOCTMRREG_H_ */



Home | Main Index | Thread Index | Old Index