Subject: Re: MI I^2C drivers
To: Ben Harris <bjh21@netbsd.org>
From: Ken Hornstein <kenh@cmf.nrl.navy.mil>
List: tech-kern
Date: 07/26/2000 13:50:08
>On the other hand, a real bus is likely to be awkward if you _do_ want to
>treat it as part of a device, since you don't want your I^2C EEPROM being
>a device in its own right (do you?).

I'm sure someone will correct me if I'm wrong, but I am under the impression
that a "real" bus is used for the MII/PHY interface found on most newer
Ethernet cards.  You could look at that code for an idea of how it works.

--Ken