cvs commit: src/sys/dev/cxgb/ulp/tom cxgb_cpl_io.c cxgb_cpl_socket.c
cxgb_defs.h cxgb_listen.c cxgb_t3_ddp.h cxgb_toepcb.h cxgb_tom.c
cxgb_tom.h cxgb_tom_sysctl.c
Kip Macy
kmacy at FreeBSD.org
Sat Dec 15 21:27:26 PST 2007
kmacy 2007-12-16 05:27:26 UTC
FreeBSD src repository
Added files:
sys/dev/cxgb/ulp/tom cxgb_cpl_io.c cxgb_cpl_socket.c
cxgb_defs.h cxgb_listen.c cxgb_t3_ddp.h
cxgb_toepcb.h cxgb_tom.c cxgb_tom.h
cxgb_tom_sysctl.c
Log:
Add driver for TCP offload
Sponsored by: Chelsio Inc.
Revision Changes Path
1.1 +3378 -0 src/sys/dev/cxgb/ulp/tom/cxgb_cpl_io.c (new)
1.1 +560 -0 src/sys/dev/cxgb/ulp/tom/cxgb_cpl_socket.c (new)
1.1 +79 -0 src/sys/dev/cxgb/ulp/tom/cxgb_defs.h (new)
1.1 +345 -0 src/sys/dev/cxgb/ulp/tom/cxgb_listen.c (new)
1.1 +185 -0 src/sys/dev/cxgb/ulp/tom/cxgb_t3_ddp.h (new)
1.1 +112 -0 src/sys/dev/cxgb/ulp/tom/cxgb_toepcb.h (new)
1.1 +500 -0 src/sys/dev/cxgb/ulp/tom/cxgb_tom.c (new)
1.1 +157 -0 src/sys/dev/cxgb/ulp/tom/cxgb_tom.h (new)
1.1 +106 -0 src/sys/dev/cxgb/ulp/tom/cxgb_tom_sysctl.c (new)
More information about the cvs-src
mailing list