Module Name: src Committed By: bouyer Date: Tue Apr 5 10:53:16 UTC 2016
Modified Files: src/sys/dev/i2c: ds1307.c ds1307reg.h Log Message: Fix DS1672 suppport: need to provide dm_ch_reg to avoid a KASSERT on write. For consistency set dm_ch_value too, even if it's unused. To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 src/sys/dev/i2c/ds1307.c cvs rdiff -u -r1.5 -r1.6 src/sys/dev/i2c/ds1307reg.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.