History log of /freebsd-11.0-release/usr.sbin/mpsutil/Makefile
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 303975 11-Aug-2016 gjb

Copy stable/11@r303970 to releng/11.0 as part of the 11.0-RELEASE
cycle.

Prune svn:mergeinfo from the new branch, and rename it to RC1.

Update __FreeBSD_version.

Use the quarterly branch for the default FreeBSD.conf pkg(8) repo and
the dvd1.iso packages population.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 302408 08-Jul-2016 gjb

Copy head@r302406 to stable/11 as part of the 11.0-RELEASE cycle.
Prune svn:mergeinfo from the new branch, as nothing has been merged
here.

Additional commits post-branch will follow.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


# 291002 17-Nov-2015 bapt

mpsutil/mprutil: add flash subcommand

the flash subcommand allows to save/update firmware and bios for LSI Fusion-MPT
2/3 controllers (mps(4) and mpr(4))

Tested by: allanjude
Reviewed by: wblock (manpage)
Relnotes: yes
Sponsored by: Gandi.net
Differential Revision: https://reviews.freebsd.org/D4026


# 290115 28-Oct-2015 bdrewery

Include libutil's headers directly from src to avoid recording a dirdeps
dependency for META MODE.


# 290102 28-Oct-2015 bapt

Merge mpsutil(8) branch

mpsutil(8)/mprutil(8) are new utilities for managing LSI Fusion-MPT
2/3 controllers (mps(4) and mpr(4))

For now only informational commands have been implemented.

This utility has been written by scottl@ [1] and polished by myself[2]

Submitted by: scottl
Discussed with: scottl
Relnotes: yes
Sponsored by: Netflix [1]
Sponsored by: Gandi.net [2]


# 290093 28-Oct-2015 bapt

Reduce overlinking, for now neither cam nor libutil are needed

Sponsored by: Gandi.net


# 290092 28-Oct-2015 bapt

Do enforce "-g", DEBUG_FLAGS can be user if one want to set it

Sponsored by: Gandi.net


# 290091 28-Oct-2015 bapt

Replace the manpage with one that actually describes the utility

Sponsored by: Gandi.net


# 289364 15-Oct-2015 bapt

Make mpsutil open the mpr devices when named mprutil
Make mprutil a hardlink to mpsutil

Sponsored by: Gandi.net


# 286769 14-Aug-2015 bapt

Fix buildworld

Sponsored by: gandi.net


# 286180 02-Aug-2015 scottl

Iniital hack of mpsutil