Re: [U-Boot-Users] ARM AT91 Ethernet address register

2008-02-14 Thread Rafal Jaworowski
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

Re: [U-Boot-Users] ARM AT91 Ethernet address register

2008-02-12 Thread Peter Pearse
> -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

[U-Boot-Users] ARM AT91 Ethernet address register

2008-02-12 Thread Rafal Jaworowski
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