Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Nov 2010 19:54:44 +0000 (UTC)
From:      Pyun YongHyeon <yongari@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/dev/bge if_bge.c if_bgereg.h
Message-ID:  <201011081955.oA8Jt6cm000292@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
yongari     2010-11-08 19:54:44 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_7)
    sys/dev/bge          if_bge.c if_bgereg.h 
  Log:
  SVN rev 215000 on 2010-11-08 19:54:44Z by yongari
  
  MFC r214428:
    Add initial BCM5718 family support. The BCM5718 family includes
    the dual port BCM5717 and BCM5718 devices which are intended for
    mainstream workstation and entry-level server designs and
    represents the twelfth generation of NetXtreme Ethernet controllers.
    This family is the successor to the BCM5714/BCM5715 family and
    supports IPv4/IPv6 checksum offloading, TSO, VLAN hardware tagging,
    jumbo frames, MSI/MSIX, IOV, RSS and TSS.
  
    This change set supports all hardware features except IOV and
    RSS/TSS. Unlike its predecessors, only extended RX buffer
    descriptors can be posted to the jumbo producer ring. Single RX
    buffer descriptors for jumbo frame are not supported. RSS requires
    a more substantial set of changes and will apply to a larger set
    of NetXtreme devices so RSS/TSS multi-queue support will be
    implemented in a future releases.
  
    Special thanks to Broadcom who kindly sent a sample board to me
    and to davidch who gave provided the initial support code.
  
    Submitted by: davidch (initial version)
    HW donated by:        Broadcom
  
  Revision    Changes    Path
  1.198.2.61  +250 -67   src/sys/dev/bge/if_bge.c
  1.73.2.32   +40 -2     src/sys/dev/bge/if_bgereg.h



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