Module Name: src
Committed By: phx
Date: Mon Feb 4 17:19:18 UTC 2013
Modified Files:
src/sys/dev/ic: msm6242breg.h
Log Message:
24h-mode is indicated by bit 2 of control register F.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/dev/ic/msm6242breg.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/dev/ic/msm6242breg.h
diff -u src/sys/dev/ic/msm6242breg.h:1.1 src/sys/dev/ic/msm6242breg.h:1.2
--- src/sys/dev/ic/msm6242breg.h:1.1 Wed Nov 14 01:52:48 2012
+++ src/sys/dev/ic/msm6242breg.h Mon Feb 4 17:19:17 2013
@@ -1,4 +1,4 @@
-/* $NetBSD: msm6242breg.h,v 1.1 2012/11/14 01:52:48 rkujawa Exp $ */
+/* $NetBSD: msm6242breg.h,v 1.2 2013/02/04 17:19:17 phx Exp $ */
/*-
* Copyright (c) 2012 The NetBSD Foundation, Inc.
@@ -59,7 +59,7 @@
#define MSM6242B_CONTROL_E 0xE
#define MSM6242B_CONTROL_F 0xF
-#define MSM6242B_CONTROL_F_24H __BIT(3)
+#define MSM6242B_CONTROL_F_24H __BIT(2)
#define MSM6242B_MASK 0xF /* 4 significant bits only */
#define MSM6242B_SIZE 0x10
@@ -67,4 +67,3 @@
#define MSM6242B_BASE_YEAR 1900
#endif /* _MSM6242BREG_H_ */
-