Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Aug 2010 19:55:03 +0000 (UTC)
From:      Navdeep Parhar <np@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/dev/cxgb cxgb_adapter.h cxgb_main.c cxgb_sge.c src/sys/dev/cxgb/common cxgb_ael1002.c cxgb_common.h cxgb_t3_hw.c cxgb_xgmac.c
Message-ID:  <201008261955.o7QJtORQ043961@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
np          2010-08-26 19:55:03 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_8)
    sys/dev/cxgb         cxgb_adapter.h cxgb_main.c cxgb_sge.c 
    sys/dev/cxgb/common  cxgb_ael1002.c cxgb_common.h cxgb_t3_hw.c 
                         cxgb_xgmac.c 
  Log:
  SVN rev 211848 on 2010-08-26 19:55:03Z by np
  
  MFC r208887, r209115-209116, r209839-209841, r211345-211347
  
  r208887
  tunable to control mc5 partition
  
  r209115
  make format string a string literal.
  
  r209116
  Add knob to get packet timestamps from the hardware.
  
  r209839
  Fix bufsize calculation so that cxgbtool can display information for the
  last I/O queue too.
  
  r209840
  Eliminate ext_intr_task.  The "slow" interrupt handler is already
  running on the adapter's task queue.  Just do what the task does
  instead of enqueueing it.
  
  r209841
  Improved link detection.
  
  r211345
  wakeup is required if the adapter lock is released anywhere during
  init and not just for the may_sleep case.
  
  r211346
  Always reset the XGMAC's XAUI PCS on a link up.
  
  r211347
  Fix tx pause quanta and timer calculations.
  
  Revision   Changes    Path
  1.13.2.5   +3 -2      src/sys/dev/cxgb/common/cxgb_ael1002.c
  1.15.2.5   +1 -2      src/sys/dev/cxgb/common/cxgb_common.h
  1.19.2.5   +38 -22    src/sys/dev/cxgb/common/cxgb_t3_hw.c
  1.13.2.4   +40 -13    src/sys/dev/cxgb/common/cxgb_xgmac.c
  1.47.2.6   +5 -6      src/sys/dev/cxgb/cxgb_adapter.h
  1.91.2.13  +56 -80    src/sys/dev/cxgb/cxgb_main.c
  1.77.2.8   +61 -18    src/sys/dev/cxgb/cxgb_sge.c



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