Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Apr 2011 23:06:00 +0000 (UTC)
From:      David Christensen <davidch@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/dev/bxe bxe_debug.h bxe_include.h if_bxe.c if_bxe.h
Message-ID:  <201104212306.p3LN68Dq092301@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
davidch     2011-04-21 23:06:00 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/bxe          bxe_debug.h bxe_include.h if_bxe.c 
                         if_bxe.h 
  Log:
  SVN rev 220932 on 2011-04-21 23:06:00Z by davidch
  
  - Centralize driver tunables initialization/validation.
  - Centralize PCI resource allocation/release.
  - Enable flowid (TSS) support.
  - Added "per-fastpath" locks and watchdog timeouts.
  - Fixed problem where the CQ producer index was advanced beyond
    the size of the CQ ring during initialization.
  - Replaced hard-coded debug levels in some debug print statements.
  - More style(9) fixes.
  
  MFC after:      Two weeks
  
  Revision  Changes    Path
  1.2       +24 -24    src/sys/dev/bxe/bxe_debug.h
  1.2       +35 -35    src/sys/dev/bxe/bxe_include.h
  1.13      +802 -339  src/sys/dev/bxe/if_bxe.c
  1.10      +37 -19    src/sys/dev/bxe/if_bxe.h



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