[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: LanceGS vs. Uther?
Oliver Schmidt <ol.sc@web.de> wrote:
> - It has a unique MAC address that the driver _CAN_ read from the
> hardware and use for network I/O. The Contiki driver however doesn't
> do so because of the complexity of the process.
The Uther card may not have a hard coded MAC address, but depending on
what you use to interface with it, you can create any MAC address you
like.
The Uthernet Link Layer for Marinetti, lets you change the LSB of the
MAC address, but only because we decided that was the most practical
thing to do. In fact the entire address can be changed from software by
patching the driver.
Does this make it better than the LanceGS, I am not sure, but if you can
patch the Uthernet LL, you could patch Contiki.
Ewen