cvs commit: src/share/man/man4 Makefile src/sys/dev/cxgb
cxgb_adapter.h cxgb_config.h cxgb_ioctl.h cxgb_lro.c cxgb_main.c
cxgb_osdep.h cxgb_sge.c t3fw-3.2.bin.gz.uu src/sys/dev/cxgb/common
cxgb_ael1002.c cxgb_common.h cxgb_firmware_exports.h cxgb_mc5.c ...
Kip Macy
kmacy at FreeBSD.org
Thu Mar 15 03:06:34 UTC 2007
kmacy 2007-03-15 03:06:32 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_6)
share/man/man4 Makefile
Added files: (Branch: RELENG_6)
sys/dev/cxgb cxgb_adapter.h cxgb_config.h cxgb_ioctl.h
cxgb_lro.c cxgb_main.c cxgb_osdep.h
cxgb_sge.c t3fw-3.2.bin.gz.uu
sys/dev/cxgb/common cxgb_ael1002.c cxgb_common.h
cxgb_firmware_exports.h cxgb_mc5.c
cxgb_mv88e1xxx.c cxgb_regs.h
cxgb_sge_defs.h cxgb_t3_cpl.h
cxgb_t3_hw.c cxgb_tcb.h cxgb_version.h
cxgb_vsc8211.c cxgb_xgmac.c
sys/modules/cxgb Makefile
Log:
MFC Chelsio T3 10 Gigabit Ethernet support
Don't hook into build just
Revision Changes Path
1.320.2.26 +1 -0 src/share/man/man4/Makefile
1.1.2.1 +328 -0 src/sys/dev/cxgb/common/cxgb_ael1002.c (new)
1.1.2.1 +687 -0 src/sys/dev/cxgb/common/cxgb_common.h (new)
1.1.2.1 +181 -0 src/sys/dev/cxgb/common/cxgb_firmware_exports.h (new)
1.1.2.1 +474 -0 src/sys/dev/cxgb/common/cxgb_mc5.c (new)
1.1.2.1 +302 -0 src/sys/dev/cxgb/common/cxgb_mv88e1xxx.c (new)
1.1.2.1 +7645 -0 src/sys/dev/cxgb/common/cxgb_regs.h (new)
1.1.2.1 +289 -0 src/sys/dev/cxgb/common/cxgb_sge_defs.h (new)
1.1.2.1 +1490 -0 src/sys/dev/cxgb/common/cxgb_t3_cpl.h (new)
1.1.2.1 +3399 -0 src/sys/dev/cxgb/common/cxgb_t3_hw.c (new)
1.1.2.1 +678 -0 src/sys/dev/cxgb/common/cxgb_tcb.h (new)
1.1.2.1 +41 -0 src/sys/dev/cxgb/common/cxgb_version.h (new)
1.1.2.1 +251 -0 src/sys/dev/cxgb/common/cxgb_vsc8211.c (new)
1.1.2.1 +415 -0 src/sys/dev/cxgb/common/cxgb_xgmac.c (new)
1.2.2.1 +438 -0 src/sys/dev/cxgb/cxgb_adapter.h (new)
1.1.2.1 +46 -0 src/sys/dev/cxgb/cxgb_config.h (new)
1.1.2.1 +222 -0 src/sys/dev/cxgb/cxgb_ioctl.h (new)
1.1.2.1 +427 -0 src/sys/dev/cxgb/cxgb_lro.c (new)
1.3.2.1 +1794 -0 src/sys/dev/cxgb/cxgb_main.c (new)
1.5.2.1 +262 -0 src/sys/dev/cxgb/cxgb_osdep.h (new)
1.2.2.1 +2244 -0 src/sys/dev/cxgb/cxgb_sge.c (new)
1.1.2.1 +478 -0 src/sys/dev/cxgb/t3fw-3.2.bin.gz.uu (new)
1.3.2.1 +25 -0 src/sys/modules/cxgb/Makefile (new)
More information about the cvs-src
mailing list