[Bug 254841] usr.sbin/mpsutil: add functionality (temperature monitoring, PCIe speed etc)
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Fri May 7 12:23:14 UTC 2021
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254841
--- Comment #16 from commit-hook at FreeBSD.org ---
A commit in branch main references this bug:
URL:
https://cgit.FreeBSD.org/src/commit/?id=e2ea6942ab316d4cd5c2fef73ab28dc974b8dc51
commit e2ea6942ab316d4cd5c2fef73ab28dc974b8dc51
Author: Daniel Austin <freebsd-ports at dan.me.uk>
AuthorDate: 2021-05-07 11:41:53 +0000
Commit: Andriy Gapon <avg at FreeBSD.org>
CommitDate: 2021-05-07 12:22:22 +0000
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
usr.sbin/mpsutil/Makefile | 2 +-
usr.sbin/mpsutil/mps_set.c (new) | 129 +++++++++++++++++++++++++++++++++++++++
usr.sbin/mpsutil/mps_show.c | 34 +++++++++++
usr.sbin/mpsutil/mpsutil.8 | 8 ++-
4 files changed, 171 insertions(+), 2 deletions(-)
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-bugs
mailing list