Rafal Jaworowski wrote:
> What is the reason the MAC address on the AT91 is written in the 2nd address
> register, leaving the first one out? Is there something particular about this?
>
> See cpu/arm920t/at91rm9200/ether.c, eth_init()
> ...
> p_mac->EMAC_SA2L = ...
> ...
>
> The reason I ask is t
> -Original Message-
> From: Rafal Jaworowski [mailto:[EMAIL PROTECTED]
> Sent: 12 February 2008 11:52
> To: Peter Pearse
> Cc: u-boot-users
> Subject: ARM AT91 Ethernet address register
>
> Hi Peter,
>
> What is the reason the MAC address on the AT91 is written in
> the 2nd address
Hi Peter,
What is the reason the MAC address on the AT91 is written in the 2nd address
register, leaving the first one out? Is there something particular about this?
See cpu/arm920t/at91rm9200/ether.c, eth_init()
...
p_mac->EMAC_SA2L = ...
...
The reason I ask is this may confuse OS driver if no