cvs commit: src/sys/conf files src/sys/dev/cxgb cxgb_adapter.h cxgb_config.h cxgb_main.c cxgb_offload.c cxgb_offload.h cxgb_osdep.h cxgb_sge.c src/sys/dev/cxgb/common cxgb_ael1002.c cxgb_common.h cxgb_mc5.c cxgb_mv88e1xxx.c cxgb_t3_cpl.h ...

Kip Macy kmacy at FreeBSD.org
Mon Jul 28 23:38:24 UTC 2008


kmacy       2008-07-28 23:37:33 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_7)
    sys/conf             files 
    sys/dev/cxgb         cxgb_adapter.h cxgb_config.h cxgb_main.c 
                         cxgb_offload.c cxgb_offload.h 
                         cxgb_osdep.h cxgb_sge.c 
    sys/dev/cxgb/common  cxgb_ael1002.c cxgb_common.h cxgb_mc5.c 
                         cxgb_mv88e1xxx.c cxgb_t3_cpl.h 
                         cxgb_t3_hw.c cxgb_vsc8211.c cxgb_xgmac.c 
    sys/dev/cxgb/ulp/toecore cxgb_toedev.h 
    sys/modules/cxgb     Makefile 
    sys/modules/cxgb/cxgb Makefile 
    sys/modules/cxgb/cxgb_t3fw Makefile 
  Added files:           (Branch: RELENG_7)
    sys/dev/cxgb/common  cxgb_tn1010.c 
    sys/dev/cxgb/ulp/iw_cxgb iw_cxgb.c iw_cxgb.h iw_cxgb_cm.c 
                             iw_cxgb_cm.h iw_cxgb_cq.c 
                             iw_cxgb_dbg.c iw_cxgb_ev.c 
                             iw_cxgb_hal.c iw_cxgb_hal.h 
                             iw_cxgb_mem.c iw_cxgb_provider.c 
                             iw_cxgb_provider.h iw_cxgb_qp.c 
                             iw_cxgb_resource.c iw_cxgb_resource.h 
                             iw_cxgb_user.h iw_cxgb_wr.h 
    sys/dev/cxgb/ulp/toecore toedev.c 
    sys/dev/cxgb/ulp/tom cxgb_cpl_io.c cxgb_cpl_socket.c 
                         cxgb_ddp.c cxgb_defs.h cxgb_l2t.c 
                         cxgb_l2t.h cxgb_listen.c cxgb_t3_ddp.h 
                         cxgb_tcp.h cxgb_tcp_offload.c 
                         cxgb_tcp_offload.h cxgb_toepcb.h 
                         cxgb_tom.c cxgb_tom.h cxgb_tom_sysctl.c 
                         cxgb_vm.c cxgb_vm.h 
    sys/modules/cxgb/iw_cxgb Makefile 
    sys/modules/cxgb/toecore Makefile 
    sys/modules/cxgb/tom Makefile 
  Log:
  SVN rev 180944 on 2008-07-28 23:37:33Z by kmacy
  
  MFC the following:
    - vendor bug fixes
    - driver side of iwarp support
    - driver side of TOE support
    - Makefile cleanup
  
  Revision     Changes    Path
  1.1243.2.31  +1 -0      src/sys/conf/files
  1.3.2.2      +408 -45   src/sys/dev/cxgb/common/cxgb_ael1002.c
  1.7.2.2      +41 -27    src/sys/dev/cxgb/common/cxgb_common.h
  1.5.2.2      +12 -6     src/sys/dev/cxgb/common/cxgb_mc5.c
  1.2.2.2      +2 -2      src/sys/dev/cxgb/common/cxgb_mv88e1xxx.c
  1.4.2.2      +28 -4     src/sys/dev/cxgb/common/cxgb_t3_cpl.h
  1.9.2.2      +78 -26    src/sys/dev/cxgb/common/cxgb_t3_hw.c
  1.1.2.1      +225 -0    src/sys/dev/cxgb/common/cxgb_tn1010.c (new)
  1.3.2.2      +5 -2      src/sys/dev/cxgb/common/cxgb_vsc8211.c
  1.7.2.2      +29 -26    src/sys/dev/cxgb/common/cxgb_xgmac.c
  1.20.2.2     +1 -1      src/sys/dev/cxgb/cxgb_adapter.h
  1.4.2.2      +0 -1      src/sys/dev/cxgb/cxgb_config.h
  1.36.2.3     +51 -23    src/sys/dev/cxgb/cxgb_main.c
  1.8.2.3      +2 -3      src/sys/dev/cxgb/cxgb_offload.c
  1.5.2.2      +0 -6      src/sys/dev/cxgb/cxgb_offload.h
  1.14.2.2     +17 -4     src/sys/dev/cxgb/cxgb_osdep.h
  1.30.2.2     +49 -15    src/sys/dev/cxgb/cxgb_sge.c
  1.1.2.1      +294 -0    src/sys/dev/cxgb/ulp/iw_cxgb/iw_cxgb.c (new)
  1.1.2.1      +168 -0    src/sys/dev/cxgb/ulp/iw_cxgb/iw_cxgb.h (new)
  1.1.2.1      +1779 -0   src/sys/dev/cxgb/ulp/iw_cxgb/iw_cxgb_cm.c (new)
  1.1.2.1      +249 -0    src/sys/dev/cxgb/ulp/iw_cxgb/iw_cxgb_cm.h (new)
  1.2.2.1      +276 -0    src/sys/dev/cxgb/ulp/iw_cxgb/iw_cxgb_cq.c (new)
  1.2.2.1      +255 -0    src/sys/dev/cxgb/ulp/iw_cxgb/iw_cxgb_dbg.c (new)
  1.1.2.1      +265 -0    src/sys/dev/cxgb/ulp/iw_cxgb/iw_cxgb_ev.c (new)
  1.1.2.1      +1418 -0   src/sys/dev/cxgb/ulp/iw_cxgb/iw_cxgb_hal.c (new)
  1.1.2.1      +330 -0    src/sys/dev/cxgb/ulp/iw_cxgb/iw_cxgb_hal.h (new)
  1.1.2.1      +219 -0    src/sys/dev/cxgb/ulp/iw_cxgb/iw_cxgb_mem.c (new)
  1.1.2.1      +1295 -0   src/sys/dev/cxgb/ulp/iw_cxgb/iw_cxgb_provider.c (new)
  1.1.2.1      +362 -0    src/sys/dev/cxgb/ulp/iw_cxgb/iw_cxgb_provider.h (new)
  1.1.2.1      +1052 -0   src/sys/dev/cxgb/ulp/iw_cxgb/iw_cxgb_qp.c (new)
  1.1.2.1      +382 -0    src/sys/dev/cxgb/ulp/iw_cxgb/iw_cxgb_resource.c (new)
  1.1.2.1      +59 -0     src/sys/dev/cxgb/ulp/iw_cxgb/iw_cxgb_resource.h (new)
  1.1.2.1      +68 -0     src/sys/dev/cxgb/ulp/iw_cxgb/iw_cxgb_user.h (new)
  1.1.2.1      +684 -0    src/sys/dev/cxgb/ulp/iw_cxgb/iw_cxgb_wr.h (new)
  1.2.2.2      +4 -1      src/sys/dev/cxgb/ulp/toecore/cxgb_toedev.h
  1.1.2.1      +424 -0    src/sys/dev/cxgb/ulp/toecore/toedev.c (new)
  1.15.2.1     +4456 -0   src/sys/dev/cxgb/ulp/tom/cxgb_cpl_io.c (new)
  1.10.2.1     +1030 -0   src/sys/dev/cxgb/ulp/tom/cxgb_cpl_socket.c (new)
  1.4.2.1      +738 -0    src/sys/dev/cxgb/ulp/tom/cxgb_ddp.c (new)
  1.4.2.1      +90 -0     src/sys/dev/cxgb/ulp/tom/cxgb_defs.h (new)
  1.1.2.1      +542 -0    src/sys/dev/cxgb/ulp/tom/cxgb_l2t.c (new)
  1.1.2.1      +161 -0    src/sys/dev/cxgb/ulp/tom/cxgb_l2t.h (new)
  1.4.2.1      +338 -0    src/sys/dev/cxgb/ulp/tom/cxgb_listen.c (new)
  1.3.2.1      +181 -0    src/sys/dev/cxgb/ulp/tom/cxgb_t3_ddp.h (new)
  1.2.2.1      +47 -0     src/sys/dev/cxgb/ulp/tom/cxgb_tcp.h (new)
  1.4.2.1      +95 -0     src/sys/dev/cxgb/ulp/tom/cxgb_tcp_offload.c (new)
  1.6.2.1      +155 -0    src/sys/dev/cxgb/ulp/tom/cxgb_tcp_offload.h (new)
  1.3.2.1      +119 -0    src/sys/dev/cxgb/ulp/tom/cxgb_toepcb.h (new)
  1.5.2.1      +1510 -0   src/sys/dev/cxgb/ulp/tom/cxgb_tom.c (new)
  1.2.2.1      +159 -0    src/sys/dev/cxgb/ulp/tom/cxgb_tom.h (new)
  1.3.2.1      +119 -0    src/sys/dev/cxgb/ulp/tom/cxgb_tom_sysctl.c (new)
  1.1.2.1      +180 -0    src/sys/dev/cxgb/ulp/tom/cxgb_vm.c (new)
  1.1.2.1      +40 -0     src/sys/dev/cxgb/ulp/tom/cxgb_vm.h (new)
  1.10.2.2     +11 -0     src/sys/modules/cxgb/Makefile
  1.8.2.2      +13 -7     src/sys/modules/cxgb/cxgb/Makefile
  1.2.2.2      +1 -0      src/sys/modules/cxgb/cxgb_t3fw/Makefile
  1.1.2.1      +14 -0     src/sys/modules/cxgb/iw_cxgb/Makefile (new)
  1.1.2.1      +8 -0      src/sys/modules/cxgb/toecore/Makefile (new)
  1.5.2.1      +14 -0     src/sys/modules/cxgb/tom/Makefile (new)


More information about the cvs-all mailing list