Module Name: src Committed By: thorpej Date: Tue Jun 26 06:34:55 UTC 2018
Modified Files: src/sys/dev/i2c: at24cxx.c files.i2c i2c.c i2cvar.h Log Message: Remove the i2c "size" locator and corresponding property / attach arg. It was a hack meant only for EEPROMs, which have another way to specify size in the config directive ("flag" paramter), as well as a better way to detect size based on "compatible" string. To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 src/sys/dev/i2c/at24cxx.c cvs rdiff -u -r1.92 -r1.93 src/sys/dev/i2c/files.i2c cvs rdiff -u -r1.65 -r1.66 src/sys/dev/i2c/i2c.c cvs rdiff -u -r1.16 -r1.17 src/sys/dev/i2c/i2cvar.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.