Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 May 2007 23:34:11 +0000 (UTC)
From:      David Christensen <davidch@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/bce if_bce.c if_bcefw.h if_bcereg.h
Message-ID:  <200705162334.l4GNYBVD080437@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
davidch     2007-05-16 23:34:11 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/bce          if_bce.c if_bcefw.h if_bcereg.h 
  Log:
  - Added TSO support
  - Updated firmware to latest release (v3.4.8) to fix TSO + jumbo frame lockup
  - Added MSI (hw.bce.msi_enable) and TSO (hw.bce.tso_enable) sysctls
  - Fixed kernel panic when MSI is used and module is unloaded
  - Added several new debug routines
  - Removed slack space for RX/TX chains since it only covers sloppy coding
  - Fixed a potential problem when programming jumbo MTU size in hardware
  - Various other comment changes
  
  MFC after:      4 weeks
  
  Revision  Changes      Path
  1.31      +898 -384    src/sys/dev/bce/if_bce.c
  1.3       +5287 -3084  src/sys/dev/bce/if_bcefw.h
  1.13      +29 -19      src/sys/dev/bce/if_bcereg.h



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