cvs commit: src/sys/dev/cxgb cxgb_adapter.h cxgb_include.h cxgb_offload.h src/sys/dev/cxgb/ulp/iw_cxgb iw_cxgb_hal.c iw_cxgb_qp.c src/sys/dev/cxgb/ulp/toecore toedev.c src/sys/dev/cxgb/ulp/tom cxgb_cpl_io.c cxgb_l2t.c cxgb_listen.c ...

Kip Macy kmacy at FreeBSD.org
Wed Sep 24 01:19:58 UTC 2008


kmacy       2008-09-24 01:19:08 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/cxgb         cxgb_adapter.h cxgb_include.h 
                         cxgb_offload.h 
    sys/dev/cxgb/ulp/iw_cxgb iw_cxgb_hal.c iw_cxgb_qp.c 
    sys/dev/cxgb/ulp/toecore toedev.c 
    sys/dev/cxgb/ulp/tom cxgb_cpl_io.c cxgb_l2t.c cxgb_listen.c 
                         cxgb_tom.c cxgb_tom.h 
    sys/modules/cxgb     Makefile 
  Log:
  SVN rev 183321 on 2008-09-24 01:19:08Z by kmacy
  
  - Remove default NIC dependency on ulp headers
  - make toe module build dependent on kernel support
  
  Submitted by:   Chelsio Inc.
  MFC after:      1 week
  
  Revision  Changes    Path
  1.41      +0 -1      src/sys/dev/cxgb/cxgb_adapter.h
  1.9       +0 -1      src/sys/dev/cxgb/cxgb_include.h
  1.12      +1 -1      src/sys/dev/cxgb/cxgb_offload.h
  1.3       +1 -0      src/sys/dev/cxgb/ulp/iw_cxgb/iw_cxgb_hal.c
  1.3       +1 -0      src/sys/dev/cxgb/ulp/iw_cxgb/iw_cxgb_qp.c
  1.4       +1 -1      src/sys/dev/cxgb/ulp/toecore/toedev.c
  1.24      +1 -0      src/sys/dev/cxgb/ulp/tom/cxgb_cpl_io.c
  1.4       +1 -0      src/sys/dev/cxgb/ulp/tom/cxgb_l2t.c
  1.7       +1 -0      src/sys/dev/cxgb/ulp/tom/cxgb_listen.c
  1.11      +1 -0      src/sys/dev/cxgb/ulp/tom/cxgb_tom.c
  1.3       +1 -0      src/sys/dev/cxgb/ulp/tom/cxgb_tom.h
  1.16      +27 -4     src/sys/modules/cxgb/Makefile


More information about the cvs-src mailing list