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

David Christensen davidch at FreeBSD.org
Tue Jun 5 01:56:09 UTC 2007


davidch     2007-06-05 01:56:08 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    sys/dev/bce          if_bce.c if_bcereg.h 
  Log:
  Merged changes from HEAD, including:
  
  - 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 at 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.2.2.15  +484 -283  src/sys/dev/bce/if_bce.c
  1.1.2.6   +6 -2      src/sys/dev/bce/if_bcereg.h


More information about the cvs-src mailing list