Module Name: src
Committed By: matt
Date: Sat Sep 7 03:34:20 UTC 2013
Modified Files:
src/sys/arch/evbarm/cubie: cubie_machdep.c
Log Message:
Fix comment.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/evbarm/cubie/cubie_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/cubie/cubie_machdep.c
diff -u src/sys/arch/evbarm/cubie/cubie_machdep.c:1.4 src/sys/arch/evbarm/cubie/cubie_machdep.c:1.5
--- src/sys/arch/evbarm/cubie/cubie_machdep.c:1.4 Sat Sep 7 00:31:10 2013
+++ src/sys/arch/evbarm/cubie/cubie_machdep.c Sat Sep 7 03:34:20 2013
@@ -1,4 +1,4 @@
-/* $NetBSD: cubie_machdep.c,v 1.4 2013/09/07 00:31:10 matt Exp $ */
+/* $NetBSD: cubie_machdep.c,v 1.5 2013/09/07 03:34:20 matt Exp $ */
/*
* Machine dependent functions for kernel setup for TI OSK5912 board.
@@ -125,7 +125,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: cubie_machdep.c,v 1.4 2013/09/07 00:31:10 matt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: cubie_machdep.c,v 1.5 2013/09/07 03:34:20 matt Exp $");
#include "opt_machdep.h"
#include "opt_ddb.h"
@@ -506,8 +506,8 @@ cubie_device_register(device_t self, voi
#if defined(CPU_CORTEXA7) || defined(CPU_CORTEXA15)
if (device_is_a(self, "armgtmr")) {
/*
- * The frequency of the generic timer was figured out when
- * determined the cpu frequency.
+ * The frequency of the generic timer is the reference
+ * frequency.
*/
prop_dictionary_set_uint32(dict, "frequency", AWIN_REF_FREQ);
}