cvs commit: src/sys/dev/bce if_bce.c if_bcereg.h

David Christensen davidch at FreeBSD.org
Mon Aug 20 14:47:50 PDT 2007


davidch     2007-08-20 21:47:49 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    sys/dev/bce          if_bce.c if_bcereg.h 
  Log:
    - Fixed a problem that would cause kernel panics and "bce0: discard frame .."
      errors (especially when jumbo frames are enabled or in low memory systems)
      because the RX chain was corrupted when an mbuf was mapped to an unexpected
      number of buffers.
    - Fixed a problem that would cause kernel panics when an excessively
      fragmented TX mbuf couldn't be defragmented and was released by
      bce_tx_encap().
  
  Revision  Changes    Path
  1.2.2.20  +233 -115  src/sys/dev/bce/if_bce.c
  1.1.2.8   +14 -1     src/sys/dev/bce/if_bcereg.h


More information about the cvs-src mailing list