Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Sep 2007 01:28:03 +0000 (UTC)
From:      Kip Macy <kmacy@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/modules/cxgb Makefile src/sys/dev/cxgb cxgb_adapter.h cxgb_main.c cxgb_sge.c t3fw-4.5.0.bin.gz.uu t3fw-4.7.0.bin.gz.uu src/sys/dev/cxgb/common cxgb_common.h cxgb_ctl_defs.h cxgb_sge_defs.h cxgb_t3_hw.c cxgb_vsc7323.c ...
Message-ID:  <200709090128.l891S31S034319@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
kmacy       2007-09-09 01:28:03 UTC

  FreeBSD src repository

  Modified files:
    sys/modules/cxgb     Makefile 
    sys/dev/cxgb         cxgb_adapter.h cxgb_main.c cxgb_sge.c 
    sys/dev/cxgb/common  cxgb_common.h cxgb_ctl_defs.h 
                         cxgb_sge_defs.h cxgb_t3_hw.c 
                         cxgb_vsc7323.c cxgb_xgmac.c 
  Added files:
    sys/dev/cxgb         t3fw-4.7.0.bin.gz.uu 
  Removed files:
    sys/dev/cxgb         t3fw-4.5.0.bin.gz.uu 
  Log:
   - fix qset to port binding as a proper fix for the problems encountered on the 4-port
   - fix the use after free seen when sending packets small enough to fit as an immediate
     and bpf peers are present
   - update to firmware rev 4.7 along with various small vendor fixes
  
  Supported by: Chelsio
  Approved by: re (blanket)
  MFC after: 3 days
  
  Revision  Changes    Path
  1.7       +4 -1      src/sys/dev/cxgb/common/cxgb_common.h
  1.3       +5 -5      src/sys/dev/cxgb/common/cxgb_ctl_defs.h
  1.3       +4 -0      src/sys/dev/cxgb/common/cxgb_sge_defs.h
  1.8       +129 -41   src/sys/dev/cxgb/common/cxgb_t3_hw.c
  1.3       +26 -8     src/sys/dev/cxgb/common/cxgb_vsc7323.c
  1.7       +7 -8      src/sys/dev/cxgb/common/cxgb_xgmac.c
  1.18      +2 -1      src/sys/dev/cxgb/cxgb_adapter.h
  1.33      +40 -23    src/sys/dev/cxgb/cxgb_main.c
  1.29      +10 -11    src/sys/dev/cxgb/cxgb_sge.c
  1.2       +0 -442    src/sys/dev/cxgb/t3fw-4.5.0.bin.gz.uu (dead)
  1.1       +451 -0    src/sys/dev/cxgb/t3fw-4.7.0.bin.gz.uu (new)
  1.10      +7 -5      src/sys/modules/cxgb/Makefile



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