Re: svn commit: r267021 - in head/sys: arm/broadcom/bcm2835 arm/ti boot/fdt/dts/arm

2014-06-03 Thread John-Mark Gurney
Luiz Otavio O Souza wrote this message on Tue, Jun 03, 2014 at 19:24 +: > Author: loos > Date: Tue Jun 3 19:24:53 2014 > New Revision: 267021 > URL: http://svnweb.freebsd.org/changeset/base/267021 > > Log: > FreeBSD, historically, has always used 8-bit addresses for i2c devices > (7-bit d

svn commit: r267021 - in head/sys: arm/broadcom/bcm2835 arm/ti boot/fdt/dts/arm

2014-06-03 Thread Luiz Otavio O Souza
Author: loos Date: Tue Jun 3 19:24:53 2014 New Revision: 267021 URL: http://svnweb.freebsd.org/changeset/base/267021 Log: FreeBSD, historically, has always used 8-bit addresses for i2c devices (7-bit device address << 1), always leaving the room for the read/write bit. This commit conver