K 10 svn:author V 7 git2svn K 8 svn:date V 27 2021-12-22T07:00:57.020640Z K 7 svn:log V 548 rk_i2c: keep sending bytes until all bytes are sent Previously the code would decalre the transfer complete after sending first 31 bytes (plus the slave address) of a larger I2C write transfer. That was tested using a large write to an EEPROM with 32-byte write page size and a 2-byte address type. Such a transaction needed to send 34 bytes, 2 bytes for an offset and 32 bytes of actual data. (cherry picked from commit 7dc8a0e5dff4ad4c9c10442bef5228a91a98d5d6) Git Hash: 7d47f5aae8b3080858e5bad6379d2cb54d0d40a1 Git Author: avg@FreeBSD.org END