]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/commit
MFC r222900 and r224768
authornp <np@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 6 Feb 2012 21:23:12 +0000 (21:23 +0000)
committernp <np@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 6 Feb 2012 21:23:12 +0000 (21:23 +0000)
commit824b7be9e938b6288eb8b0c49577534c392c2aa7
tree3d8799fd3c2add6d68fb5ac7e7aecdd9bc57f5ec
parentc5c90c3db3362028d8ad54758954e9f3eed571bd
MFC r222900 and r224768

r222900:
cxgbetool: a tool for the cxgbe(4) driver.

r224768:
Move cxgbtool from usr.sbin to tools/tools.

git-svn-id: svn://svn.freebsd.org/base/stable/8@231100 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
12 files changed:
tools/tools/README
tools/tools/cxgbetool/Makefile [new file with mode: 0644]
tools/tools/cxgbetool/cxgbetool.c [new file with mode: 0644]
tools/tools/cxgbetool/reg_defs_t4.c [new file with mode: 0644]
tools/tools/cxgbetool/reg_defs_t4vf.c [new file with mode: 0644]
tools/tools/cxgbtool/Makefile [moved from usr.sbin/cxgbtool/Makefile with 52% similarity]
tools/tools/cxgbtool/cxgbtool.c [moved from usr.sbin/cxgbtool/cxgbtool.c with 89% similarity]
tools/tools/cxgbtool/reg_defs.c [moved from usr.sbin/cxgbtool/reg_defs.c with 100% similarity]
tools/tools/cxgbtool/reg_defs_t3.c [moved from usr.sbin/cxgbtool/reg_defs_t3.c with 100% similarity]
tools/tools/cxgbtool/reg_defs_t3b.c [moved from usr.sbin/cxgbtool/reg_defs_t3b.c with 100% similarity]
tools/tools/cxgbtool/reg_defs_t3c.c [moved from usr.sbin/cxgbtool/reg_defs_t3c.c with 100% similarity]
tools/tools/cxgbtool/version.h [moved from usr.sbin/cxgbtool/version.h with 100% similarity]