Module Name: src Committed By: jdc Date: Tue Sep 24 18:04:53 UTC 2013
Modified Files: src/sys/dev/i2c: i2c.c src/sys/dev/ofw: ofw_subr.c Log Message: Add a property "i2c-indirect-config" to allow/disallow i2c indirect config. If missing, "allowed" is assumed. Set it to false for OFW machines. Patch from martin@. Removes erroneous i2c probe messages that appeared with wildcard support. To generate a diff of this commit: cvs rdiff -u -r1.41 -r1.42 src/sys/dev/i2c/i2c.c cvs rdiff -u -r1.21 -r1.22 src/sys/dev/ofw/ofw_subr.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.