History log of /freebsd/usr.sbin/mpsutil/mpsutil.8 (Results 1 – 14 of 14)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: release/14.0.0
# fa9896e0 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

Remove $FreeBSD$: two-line nroff pattern

Remove /^\.\\"\n\.\\"\s*\$FreeBSD\$$\n/


# af32969d 05-May-2023 Tom Hukins <tom@FreeBSD.org>

mpsutil(8): Remove a stray paragraph

Spotted by running `mandoc -Tlint usr.sbin/mpsutil/mpsutil.8`.

Reviewed by: imp
Pull Request: https://github.com/freebsd/freebsd-src/pull/729


# 910733a6 05-May-2023 Tom Hukins <tom@FreeBSD.org>

mpsutil(8): Improve English usage

Reviewed by: imp
Pull Request: https://github.com/freebsd/freebsd-src/pull/729


Revision tags: release/13.2.0, release/12.4.0, release/13.1.0, release/12.3.0
# e2ea6942 07-May-2021 Daniel Austin <freebsd-ports@dan.me.uk>

mpsutil: extend show adapter information, add NCQ control

'show adapter' now shows PCIe width and speed, IOC Speed, and the
temperature of the controller.

A new command, 'set ncq', is added.
It ena

mpsutil: extend show adapter information, add NCQ control

'show adapter' now shows PCIe width and speed, IOC Speed, and the
temperature of the controller.

A new command, 'set ncq', is added.
It enables or disables SATA NCQ in the NVRAM of the card.
Its current setting is added to 'show adapter' as well.

PR: 254841
MFC after: 2 weeks
Relnotes: perhaps

show more ...


# fc9780fd 17-Apr-2021 Alfredo Dal'Ava Junior <alfredo@FreeBSD.org>

mprutil: add big endian support

This fix mprutil on big endian platforms, as follow up of D25785.

Flash operations are still not working, such as MPI2_FUNCTION_FW_UPLOAD
failing due to timeout.

Fi

mprutil: add big endian support

This fix mprutil on big endian platforms, as follow up of D25785.

Flash operations are still not working, such as MPI2_FUNCTION_FW_UPLOAD
failing due to timeout.

Firmware version used during tests: 16.00.01.00

Submitted by: Andre Fernando da Silva <andre.silva@eldorado.org.br>
Reviewed by: luporl, Sreekanth Reddy <sreekanth.reddy@broadcom.com> (by e-mail)
Sponsored by: Eldorado Research Institute (eldorado.org.br)
MFC after: 1 week
Differential Revision: https://reviews.freebsd.org/D26040

show more ...


Revision tags: release/13.0.0
# f073ab87 25-Mar-2021 Alan Somers <asomers@FreeBSD.org>

mpsutil.8: fix typos in the man page

MFC after: 2 weeks
Sponsored by: Axcient


# 84572415 19-Dec-2020 Gordon Bergling <gbe@FreeBSD.org>

mpsutil(8): Remove trailing whitespace

MFC after: 1 week


Revision tags: release/12.2.0, release/11.4.0, release/12.1.0, release/11.3.0, release/12.0.0, release/11.2.0, release/10.4.0, release/11.1.0, release/11.0.1, release/11.0.0, release/10.3.0
# b626f5a7 04-Jan-2016 Glen Barber <gjb@FreeBSD.org>

MFH r289384-r293170

Sponsored by: The FreeBSD Foundation


# a5d8944a 19-Nov-2015 Navdeep Parhar <np@FreeBSD.org>

Catch up with head (r291075).


# 3e891891 17-Nov-2015 Baptiste Daroussin <bapt@FreeBSD.org>

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 (m

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

show more ...


# 3c3feed4 01-Nov-2015 Baptiste Daroussin <bapt@FreeBSD.org>

Merge from head


# 7761e4e3 28-Oct-2015 Baptiste Daroussin <bapt@FreeBSD.org>

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 util

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]

show more ...


# 04be2b8b 28-Oct-2015 Baptiste Daroussin <bapt@FreeBSD.org>

Replace the manpage with one that actually describes the utility

Sponsored by: Gandi.net


Revision tags: release/10.2.0
# 29b76e53 02-Aug-2015 Scott Long <scottl@FreeBSD.org>

Iniital hack of mpsutil