Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Jun 2008 03:37:40 +0000 (UTC)
From:      Pyun YongHyeon <yongari@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/pci if_dc.c
Message-ID:  <200806190337.m5J3btHQ000732@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
yongari     2008-06-19 03:37:40 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    sys/pci              if_dc.c 
  Log:
  SVN rev 179867 on 2008-06-19 03:37:40Z by yongari
  
  MFC: r179647
  
  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.160.2.15  +15 -5     src/sys/pci/if_dc.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200806190337.m5J3btHQ000732>