Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Apr 2010 02:35:46 +0000 (UTC)
From:      David Christensen <davidch@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/dev/bce if_bce.c if_bcereg.h
Message-ID:  <201004300236.o3U2aFtB019013@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
davidch     2010-04-30 02:35:46 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/bce          if_bce.c if_bcereg.h 
  Log:
  SVN rev 207411 on 2010-04-30 02:35:46Z by davidch
  
  - Enable flow control.
  - Print device details only when verbose boot is enabled.
  - Add debug output for shared memory access.
  - Add debug statistics (checksum offload & VLAN frame counters).
  - Modify TX path to update consumer index for each frame completed
    rather than updating the consumer index only once for a group of
    frames to improve small packet performance.
  - Print driver/firmware pulse messages only when verbose boot
    is enabled.
  - Add debug sysctl to clear statistics.
  - Fix more style(9) violations.
  
  MFC after:      2 weeks
  
  Revision  Changes    Path
  1.69      +643 -490  src/sys/dev/bce/if_bce.c
  1.31      +320 -302  src/sys/dev/bce/if_bcereg.h



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