https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=258994
--- Comment #5 from alydi...@yahoo.com --- on i2c(8), i also adjusted the parsing of offset. Seems LSB is being sent first. I need MSB first. off.off16 = (((uint16_t)i2c_opt.off << 8) & 0xff00) | (((uint16_t)i2c_opt.off >> 8) & 0x00ff); -- You are receiving this mail because: You are the assignee for the bug.