Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/i2c add VL flags



details:   https://anonhg.NetBSD.org/src/rev/a31e1755e7dc
branches:  trunk
changeset: 805669:a31e1755e7dc
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Sun Jan 11 18:56:54 2015 +0000

description:
add VL flags

diffstat:

 sys/dev/i2c/pcf8563reg.h |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 8788fb0e3dad -r a31e1755e7dc sys/dev/i2c/pcf8563reg.h
--- a/sys/dev/i2c/pcf8563reg.h  Sun Jan 11 18:05:36 2015 +0000
+++ b/sys/dev/i2c/pcf8563reg.h  Sun Jan 11 18:56:54 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pcf8563reg.h,v 1.1 2011/01/21 19:11:47 jakllsch Exp $  */
+/*     $NetBSD: pcf8563reg.h,v 1.2 2015/01/11 18:56:54 jmcneill Exp $  */
 
 /*
  * Jonathan Kollasch, 2011
@@ -42,6 +42,7 @@
 #define PCF8563_NREGS          0x10
 
 #define PCF8563_M_SECOND       0x7f
+#define PCF8563_M_VL           0x80
 #define PCF8563_M_MINUTE       0x7f
 #define PCF8563_M_HOUR         0x3f
 #define PCF8563_M_DAY          0x3f



Home | Main Index | Thread Index | Old Index