https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254841

--- Comment #16 from [email protected] ---
A commit in branch main references this bug:

URL:
https://cgit.FreeBSD.org/src/commit/?id=e2ea6942ab316d4cd5c2fef73ab28dc974b8dc51

commit e2ea6942ab316d4cd5c2fef73ab28dc974b8dc51
Author:     Daniel Austin <[email protected]>
AuthorDate: 2021-05-07 11:41:53 +0000
Commit:     Andriy Gapon <[email protected]>
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.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"

Reply via email to