Module Name: src Committed By: macallan Date: Tue Sep 5 17:21:09 UTC 2017
Modified Files: src/sys/arch/macppc/dev: ki2c.c Log Message: first step to clean up & bus-spacification: - use i2c addresses with the direction bit shifted out in iic_exec and when attaching drivers so things attaching to iic* have a chance of working - add an empty i2c-devices prop_array_t to keep drivers we don't want from attaching to iic* - printf -> DPRINTF / aprint_* - usa mapiodev() for now to make this work on G5 To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/sys/arch/macppc/dev/ki2c.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.