Module Name: src Committed By: jmcneill Date: Sun Jan 11 18:56:54 UTC 2015
Modified Files: src/sys/dev/i2c: pcf8563reg.h Log Message: add VL flags To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/dev/i2c/pcf8563reg.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/i2c/pcf8563reg.h diff -u src/sys/dev/i2c/pcf8563reg.h:1.1 src/sys/dev/i2c/pcf8563reg.h:1.2 --- src/sys/dev/i2c/pcf8563reg.h:1.1 Fri Jan 21 19:11:47 2011 +++ src/sys/dev/i2c/pcf8563reg.h Sun Jan 11 18:56:54 2015 @@ -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