Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/dev/ofw



Module Name:    src
Committed By:   jdc
Date:           Sun Feb  3 17:41:02 UTC 2013

Modified Files:
        src/sys/dev/ofw: ofw_subr.c

Log Message:
The i2c bus number (0 or 1) is encoded in bit 33 of the register for a node,
but we encode it in bit 8 of i2c_addr_t.  If bit 33 is set, unset it and
set bit 9 instead (we later shift by one bit).


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 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.




Home | Main Index | Thread Index | Old Index