cvs commit: src/sys/dev/dc if_dc.c

Pyun YongHyeon yongari at FreeBSD.org
Sun Jun 8 02:52:36 UTC 2008


yongari     2008-06-08 02:52:26 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/dc           if_dc.c 
  Log:
  SVN rev 179647 on 2008-06-08 02:52:26Z by yongari
  
  Ethernet hardware address stored in DC_AL_PAR0/DC_AL_PAR1 register
  is in little endian form. Likewise setting DC_AL_PAR0/DC_AL_PAR1
  register expect the address to be in little endian form. For big
  endian architectures the address should be swapped to get correct
  one.
  Change setting/getting ethernet hardware address to big endian
  architecture frendly.
  
  Reported by:    Robert Murillo ( billypilgrim782001 at yahoo dot com )
  Tested by:      Robert Murillo ( billypilgrim782001 at yahoo dot com )
  
  Revision  Changes    Path
  1.195     +14 -6     src/sys/dev/dc/if_dc.c


More information about the cvs-all mailing list