Module Name: src Committed By: msaitoh Date: Tue Jan 5 11:49:32 UTC 2016
Modified Files: src/sys/dev/i2c: spdmem_i2c.c src/sys/dev/ic: spdmem.c spdmemvar.h Log Message: Check whether iic_exec is failed or not. - This change fixes a bug that a device that the checksum is really 0 fails attaching. - Reduce the number of access to one if a device doesn't exist. Without this change and iic(4) does polling, it'll wait long time. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/sys/dev/i2c/spdmem_i2c.c cvs rdiff -u -r1.20 -r1.21 src/sys/dev/ic/spdmem.c cvs rdiff -u -r1.10 -r1.11 src/sys/dev/ic/spdmemvar.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.