Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Sep 2005 21:23:50 +0000 (UTC)
From:      Marius Strobl <marius@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/gem if_gem.c
Message-ID:  <200509142123.j8ELNpGe098941@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
marius      2005-09-14 21:23:50 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    sys/dev/gem          if_gem.c 
  Log:
  MFC:    1.34
  
  - Allow for VLAN-sized frames and set IFCAP_VLAN_MTU.
  - On resume all registers have to be initialized again like after
    power-on so reset sc_inited in gem_suspend() in order get all of
    the registers set next time gem_init_regs() is called.
  - On at least some ERI and GEM revisions GEM_MAC_RX_OVERFLOW happen
    often due to a silicon bug and re-initializing is all we can do
    about these errors so make handling them non-verbose.
  - Remove a superfluous memset(3) call in gem_meminit(), all elements
    are initialized to 0 anyway.
  
  Approved by:    re (scottl)
  
  Revision  Changes    Path
  1.29.2.4  +23 -8     src/sys/dev/gem/if_gem.c



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