]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r314579,r314785:
authorngie <ngie@FreeBSD.org>
Thu, 1 Jun 2017 06:56:32 +0000 (06:56 +0000)
committerngie <ngie@FreeBSD.org>
Thu, 1 Jun 2017 06:56:32 +0000 (06:56 +0000)
commitf86a5976ae3b1001bd796665affdb9a82b64d0e6
treefbff326b0f6b10ddfd7bf29ae6b199cc12db1e12
parent57b3ed849356c423f44ac18c04e93bc5d21f636f
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
14 files changed:
share/mk/src.opts.mk
targets/pseudo/userland/Makefile.depend
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]