Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Jun 2009 05:50:45 +0000 (UTC)
From:      Pyun YongHyeon <yongari@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/dev/msk if_msk.c if_mskreg.h
Message-ID:  <200906180551.n5I5p34E057780@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
yongari     2009-06-18 05:50:45 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_7)
    sys/dev/msk          if_msk.c if_mskreg.h 
  Log:
  SVN rev 194423 on 2009-06-18 05:50:45Z by yongari
  
  MFC r193298-193299:
  r193298:
    Add Rx checksum offloading support for Yukon FE+ and Yukon Extreme.
    These controllers use newer descriptor format and the new descriptor
    format uses status LE to indicate the status of checksum. Rx
    checksummed value used in previous controllers were very cryptic
    and I failed to understand how to use them. In addition most
    controllers in previous generations had Rx checksum offloading bug.
  
    While I'm here introduce a MSK_FLAG_NORX_CSUM flag to bypass
    checking Rx checksum offloading as Yukon FE+ A0 has status LE bug.
  
  r193299:
    Add Yukon Extreme device ids, 88E8071 and 88E8072.
    While I'm here correct description of 88E8070. 88E8070 is Yukon
    Extreme and have gigabit PHY.
  
  Revision   Changes    Path
  1.18.2.25  +61 -10    src/sys/dev/msk/if_msk.c
  1.6.2.15   +15 -1     src/sys/dev/msk/if_mskreg.h



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