Subject: Re: New i2c framework
To: None <eeh@netbsd.org, wrstuden@netbsd.org>
From: None <eeh@netbsd.org>
List: tech-kern
Date: 02/19/2002 16:33:43
| 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