On Tue, 2009-02-03 at 16:14 +0000, John Baldwin wrote: > Author: jhb > Date: Tue Feb 3 16:14:37 2009 > New Revision: 188077 > URL: http://svn.freebsd.org/changeset/base/188077 > > Log: > - Change ichsmb(4) to follow the format of all the other smbus controllers > for slave addressing by using left-adjusted slave addresses (i.e. > xxxxxxx0b).
Thank you! This is kern/100513 (although the PR believed that ichsmb was the correct one, not the one at fault). >From my experience, the way FreeBSD now do it seems to be the "more standard" way, in that I2C datasheets usually give the xxxxxxx0b address as the device address, however NetBSD (at least) seems to use the address in the MSB=0 form. I suspect this is probably worth documenting explicitly somewhere. Gavin _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"