Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 Sep 2010 17:51:41 +0000 (UTC)
From:      Pyun YongHyeon <yongari@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/dev/sis if_sis.c
Message-ID:  <201009021751.o82Hppcu019069@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
yongari     2010-09-02 17:51:41 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/sis          if_sis.c 
  Log:
  SVN rev 212156 on 2010-09-02 17:51:41Z by yongari
  
  Fix the last endianness issue on handling station address which
  prevented driver from working on big-endian machines. Also rewrite
  station address programming to make it work on strict-alignment
  architectures. With this change, sis(4) now works on sparc64 and
  performance number looks good even though sis(4) have to apply
  fixup code to align received frames on 2 bytes boundary on sparc64.
  
  Revision  Changes    Path
  1.22      +14 -13    src/sys/dev/sis/if_sis.c



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