Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 07 May 2021 12:23:14 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 254841] usr.sbin/mpsutil: add functionality (temperature monitoring, PCIe speed etc)
Message-ID:  <bug-254841-227-jg9aU2Ccr3@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-254841-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-254841-227@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D254841

--- Comment #16 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:

URL:
https://cgit.FreeBSD.org/src/commit/?id=3De2ea6942ab316d4cd5c2fef73ab28dc97=
4b8dc51

commit e2ea6942ab316d4cd5c2fef73ab28dc974b8dc51
Author:     Daniel Austin <freebsd-ports@dan.me.uk>
AuthorDate: 2021-05-07 11:41:53 +0000
Commit:     Andriy Gapon <avg@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(-)

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-254841-227-jg9aU2Ccr3>