Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 Dec 2006 01:08:52 +0000 (UTC)
From:      Jung-uk Kim <jkim@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/bge if_bge.c if_bgereg.h
Message-ID:  <200612010108.kB118qxY020349@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jkim        2006-12-01 01:08:52 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/bge          if_bge.c if_bgereg.h 
  Log:
  Simplify statistics updates, remove redundant register reads, and add
  discarded RX packets to input error for BCM5705 or newer chipset as the others.
  Unfortunately we cannot do the same for output errors because ifOutDiscards
  equivalent register does not exist.  While I am here, replace misleading and
  wrong BGE_RX_STATS/BGE_TX_STATS with BGE_MAC_STATS.  They were reversed but
  worked accidently.
  
  Revision  Changes    Path
  1.153     +15 -23    src/sys/dev/bge/if_bge.c
  1.58      +4 -5      src/sys/dev/bge/if_bgereg.h



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