dp83816 ethernet: support reading MAC address from EEPROM
Gary Thomas
gary@mlbassoc.com
Mon Jul 18 20:10:00 GMT 2005
On Mon, 2005-07-18 at 22:05 +0200, Andrew Lunn wrote:
> > -// Map a 32 bit host quantity to little endian
> > -unsigned long
> > -_h2le(unsigned long val)
> > -{
> > - unsigned long res;
> > - unsigned long *addr = &val;
> > - __asm__ __volatile__ ("lwbrx %0,0,%1" : "=r" (res) : "r" (addr), "m" (*addr));
> > - return res;
> > -}
> > -
> > -// Map a 32 bit little endian quantity to host representation
> > -unsigned long
> > -_le2h(unsigned long val)
> > -{
> > - unsigned long res;
> > - unsigned long *addr = &val;
> > - __asm__ __volatile__ ("lwbrx %0,0,%1" : "=r" (res) : "r" (addr), "m" (*addr));
> > - return res;
> > -}
> > -
> > // Align buffers on a cache boundary
> > #define RxBUFSIZE CYGNUM_DEVS_ETH_MOAB_DP83816_RxNUM*_DP83816_BUFSIZE
> > #define TxBUFSIZE CYGNUM_DEVS_ETH_MOAB_DP83816_TxNUM*_DP83816_BUFSIZE
>
> How about moving this into the PPC arch HAL. It can define a
> CYG_SWAP32 macro.
That's effectively what his patches have done (use the HAL support)
--
------------------------------------------------------------
Gary Thomas | Consulting for the
MLB Associates | Embedded world
------------------------------------------------------------
More information about the Ecos-patches
mailing list