Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Jan 2006 23:01:58 +0000 (UTC)
From:      Oleg Bulyzhin <oleg@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:  <200601172301.k0HN1wGI082272@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
oleg        2006-01-17 23:01:58 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/bge          if_bge.c if_bgereg.h 
  Log:
   - Count packets discarded by RX/TX MAC (cause of FIFO overflow, etc)
     as input/output interface errors.
   - Keep values of rx/tx discards & tx collisions inside struct bge_softc.
     So we can keep statistic across ifconfig down/up runs (cause bringing
     bge up will reset chip).
  
  Approved by:    glebius (mentor)
  MFC after:      1 week
  
  Revision  Changes    Path
  1.114     +30 -29    src/sys/dev/bge/if_bge.c
  1.44      +3 -0      src/sys/dev/bge/if_bgereg.h



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