Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Nov 2009 19:54:32 +0000 (UTC)
From:      Pyun YongHyeon <yongari@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/dev/msk if_msk.c
Message-ID:  <200911291954.nATJsowF009558@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
yongari     2009-11-29 19:54:32 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_8)
    sys/dev/msk          if_msk.c 
  Log:
  SVN rev 199932 on 2009-11-29 19:54:32Z by yongari
  
  MFC 198996-198997.
  r198996:
    Remove unnecessary header file.
  
  r198997:
    It's normal to see Rx FIFO overruns under high network load and
    showing the message creates other side-effects. Remove the Rx
    FIFO overrun message in interrupt handler. msk(4) should recover
    from the FIFO overruns without any user intervention. Users can
    still check the Rx FIFO overrun counter from MAC MIB statistics
    maintained in driver(dev.msk.0.stats.rx.overflows).
  
  Revision  Changes    Path
  1.64.2.7  +1 -4      src/sys/dev/msk/if_msk.c



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