Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 May 2007 23:14:19 +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:  <200705042314.l44NEKLm020548@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
davidch     2007-05-04 23:14:19 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/bce          if_bce.c if_bcefw.h if_bcereg.h 
  Log:
  MFC after:      2 weeks
  
  Updated copyright date to 2007.
  
  Tested with BCM5706 A3.
  
  Added ID for BCM5708 B2.
  
  Removed unused driver version string.
  
  Modified BCE_PRINTF macro to automatically fill-in the sc pointer.
  
  Fixed a kernel panic when the driver was loaded as a module from the
  command-line because the MII bus pointer was null (i.e. the MII bus
  hadn't been enumerated yet).
  
  Added fix proposed by Vladimir Ivanov <wawa@yandex-team.ru> to prevent
  driver state corruption when releasing the lock during the ISR in
  bce_rx_intr() to send packets up the stack.
  
  Added new TX chain and register read sysctl interfaces for debugging.
  
  Cleaned up formatting for various other debug routines.
  
  Added a new statistic maintained by firmware which tracks the number
  of received packets dropped because no receive buffers are available.
  
  Revision  Changes    Path
  1.30      +500 -302  src/sys/dev/bce/if_bce.c
  1.2       +1 -1      src/sys/dev/bce/if_bcefw.h
  1.12      +14 -9     src/sys/dev/bce/if_bcereg.h



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