Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Dec 2008 02:48:41 +0000 (UTC)
From:      Pyun YongHyeon <yongari@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/dev/re if_re.c
Message-ID:  <200812080248.mB82mjv3021566@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
yongari     2008-12-08 02:48:41 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/re           if_re.c 
  Log:
  SVN rev 185756 on 2008-12-08 02:48:41Z by yongari
  
  Reduce spin wait time consumed in GMII register access routines.
  Waiting for 1ms for each GMII register access looks overkill and it
  may also decrease overall performance of driver because re(4)
  invokes mii_tick for every hz.
  
  Tested by:      rpaulo
  
  Revision  Changes    Path
  1.139     +2 -4      src/sys/dev/re/if_re.c



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