| On 18 Feb 2002 eeh@netbsd.org wrote:
| > if (id != AT76C651_CHIPID) {
| ^^^
| What is the defined byte ordering for i2c? Is there one? Since id is a
| int16_t, BE and LE machines will handle this bit differently...
There is no defined byte ordering for i2c. That is defined separately
by each device manufacturer.
Eduardo