]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r314579,r314785:
authorngie <ngie@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 1 Jun 2017 07:08:26 +0000 (07:08 +0000)
committerngie <ngie@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 1 Jun 2017 07:08:26 +0000 (07:08 +0000)
commit7cd5cfd4efed99577656351f7d967c685a22c6d0
tree95f8f3558ba553d6836bed330a3dcc04aef7034a
parent96027a6ec886096fd66d7099f62eb8e9b9a6a6e4
MFC r314579,r314785:

r314579 (by np):

Add cxgbetool(8) to the base system.

Move cxgbetool from tools/tools to usr.sbin. Compile and install it on
platforms where cxgbe(4) is built by default.  Knobs (WITH_CXGBETOOL and
WITHOUT_CXGBETOOL) have been added so that the user can override the
default setting.

r314785:

Fix some trivial manlint warnings

Sentences should begin on new lines, per manlint.

Bump .Dd for the change

git-svn-id: svn://svn.freebsd.org/base/stable/10@319390 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
13 files changed:
share/mk/bsd.own.mk
tools/build/options/WITHOUT_CXGBETOOL [new file with mode: 0644]
tools/build/options/WITH_CXGBETOOL [new file with mode: 0644]
tools/tools/cxgbetool/Makefile [deleted file]
usr.sbin/Makefile
usr.sbin/cxgbetool/Makefile [new file with mode: 0644]
usr.sbin/cxgbetool/Makefile.depend [new file with mode: 0644]
usr.sbin/cxgbetool/cxgbetool.8 [moved from tools/tools/cxgbetool/cxgbetool.8 with 97% similarity]
usr.sbin/cxgbetool/cxgbetool.c [moved from tools/tools/cxgbetool/cxgbetool.c with 100% similarity]
usr.sbin/cxgbetool/reg_defs_t4.c [moved from tools/tools/cxgbetool/reg_defs_t4.c with 100% similarity]
usr.sbin/cxgbetool/reg_defs_t4vf.c [moved from tools/tools/cxgbetool/reg_defs_t4vf.c with 100% similarity]
usr.sbin/cxgbetool/reg_defs_t5.c [moved from tools/tools/cxgbetool/reg_defs_t5.c with 100% similarity]
usr.sbin/cxgbetool/reg_defs_t6.c [moved from tools/tools/cxgbetool/reg_defs_t6.c with 100% similarity]